Skip to content

Commit eee18f6

Browse files
authored
Merge branch 'main' into pyup-update-humanize-3.13.1-to-4.11.0
2 parents bc1eb2e + 1b9f397 commit eee18f6

4 files changed

Lines changed: 18 additions & 16 deletions

File tree

debian/control

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ Section: python
33
Priority: optional
44
Maintainer: Marcus Furlong <furlongm@gmail.com>
55
Uploaders: 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
77
Standards-Version: 4.6.2
88
Homepage: https://github.com/furlongm/patchman
99
Vcs-Git: git://github.com/furlongm/patchman
1010
Vcs-Browser: https://github.com/furlongm/patchman
11-
X-Python3-Version: >= 3.10
11+
X-Python3-Version: >= 3.11
1212

1313
Package: python3-patchman
1414
Architecture: all
1515
Homepage: 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
2525
Description: Django-based patch status monitoring tool for linux systems.
2626
.
2727
Patchman provides a web interface for monitoring host package updates.
File renamed without changes.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ django-extensions==3.2.1
44
django-bootstrap3==23.1
55
python-debian==0.1.49
66
defusedxml==0.7.1
7-
PyYAML==6.0.1
7+
PyYAML==6.0.2
88
chardet==4.0.0
99
requests==2.32.3
1010
colorama==0.4.4
11-
djangorestframework==3.14.0
12-
django-filter==21.1
13-
humanize==4.11.0
11+
djangorestframework==3.15.2
12+
django-filter==25.1
13+
humanize==4.12.1
1414
version-utils==0.3.0
1515
python-magic==0.4.25
1616
gitpython==3.1.44

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ doc_files = README.md AUTHORS COPYING INSTALL.md
33
install-script = scripts/rpm-install.sh
44
post-install = scripts/rpm-post-install.sh
55
requires = /usr/bin/python3
6-
python3-django >= 3.2.20
7-
python3-django-tagging
6+
python3-django >= 4.2.20
87
python3-django-taggit
98
python3-django-extensions
109
python3-django-bootstrap3
@@ -13,7 +12,7 @@ requires = /usr/bin/python3
1312
python3-debian
1413
python3-rpm
1514
python3-tqdm
16-
python3-lxml
15+
python3-tenacity
1716
python3-defusedxml
1817
python3-requests
1918
python3-colorama
@@ -24,6 +23,9 @@ requires = /usr/bin/python3
2423
python3-pymemcache
2524
python3-mod_wsgi
2625
python3-importlib-metadata
26+
python3-cvss
27+
python3-redis
28+
python3-GitPython
2729
policycoreutils-python-utils
2830
httpd
2931
python3-dnf-plugin-post-transaction-actions

0 commit comments

Comments
 (0)