Package Details: isso 0.14.0-2

Git Clone URL: https://aur.archlinux.org/isso.git (read-only, click to copy)
Package Base: isso
Description: A commenting python server similar to Disqus
Upstream URL: http://posativ.org/isso/
Licenses: MIT
Submitter: None
Maintainer: HLFH
Last Packager: HLFH
Votes: 11
Popularity: 0.000000
First Submitted: 2014-06-07 10:21 (UTC)
Last Updated: 2026-04-02 10:47 (UTC)

Pinned Comments

HLFH commented on 2026-04-02 10:56 (UTC)

isso 0.14.0 released, python-flask-caching is no longer a dep.
python-misaka has been replaced by python-mistune.

Please update your markup within isso.conf accordingly such as:

[markup]
renderer = mistune

[markup.mistune]
plugins = strikethrough, subscript, superscript, autolink, fenced-code
parameters = escape, hard_wrap

Latest Comments

1 2 3 4 Next › Last »

HLFH commented on 2026-04-02 10:56 (UTC)

isso 0.14.0 released, python-flask-caching is no longer a dep.
python-misaka has been replaced by python-mistune.

Please update your markup within isso.conf accordingly such as:

[markup]
renderer = mistune

[markup.mistune]
plugins = strikethrough, subscript, superscript, autolink, fenced-code
parameters = escape, hard_wrap

xanc commented on 2025-08-18 18:01 (UTC)

Missing dependency: python-flask-caching

HLFH commented on 2022-10-14 12:24 (UTC)

python-six dep has been removed.

HLFH commented on 2022-10-14 11:57 (UTC)

I have just updated the package to 0.13.0.

zkrx commented on 2022-09-27 20:37 (UTC) (edited on 2022-09-27 20:37 (UTC) by zkrx)

Integrity check no longer passes on LICENSE:

==> Validating source files with sha256sums... 
    isso-0.12.6.2-pypi.tar.gz ... Passed                                                       
    LICENSE ... FAILED     
    isso.service ... Passed                                                                    
==> ERROR: One or more files did not pass the validity check!

cheers

mrfaber commented on 2022-04-23 21:06 (UTC)

@petercxy @meaningpoetry Isso 0.12.6.2 was just released with a fix, see https://pypi.org/project/isso/0.12.6.2/

You may also raise an issue on the upstream GitHub issue tracker, the maintainers won't bite.

@petercxy future versions of Isso will remove the manpages, be prepared to remove them from PKGBUILD. "six" should also no longer be required.

meaningpoetry commented on 2022-04-07 01:11 (UTC) (edited on 2022-04-07 01:37 (UTC) by meaningpoetry)

python-werkzeug seems to be over the recommended, installed version is 2.1.1-1, isso.service complains about not finding version <2.1 ~ ≥1.0 Unsure how to proceed with a fix.

Apr 06 20:48:52 meaningpoetry.com isso[628]:     working_set = WorkingSet._build_master()
Apr 06 20:48:52 meaningpoetry.com isso[628]:   File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 575, in _build_master
Apr 06 20:48:52 meaningpoetry.com isso[628]:     return cls._build_from_requirements(__requires__)
Apr 06 20:48:52 meaningpoetry.com isso[628]:   File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 588, in _build_from_requirements
Apr 06 20:48:52 meaningpoetry.com isso[628]:     dists = ws.resolve(reqs, Environment())
Apr 06 20:48:52 meaningpoetry.com isso[628]:   File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 777, in resolve
Apr 06 20:48:52 meaningpoetry.com isso[628]:     raise DistributionNotFound(req, requirers)
Apr 06 20:48:52 meaningpoetry.com isso[628]: pkg_resources.DistributionNotFound: The 'werkzeug<2.1,>=1.0' distribution was not found and is required by isso
Apr 06 20:48:52 meaningpoetry.com systemd[1]: isso.service: Main process exited, code=exited, status=1/FAILURE
Apr 06 20:48:52 meaningpoetry.com systemd[1]: isso.service: Failed with result 'exit-code'.

HLFH commented on 2021-03-11 11:45 (UTC) (edited on 2021-03-11 11:45 (UTC) by HLFH)

Need to add python-flask-caching as required dep.

mrfaber commented on 2021-02-05 09:09 (UTC)

Version 0.12.4 fixes compatibility with werkzeug>=1.0

mipi commented on 2021-02-01 16:57 (UTC)

I have the same problem as rocka. Any idea how to solve it? Thanks, mipi