pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-cors-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep  6 16:31:55 UTC 2021

Modified Files:
        pkgsrc/www/py-django-cors-headers: Makefile PLIST distinfo

Log Message:
py-django-cors-headers: updated to 3.8.0

3.8.0

Add type hints.
Stop distributing tests to reduce package size. Tests are not intended to be run outside of the tox setup in the repository. Repackagers can use GitHub's tarballs per tag.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-django-cors-headers/Makefile \
    pkgsrc/www/py-django-cors-headers/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-cors-headers/PLIST

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-cors-headers/Makefile
diff -u pkgsrc/www/py-django-cors-headers/Makefile:1.18 pkgsrc/www/py-django-cors-headers/Makefile:1.19
--- pkgsrc/www/py-django-cors-headers/Makefile:1.18     Tue Jan 26 06:15:00 2021
+++ pkgsrc/www/py-django-cors-headers/Makefile  Mon Sep  6 16:31:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/26 06:15:00 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/09/06 16:31:54 adam Exp $
 
-DISTNAME=      django-cors-headers-3.7.0
+DISTNAME=      django-cors-headers-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cors-headers/}
Index: pkgsrc/www/py-django-cors-headers/distinfo
diff -u pkgsrc/www/py-django-cors-headers/distinfo:1.18 pkgsrc/www/py-django-cors-headers/distinfo:1.19
--- pkgsrc/www/py-django-cors-headers/distinfo:1.18     Tue Jan 26 06:15:00 2021
+++ pkgsrc/www/py-django-cors-headers/distinfo  Mon Sep  6 16:31:54 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/01/26 06:15:00 adam Exp $
+$NetBSD: distinfo,v 1.19 2021/09/06 16:31:54 adam Exp $
 
-SHA1 (django-cors-headers-3.7.0.tar.gz) = 076d7ad3c10da3859530e4e763bb12160bd21d2b
-RMD160 (django-cors-headers-3.7.0.tar.gz) = 60b40fbd5578b66f91047ec3ee61ef874d53f894
-SHA512 (django-cors-headers-3.7.0.tar.gz) = e1dc9695f99108f0908d8d348d284f1fd4a8ccbb84b3c748c9ae8d81d6f32ac8ef3417b612710e64ea4c63d464d97ac31a199292ebcdaaec3f3e37ad025ed0de
-Size (django-cors-headers-3.7.0.tar.gz) = 88367 bytes
+SHA1 (django-cors-headers-3.8.0.tar.gz) = 20cd9c4403e9b27b6f37c36f621b3b9365aff12a
+RMD160 (django-cors-headers-3.8.0.tar.gz) = 289ec871bf42766b2f2ef5e3b53e315637dac3a2
+SHA512 (django-cors-headers-3.8.0.tar.gz) = b763e679558af12cb7e22c137e45a9b3f2ccc7cae2ddaa06792b35e721fae3c6f43daf4b015b567496f93d4f32b4751c56db06edf4e74a535c4fb9a1280da763
+Size (django-cors-headers-3.8.0.tar.gz) = 20391 bytes

Index: pkgsrc/www/py-django-cors-headers/PLIST
diff -u pkgsrc/www/py-django-cors-headers/PLIST:1.4 pkgsrc/www/py-django-cors-headers/PLIST:1.5
--- pkgsrc/www/py-django-cors-headers/PLIST:1.4 Tue Jan 26 06:15:00 2021
+++ pkgsrc/www/py-django-cors-headers/PLIST     Mon Sep  6 16:31:54 2021
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2021/01/26 06:15:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/09/06 16:31:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/corsheaders/__init__.py
@@ -22,6 +23,7 @@ ${PYSITELIB}/corsheaders/defaults.pyo
 ${PYSITELIB}/corsheaders/middleware.py
 ${PYSITELIB}/corsheaders/middleware.pyc
 ${PYSITELIB}/corsheaders/middleware.pyo
+${PYSITELIB}/corsheaders/py.typed
 ${PYSITELIB}/corsheaders/signals.py
 ${PYSITELIB}/corsheaders/signals.pyc
 ${PYSITELIB}/corsheaders/signals.pyo



Home | Main Index | Thread Index | Old Index