Package: prewikka / 5.2.0-2

Metadata

Package Version Patches format
prewikka 5.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
002 fix_share_install_dir.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix install dir for prewikka.wsgi
 With 'prefix=/', install_dir is also '/', so we need to force that share
 is in /usr
004 fix_underscore_js_name.patch | (download)

prewikka/baseview.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix underscore js name changed
 Changed between version in Prewikka 5.1 upstream and the one
 packaged in debian.
005 Python_3_10_Support.patch | (download)

prewikka/config.py | 2 1 + 1 - 0 !
prewikka/database.py | 2 1 + 1 - 0 !
prewikka/dataprovider/plugins/idmef/__init__.py | 4 2 + 2 - 0 !
prewikka/template.py | 2 1 + 1 - 0 !
prewikka/utils/json.py | 2 1 + 1 - 0 !
prewikka/views/datasearch/idmef.py | 4 2 + 2 - 0 !
6 files changed, 8 insertions(+), 8 deletions(-)

 add support for python 3.10