summaryrefslogtreecommitdiff
path: root/devel/py-dj42-django-rq/files/patch-setup.py
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-12-28 17:32:25 +0100
committerKai Knoblich <kai@FreeBSD.org>2023-12-28 17:35:29 +0100
commitf2c92c8fcf4bde6bc0b3c6fb066c9594a6d4794e (patch)
tree4ae81ad1ca06b88b830cb0932792af22e9656e55 /devel/py-dj42-django-rq/files/patch-setup.py
parentaudio/pms-devel: Update to recent upstream snapshot (2023-12-24) (diff)
devel/py-dj42-django-rq: Update to 2.10.1
* Remove no longer required patch since 7a59772ca5ae. While I'm here: * Fix the test suite as the "django-admin" script is shipped nowadays without the ".py" extension. * Reduce the set of required dependencies for it as well. Changelog since 2.9.0: https://github.com/rq/django-rq/blob/v2.10.1/CHANGELOG.md
Diffstat (limited to 'devel/py-dj42-django-rq/files/patch-setup.py')
-rw-r--r--devel/py-dj42-django-rq/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-dj42-django-rq/files/patch-setup.py b/devel/py-dj42-django-rq/files/patch-setup.py
deleted file mode 100644
index 5bd6a2c86bb0..000000000000
--- a/devel/py-dj42-django-rq/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2023-11-26 11:33:45 UTC
-+++ setup.py
-@@ -14,7 +14,7 @@ setup(
- zip_safe=False,
- include_package_data=True,
- package_data={'': ['README.rst']},
-- install_requires=['django>=3.2', 'rq>=1.14', 'redis>=3'],
-+ install_requires=['django>=3.2', 'rq>=1.11', 'redis>=3'],
- extras_require={
- 'Sentry': ['raven>=6.1.0'],
- 'testing': ['mock>=2.0.0'],