pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-js-asset



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 12 13:22:50 UTC 2019

Modified Files:
        pkgsrc/www/py-django-js-asset: Makefile distinfo

Log Message:
py-django-js-asset: updated to 1.2.1

1.2:
Reformatted the code using Black.
Added equality of JS() objects to avoid adding the same script more than once in the same configuration.
Determine the static callable at module import time, not each time a static path is generated.
Customized the repr() of JS() objects.
Added Python 3.7 and Django 2.2 to the test matrix.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-js-asset/Makefile \
    pkgsrc/www/py-django-js-asset/distinfo

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-js-asset/Makefile
diff -u pkgsrc/www/py-django-js-asset/Makefile:1.3 pkgsrc/www/py-django-js-asset/Makefile:1.4
--- pkgsrc/www/py-django-js-asset/Makefile:1.3  Tue May  1 07:23:36 2018
+++ pkgsrc/www/py-django-js-asset/Makefile      Tue Feb 12 13:22:49 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/05/01 07:23:36 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/02/12 13:22:49 adam Exp $
 
-DISTNAME=      django-js-asset-1.1.0
+DISTNAME=      django-js-asset-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-js-asset/}
Index: pkgsrc/www/py-django-js-asset/distinfo
diff -u pkgsrc/www/py-django-js-asset/distinfo:1.3 pkgsrc/www/py-django-js-asset/distinfo:1.4
--- pkgsrc/www/py-django-js-asset/distinfo:1.3  Tue May  1 07:23:36 2018
+++ pkgsrc/www/py-django-js-asset/distinfo      Tue Feb 12 13:22:49 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/01 07:23:36 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/02/12 13:22:49 adam Exp $
 
-SHA1 (django-js-asset-1.1.0.tar.gz) = d24fe964155a8fa834ead961998110e2c1020445
-RMD160 (django-js-asset-1.1.0.tar.gz) = 8050135203c9345df550baa0c66a5edc86426ef9
-SHA512 (django-js-asset-1.1.0.tar.gz) = 19370b00163fa846ec94ee7584edf1b80706d3f73ef51ed4564c4a4e1542c5b0d771f18068a1cad938ae343932712478cd8cbfdd7b9c69b5984acb9229a69b1d
-Size (django-js-asset-1.1.0.tar.gz) = 4456 bytes
+SHA1 (django-js-asset-1.2.1.tar.gz) = c6d9782f87918aeea9c6d7490278d20030619ec0
+RMD160 (django-js-asset-1.2.1.tar.gz) = dcd5f2fb0f5c0aa1fc3e4ac883a8164aefd8ca44
+SHA512 (django-js-asset-1.2.1.tar.gz) = 3eb5ae51b2251e7fe4bd27b446aa781986e0196976bb279f053ccaa5c99767474798615ba2a3e5eca49cec125411960a5cf2310e72a64ac603e4259431ee0c4e
+Size (django-js-asset-1.2.1.tar.gz) = 4416 bytes



Home | Main Index | Thread Index | Old Index