Skip to content

Commit fc84328

Browse files
authored
Merge pull request #662 from furlongm/develop
fix up rpm/deb package builds
2 parents b0482d2 + 651e89e commit fc84328

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

debian/control

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,24 @@ 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,
18-
python3-djangorestframework, python3-django-filters, python3-debian,
16+
Depends: ${misc:Depends}, python3 (>= 3.11), python3-django (>= 4.2),
17+
python3-django-extensions, python3-django-bootstrap3, python3-cvss,
18+
python3-djangorestframework, python3-debian, python3-django-filters,
1919
python3-rpm, python3-tqdm, python3-lxml, python3-defusedxml,
2020
python3-requests, python3-colorama, python3-magic, python3-humanize,
2121
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
22+
apache2, python3-django-taggit, python3-django-celery, python3-django-celery-beat
23+
Suggests: python3-mysqldb, python3-psycopg2
2524
Description: Django-based patch status monitoring tool for linux systems.
2625
.
2726
Patchman provides a web interface for monitoring host package updates.
File renamed without changes.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chardet==4.0.0
99
requests==2.32.3
1010
colorama==0.4.4
1111
djangorestframework==3.14.0
12-
django-filter==21.1
12+
django-filter==25.1
1313
humanize==3.13.1
1414
version-utils==0.3.0
1515
python-magic==0.4.25

setup.cfg

Lines changed: 2 additions & 2 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
@@ -24,6 +23,7 @@ requires = /usr/bin/python3
2423
python3-pymemcache
2524
python3-mod_wsgi
2625
python3-importlib-metadata
26+
python3-cvss
2727
policycoreutils-python-utils
2828
httpd
2929
python3-dnf-plugin-post-transaction-actions

0 commit comments

Comments
 (0)