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 Mar  2 11:34:29 UTC 2018

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

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

2.2.0:
Django 2.0 compatibility. Again there were no changes to the actual library code, so previous versions probably work.
Ensured that request._cors_enabled is always a bool() - previously it could be set to a regex match object.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/www/py-django-cors-headers/Makefile:1.2
--- pkgsrc/www/py-django-cors-headers/Makefile:1.1      Thu Jan 11 13:37:55 2018
+++ pkgsrc/www/py-django-cors-headers/Makefile  Fri Mar  2 11:34:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/01/11 13:37:55 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/03/02 11:34:29 adam Exp $
 
-DISTNAME=      django-cors-headers-2.1.0
+DISTNAME=      django-cors-headers-2.2.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.1 pkgsrc/www/py-django-cors-headers/distinfo:1.2
--- pkgsrc/www/py-django-cors-headers/distinfo:1.1      Thu Jan 11 13:37:55 2018
+++ pkgsrc/www/py-django-cors-headers/distinfo  Fri Mar  2 11:34:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/01/11 13:37:55 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/03/02 11:34:29 adam Exp $
 
-SHA1 (django-cors-headers-2.1.0.tar.gz) = 2455cc12297479edb0a39486eeda282ffb4ececf
-RMD160 (django-cors-headers-2.1.0.tar.gz) = d4e72ea280b4628f19ebe6deba1ce8961ddd6906
-SHA512 (django-cors-headers-2.1.0.tar.gz) = c83133e898395835e273facbe5f967ade07a3f0b59c281dadc7e5273677a9c25dd05f1f1f1ab341e5e828828c1124a830b3b05f3373ace80e3ad390c2e2f7af9
-Size (django-cors-headers-2.1.0.tar.gz) = 12251 bytes
+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



Home | Main Index | Thread Index | Old Index