pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-compressor



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 28 09:58:11 UTC 2024

Modified Files:
        pkgsrc/www/py-django-compressor: Makefile PLIST distinfo
        pkgsrc/www/py-django-compressor/patches: patch-setup.py

Log Message:
py-django-compressor: updated to 4.5

v4.5 (2024-05-17)

- Officially support Python 3.12 (requires lxml 4.9.3 or higher)
- Drop support for Django versions before 4.2.
- Added support for Django 5.1
- Added new ``COMPRESS_STORAGE_ALIAS`` and ``COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS``
  settings. These point to keys in Django's ``storages`` handler. If set by the
  user, Compressor will use these storages, or otherwise will set a default
  storage, given by ``COMPRESS_STORAGE`` and
  ``COMPRESS_OFFLINE_MANIFEST_STORAGE`` respectively on first access.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-compressor/Makefile \
    pkgsrc/www/py-django-compressor/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-compressor/PLIST
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/py-django-compressor/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-compressor/Makefile
diff -u pkgsrc/www/py-django-compressor/Makefile:1.3 pkgsrc/www/py-django-compressor/Makefile:1.4
--- pkgsrc/www/py-django-compressor/Makefile:1.3        Thu Feb  8 22:49:01 2024
+++ pkgsrc/www/py-django-compressor/Makefile    Fri Jun 28 09:58:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/02/08 22:49:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/28 09:58:10 adam Exp $
 
-DISTNAME=      django_compressor-4.4
+DISTNAME=      django_compressor-4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-compressor/}
@@ -14,8 +14,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-appconf>=1.0.3:../../www/py-django-appconf
-DEPENDS+=      ${PYPKGPREFIX}-rcssmin>=1.1.1:../../www/py-rcssmin
-DEPENDS+=      ${PYPKGPREFIX}-rjsmin>=1.2.1:../../www/py-rjsmin
+DEPENDS+=      ${PYPKGPREFIX}-rcssmin>=1.1.2:../../www/py-rcssmin
+DEPENDS+=      ${PYPKGPREFIX}-rjsmin>=1.2.2:../../www/py-rjsmin
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/www/py-django-compressor/distinfo
diff -u pkgsrc/www/py-django-compressor/distinfo:1.3 pkgsrc/www/py-django-compressor/distinfo:1.4
--- pkgsrc/www/py-django-compressor/distinfo:1.3        Thu Feb  8 22:49:01 2024
+++ pkgsrc/www/py-django-compressor/distinfo    Fri Jun 28 09:58:10 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2024/02/08 22:49:01 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/06/28 09:58:10 adam Exp $
 
-BLAKE2s (django_compressor-4.4.tar.gz) = ba30b0fc46b29f90663ea9772fea9c7faa20fa9a238ba9a67e92a4cf5445f059
-SHA512 (django_compressor-4.4.tar.gz) = 54a3443f8900aca89534bb792f6e1d7d46ec9cec81c2bb2e019ea2a0e861845805d187748cc12531209be25c3d9f5dd3cd0f019fb9f439c9b1e7ad2a5785c6c8
-Size (django_compressor-4.4.tar.gz) = 422254 bytes
-SHA1 (patch-setup.py) = 99271ecacbec38fb339d8e49ce28c25ee1b65f0c
+BLAKE2s (django_compressor-4.5.tar.gz) = ca062a70bdacbd1e57a0cf269dfe6dcc73fffa28e0e78183182564f7b84945ad
+SHA512 (django_compressor-4.5.tar.gz) = d41aec352c0b972e356b1d2cf15769ec266919bc94fd2db35947d0b037a3ee3e7d79f7fb342fcb066b2e80e406b6fafb1c67e413d9996ff4799efeb24f0c3685
+Size (django_compressor-4.5.tar.gz) = 422011 bytes
+SHA1 (patch-setup.py) = fe12fcde239c377912ccfbdbf8f2e0ffeeff7ff6

Index: pkgsrc/www/py-django-compressor/PLIST
diff -u pkgsrc/www/py-django-compressor/PLIST:1.2 pkgsrc/www/py-django-compressor/PLIST:1.3
--- pkgsrc/www/py-django-compressor/PLIST:1.2   Thu Feb  8 22:49:01 2024
+++ pkgsrc/www/py-django-compressor/PLIST       Fri Jun 28 09:58:10 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/08 22:49:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/28 09:58:10 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -141,30 +141,15 @@ ${PYSITELIB}/compressor/tests/precompile
 ${PYSITELIB}/compressor/tests/precompiler.pyc
 ${PYSITELIB}/compressor/tests/precompiler.pyo
 ${PYSITELIB}/compressor/tests/static/CACHE/css/0618b11949aa.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/19dab3491062.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/44f5d1102ce5.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/58a8c0714e59.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/5c6a60375256.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/600674ea1d3d.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/64f74be417da.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/7f02c21025ae.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/919e93a2fea0.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/a15af50e715b.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/block_name.393dbcddb48e.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/block_name.a1e074d0c4ac.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/cd0846966de0.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/dff24a7e6003.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.187e2ce75808.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.20f9b535162f.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.2db2b4d36380.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.4263023f49d6.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.44f040b05f91.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.58a8c0714e59.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.600674ea1d3d.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.7ff52cb38987.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.aca9bcd16bee.css
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.aca9bcd16bee.css.gz
-${PYSITELIB}/compressor/tests/static/CACHE/css/output.c836c9caed5c.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.d5444a1ab4a3.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.e3b0c44298fc.css
 ${PYSITELIB}/compressor/tests/static/CACHE/css/output.e701f86c6430.css

Index: pkgsrc/www/py-django-compressor/patches/patch-setup.py
diff -u pkgsrc/www/py-django-compressor/patches/patch-setup.py:1.1 pkgsrc/www/py-django-compressor/patches/patch-setup.py:1.2
--- pkgsrc/www/py-django-compressor/patches/patch-setup.py:1.1  Wed Oct 25 19:40:36 2023
+++ pkgsrc/www/py-django-compressor/patches/patch-setup.py      Fri Jun 28 09:58:11 2024
@@ -1,17 +1,17 @@
-$NetBSD: patch-setup.py,v 1.1 2023/10/25 19:40:36 markd Exp $
+$NetBSD: patch-setup.py,v 1.2 2024/06/28 09:58:11 adam Exp $
 
 Don't pin to a single version
 https://github.com/django-compressor/django-compressor/issues/1195
 
---- setup.py.orig      2023-01-22 12:40:08.000000000 +0000
+--- setup.py.orig      2024-06-16 17:24:41.000000000 +0000
 +++ setup.py
-@@ -163,7 +163,7 @@ setup(
-     zip_safe=False,
+@@ -164,7 +164,7 @@ setup(
      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",
      ],
  )



Home | Main Index | Thread Index | Old Index