Update to 4.5.1 (resolves: rhbz#2292613)
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
parent
35c449bbe3
commit
66ec10d2b9
4 changed files with 8 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/python-django-compressor-*.tar.gz
|
||||
/django-compressor-*.tar.gz
|
||||
/django_compressor-4.4.tar.gz
|
||||
/django_compressor-4.5.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ parsed and searched for CSS or JS. These styles and scripts are subsequently\
|
|||
processed with optional, configurable compilers and filters.
|
||||
|
||||
Name: python-django-compressor
|
||||
Version: 4.4
|
||||
Version: 4.5.1
|
||||
Release: %autorelease
|
||||
Summary: Compresses linked and inline JavaScript or CSS into single cached files
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -164,7 +164,7 @@ setup(
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
"Django >= 4.2",
|
||||
"django-appconf >= 1.0.3",
|
||||
- "rcssmin == 1.1.1",
|
||||
- "rjsmin == 1.2.1",
|
||||
+ "rcssmin >= 1.1.1",
|
||||
+ "rjsmin >= 1.2.1",
|
||||
- "rcssmin == 1.1.2",
|
||||
- "rjsmin == 1.2.2",
|
||||
+ "rcssmin >= 1.1.2",
|
||||
+ "rjsmin >= 1.2.2",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (django_compressor-4.4.tar.gz) = 54a3443f8900aca89534bb792f6e1d7d46ec9cec81c2bb2e019ea2a0e861845805d187748cc12531209be25c3d9f5dd3cd0f019fb9f439c9b1e7ad2a5785c6c8
|
||||
SHA512 (django_compressor-4.5.1.tar.gz) = 696e032de9c6cd39a924e28e98a476f49fc25629ec1f1d446d78e6be93695435a9cf1b3222807dd6644efd19955c2252648105bacc207b2ee5c00a6338e7046a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue