Update to 4.4 (rhbz#1715669)

- cleanup unused patches

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
salimma 2024-01-16 11:22:01 -06:00
commit a07f14cb1c
No known key found for this signature in database
GPG key ID: 8B229D2F7CCC04F2
6 changed files with 10 additions and 257 deletions

View file

@ -1,12 +1,12 @@
--- a/setup.py 2022-08-17 14:46:30.186903576 +0300
+++ b/setup.py 2022-08-17 14:46:42.507861281 +0300
@@ -149,7 +149,7 @@
--- a/setup.py
+++ b/setup.py
@@ -164,7 +164,7 @@ setup(
zip_safe=False,
install_requires=[
'django-appconf >= 1.0.3',
- 'rcssmin == 1.1.0',
- 'rjsmin == 1.2.0',
+ 'rcssmin >= 1.1.0',
+ 'rjsmin >= 1.2.0',
"django-appconf >= 1.0.3",
- "rcssmin == 1.1.1",
- "rjsmin == 1.2.1",
+ "rcssmin >= 1.1.1",
+ "rjsmin >= 1.2.1",
],
)