diff options
author | adam <adam@pkgsrc.org> | 2020-06-03 15:26:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-03 15:26:13 +0000 |
commit | 043b0420081d67cdb4e3b7b9bac988712ed03150 (patch) | |
tree | 10558ef38462673c62e69db7de9323a670cb4057 /www | |
parent | f98901e8ff3d61241075c51ea91775d3a48ed425 (diff) | |
download | pkgsrc-043b0420081d67cdb4e3b7b9bac988712ed03150.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-cors-headers/Makefile | 6 | ||||
-rw-r--r-- | www/py-django-cors-headers/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-django-cors-headers/Makefile b/www/py-django-cors-headers/Makefile index c2e126d049e..eef91df62b1 100644 --- a/www/py-django-cors-headers/Makefile +++ b/www/py-django-cors-headers/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/01/08 11:27:01 adam Exp $ +# $NetBSD: Makefile,v 1.14 2020/06/03 15:26:13 adam Exp $ -DISTNAME= django-cors-headers-3.2.1 +DISTNAME= django-cors-headers-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/adamchainz/django-cors-headers COMMENT= Django application for handling headers required for CORS LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django +DEPENDS+= ${PYPKGPREFIX}-django>=2.0:../../www/py-django2 USE_LANGUAGES= # none diff --git a/www/py-django-cors-headers/distinfo b/www/py-django-cors-headers/distinfo index 09235e57fcb..e2e3e80616f 100644 --- a/www/py-django-cors-headers/distinfo +++ b/www/py-django-cors-headers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2020/01/08 11:27:01 adam Exp $ +$NetBSD: distinfo,v 1.14 2020/06/03 15:26:13 adam Exp $ -SHA1 (django-cors-headers-3.2.1.tar.gz) = 5fc619077e25c779721b0b7a13c9b822d1c1a26e -RMD160 (django-cors-headers-3.2.1.tar.gz) = 1257c99892e613ee8bc943d04a6f2149b5ad8392 -SHA512 (django-cors-headers-3.2.1.tar.gz) = 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397 -Size (django-cors-headers-3.2.1.tar.gz) = 26261 bytes +SHA1 (django-cors-headers-3.3.0.tar.gz) = 2f7232ed59a68dbc298f378be6d2f0da0d6884d4 +RMD160 (django-cors-headers-3.3.0.tar.gz) = d87dca221daf90ebbdd6ad5311f37dd00b247bf0 +SHA512 (django-cors-headers-3.3.0.tar.gz) = d37016400a73d5130deabbedc9a185018d332a006c5a2f8238e7924fab493c0b3b5282e124a061b2d2b90dddd638554e4e277b4c8e8d9ad31168eeac523fe69e +Size (django-cors-headers-3.3.0.tar.gz) = 82648 bytes |