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:           Wed Sep 30 06:51:08 UTC 2020

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

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

3.5.0

* Following Django’s example in
  `Ticket 31670 <https://code.djangoproject.com/ticket/31670>`__ for replacing
  the term “whitelist”, plus an aim to make the setting names more
  comprehensible, the following settings have been renamed:

  * ``CORS_ORIGIN_WHITELIST`` -> ``CORS_ALLOWED_ORIGINS``
  * ``CORS_ORIGIN_WHITELIST_REGEX`` -> ``CORS_ALLOWED_ORIGIN_REGEXES``
  * ``CORS_ORIGIN_ALLOW_ALL`` -> ``CORS_ALLOW_ALL_ORIGINS``

  The old names will continue to work as aliases, with the new ones taking
  precedence.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/www/py-django-cors-headers/Makefile:1.16
--- pkgsrc/www/py-django-cors-headers/Makefile:1.15     Thu Jul  9 08:46:50 2020
+++ pkgsrc/www/py-django-cors-headers/Makefile  Wed Sep 30 06:51:08 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/07/09 08:46:50 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/09/30 06:51:08 adam Exp $
 
-DISTNAME=      django-cors-headers-3.4.0
+DISTNAME=      django-cors-headers-3.5.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.15 pkgsrc/www/py-django-cors-headers/distinfo:1.16
--- pkgsrc/www/py-django-cors-headers/distinfo:1.15     Thu Jul  9 08:46:50 2020
+++ pkgsrc/www/py-django-cors-headers/distinfo  Wed Sep 30 06:51:08 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/07/09 08:46:50 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/09/30 06:51:08 adam Exp $
 
-SHA1 (django-cors-headers-3.4.0.tar.gz) = 00f348e48cb509aa0dd193c5daf6eb5638ef92ef
-RMD160 (django-cors-headers-3.4.0.tar.gz) = fe9a7bb01c6e9a0506568b4d4f1c2b6591e8ce94
-SHA512 (django-cors-headers-3.4.0.tar.gz) = 0d234dee3c7146bf5d33c915b6bd9837de6ea292d2583c53a1e78c1bc95bf1d497f25254a48331342bfb7b3b3c86fb914c85b22763d80fb08e9f074878bd8e0c
-Size (django-cors-headers-3.4.0.tar.gz) = 78307 bytes
+SHA1 (django-cors-headers-3.5.0.tar.gz) = 65d83ae9d5049ee9b217e28ad3148456d75b8f0b
+RMD160 (django-cors-headers-3.5.0.tar.gz) = 0ffd9a8fb4d23e6205714f790b7817c60acca6a0
+SHA512 (django-cors-headers-3.5.0.tar.gz) = 54a77f0da445f91d8ec9747dcd1d3be0db7be865819621f7d0c8ad3caa8aadeb03e8e8b486a0d6b5864b7ccbe856915f2604a28e9d824ca2561d828bc52019bf
+Size (django-cors-headers-3.5.0.tar.gz) = 82619 bytes



Home | Main Index | Thread Index | Old Index