From f2c92c8fcf4bde6bc0b3c6fb066c9594a6d4794e Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Thu, 28 Dec 2023 17:32:25 +0100 Subject: 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 --- devel/py-dj42-django-rq/files/patch-setup.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/py-dj42-django-rq/files/patch-setup.py (limited to 'devel/py-dj42-django-rq/files/patch-setup.py') 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'], -- cgit v1.2.3