Wed Jun 3 15:26:13 2020 UTC ()
py-django-cors-headers: updated to 3.3.0

3.3.0:
* Drop Django 1.11 support. Only Django 2.0+ is supported now.
* Drop the ``providing_args`` argument from ``Signal`` to prevent a deprecation
  warning on Django 3.1.


(adam)
diff -r1.13 -r1.14 pkgsrc/www/py-django-cors-headers/Makefile
diff -r1.13 -r1.14 pkgsrc/www/py-django-cors-headers/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/www/py-django-cors-headers/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-cors-headers/Makefile 2020/01/08 11:27:01 1.13
+++ pkgsrc/www/py-django-cors-headers/Makefile 2020/06/03 15:26:13 1.14
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.13 2020/01/08 11:27:01 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2020/06/03 15:26:13 adam Exp $
2 2
3DISTNAME= django-cors-headers-3.2.1 3DISTNAME= django-cors-headers-3.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/adamchainz/django-cors-headers 9HOMEPAGE= https://github.com/adamchainz/django-cors-headers
10COMMENT= Django application for handling headers required for CORS 10COMMENT= Django application for handling headers required for CORS
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django 13DEPENDS+= ${PYPKGPREFIX}-django>=2.0:../../www/py-django2
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 3.1.0 17PYTHON_VERSIONS_INCOMPATIBLE= 27 # since 3.1.0
18 18
19.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/py-django-cors-headers/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-cors-headers/distinfo 2020/01/08 11:27:01 1.13
+++ pkgsrc/www/py-django-cors-headers/distinfo 2020/06/03 15:26:13 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2020/01/08 11:27:01 adam Exp $ 1$NetBSD: distinfo,v 1.14 2020/06/03 15:26:13 adam Exp $
2 2
3SHA1 (django-cors-headers-3.2.1.tar.gz) = 5fc619077e25c779721b0b7a13c9b822d1c1a26e 3SHA1 (django-cors-headers-3.3.0.tar.gz) = 2f7232ed59a68dbc298f378be6d2f0da0d6884d4
4RMD160 (django-cors-headers-3.2.1.tar.gz) = 1257c99892e613ee8bc943d04a6f2149b5ad8392 4RMD160 (django-cors-headers-3.3.0.tar.gz) = d87dca221daf90ebbdd6ad5311f37dd00b247bf0
5SHA512 (django-cors-headers-3.2.1.tar.gz) = 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397 5SHA512 (django-cors-headers-3.3.0.tar.gz) = d37016400a73d5130deabbedc9a185018d332a006c5a2f8238e7924fab493c0b3b5282e124a061b2d2b90dddd638554e4e277b4c8e8d9ad31168eeac523fe69e
6Size (django-cors-headers-3.2.1.tar.gz) = 26261 bytes 6Size (django-cors-headers-3.3.0.tar.gz) = 82648 bytes