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:           Fri Jul  6 11:17:42 UTC 2018

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

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

2.3.0:
Match CORS_URLS_REGEX to request.path_info instead of request.path, so the patterns can work without knowing the site's path prefix at configuration time.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-cors-headers/Makefile \
    pkgsrc/www/py-django-cors-headers/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-cors-headers/Makefile
diff -u pkgsrc/www/py-django-cors-headers/Makefile:1.2 pkgsrc/www/py-django-cors-headers/Makefile:1.3
--- pkgsrc/www/py-django-cors-headers/Makefile:1.2      Fri Mar  2 11:34:29 2018
+++ pkgsrc/www/py-django-cors-headers/Makefile  Fri Jul  6 11:17:42 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/03/02 11:34:29 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/06 11:17:42 adam Exp $
 
-DISTNAME=      django-cors-headers-2.2.0
+DISTNAME=      django-cors-headers-2.3.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.2 pkgsrc/www/py-django-cors-headers/distinfo:1.3
--- pkgsrc/www/py-django-cors-headers/distinfo:1.2      Fri Mar  2 11:34:29 2018
+++ pkgsrc/www/py-django-cors-headers/distinfo  Fri Jul  6 11:17:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/02 11:34:29 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/07/06 11:17:42 adam Exp $
 
-SHA1 (django-cors-headers-2.2.0.tar.gz) = 5a003a14abf113f47950b5c29e62620f3254ee0a
-RMD160 (django-cors-headers-2.2.0.tar.gz) = cea25db534a886b751ddc3ca312febac34bbc0c5
-SHA512 (django-cors-headers-2.2.0.tar.gz) = f10e9d12b61a5c9deb41a98d26e6b1e5cc818d1985cbae79c103b13cfeff0d78c1d2c7ead5db20b00d22693ba85b091e243562a00853f0a457714d7383fb05fc
-Size (django-cors-headers-2.2.0.tar.gz) = 12487 bytes
+SHA1 (django-cors-headers-2.3.0.tar.gz) = ceea68979aaafbb0e486f883f4bc3f4bf4b27ab5
+RMD160 (django-cors-headers-2.3.0.tar.gz) = 49e47d90be8da26f937b31bd4b013b6f1ce679bd
+SHA512 (django-cors-headers-2.3.0.tar.gz) = 315c27c0a7849a1c1d8f2bfe7c0192a31c966006eb0f1b3f9f9c60ceb5a1e69a1c5d0adf790518ba41499cae5bc5a4604d8a5050b4dce816f8999f537aa7d1e9
+Size (django-cors-headers-2.3.0.tar.gz) = 16506 bytes



Home | Main Index | Thread Index | Old Index