pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-cors-headers py-django-cors-headers: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abaa03c7246e
branches:  trunk
changeset: 439918:abaa03c7246e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 30 06:51:08 2020 +0000

description:
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.

diffstat:

 www/py-django-cors-headers/Makefile |   4 ++--
 www/py-django-cors-headers/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 44d1976e5b26 -r abaa03c7246e www/py-django-cors-headers/Makefile
--- a/www/py-django-cors-headers/Makefile       Wed Sep 30 06:47:17 2020 +0000
+++ b/www/py-django-cors-headers/Makefile       Wed Sep 30 06:51:08 2020 +0000
@@ -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/}
diff -r 44d1976e5b26 -r abaa03c7246e www/py-django-cors-headers/distinfo
--- a/www/py-django-cors-headers/distinfo       Wed Sep 30 06:47:17 2020 +0000
+++ b/www/py-django-cors-headers/distinfo       Wed Sep 30 06:51:08 2020 +0000
@@ -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