@@ -3,25 +3,25 @@ Section: python
33Priority: optional
44Maintainer: Marcus Furlong <furlongm@gmail.com>
55Uploaders: Marcus Furlong <furlongm@gmail.com>
6- Build-Depends: debhelper (>=13), python3 (>= 3.10 ), dh-python, dh-exec
6+ Build-Depends: debhelper (>=13), python3 (>= 3.11 ), dh-python, dh-exec
77Standards-Version: 4.6.2
88Homepage: https://github.com/furlongm/patchman
99Vcs-Git: git://github.com/furlongm/patchman
1010Vcs-Browser: https://github.com/furlongm/patchman
11- X-Python3-Version: >= 3.10
11+ X-Python3-Version: >= 3.11
1212
1313Package: python3-patchman
1414Architecture: all
1515Homepage: https://github.com/furlongm/patchman
16- Depends: ${misc:Depends}, python3 (>= 3.10 ), python3-django (>= 3 .2),
17- python3-django-tagging , python3-django-extensions , python3-django-bootstrap3 ,
16+ Depends: ${misc:Depends}, python3 (>= 3.11 ), python3-django (>= 4 .2),
17+ python3-django-extensions , python3-django-bootstrap3 , python3-cvss ,
1818 python3-djangorestframework, python3-django-filters, python3-debian,
19- python3-rpm, python3-tqdm, python3-lxml , python3-defusedxml ,
19+ python3-rpm, python3-tqdm, python3-defusedxml , python3-pip, python3-tenacity ,
2020 python3-requests, python3-colorama, python3-magic, python3-humanize,
21- python3-pip, python3- pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3,
22- apache2, python3-django-taggit
23- >>>>>>> 922796e (switch from obsolete django-tagging to django-taggit)
24- Suggests: python3-django-celery, python3- mysqldb, python3-psycopg2
21+ python3-pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3,
22+ apache2, python3-django-taggit, python3-celery, python3-django-celery-beat,
23+ python3-redis, python3-git
24+ Suggests: python3-mysqldb, python3-psycopg2
2525Description: Django-based patch status monitoring tool for linux systems.
2626 .
2727 Patchman provides a web interface for monitoring host package updates.
0 commit comments