diff options
author | adam <adam@pkgsrc.org> | 2019-12-15 21:36:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-12-15 21:36:51 +0000 |
commit | 780ff1c4cf6c7514c290fe6b97a0fadfc798d1b7 (patch) | |
tree | 62346e90483d8c0c3029e43b3b4e090c6a6ac3e9 /www | |
parent | e0da103c49395180d5fa639aa3d2043f0b4847d9 (diff) | |
download | pkgsrc-780ff1c4cf6c7514c290fe6b97a0fadfc798d1b7.tar.gz |
py-django-cors-headers: updated to 3.2.0
3.2.0:
Converted setuptools metadata to configuration file. This meant removing the __version__ attribute from the package. If you want to inspect the installed version, use importlib.metadata.version("django-cors-headers") (docs / backport).
Support Python 3.8.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-cors-headers/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-cors-headers/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django-cors-headers/Makefile b/www/py-django-cors-headers/Makefile index 4500939d177..85f8b5d7275 100644 --- a/www/py-django-cors-headers/Makefile +++ b/www/py-django-cors-headers/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/11/05 09:05:24 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/12/15 21:36:51 adam Exp $ -DISTNAME= django-cors-headers-3.1.1 +DISTNAME= django-cors-headers-3.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cors-headers/} diff --git a/www/py-django-cors-headers/distinfo b/www/py-django-cors-headers/distinfo index beec4dbadac..0d9e0f410bb 100644 --- a/www/py-django-cors-headers/distinfo +++ b/www/py-django-cors-headers/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/11/05 09:05:24 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/12/15 21:36:51 adam Exp $ -SHA1 (django-cors-headers-3.1.1.tar.gz) = 806f787a6ea8bc111ad312e4020d0500d5c91fa2 -RMD160 (django-cors-headers-3.1.1.tar.gz) = 64c26e98d13d2fbf7a0cfae4c969eeee9aca00c4 -SHA512 (django-cors-headers-3.1.1.tar.gz) = 786403b169113f4315bd836c7c8d7c665c013c8dee7ab186d95d1f45a49520e8fc759801f7b1e340ee89236ae035971747f5712213c9c8a72f8cfa05283ddf0b -Size (django-cors-headers-3.1.1.tar.gz) = 25737 bytes +SHA1 (django-cors-headers-3.2.0.tar.gz) = aca400803e7360cc6434ccf48a8f46447809be5f +RMD160 (django-cors-headers-3.2.0.tar.gz) = 10d54fbf231dbdd01065296ca5b96d3b7bf073f1 +SHA512 (django-cors-headers-3.2.0.tar.gz) = e6dee4ee6a38ebe40e9b4457203f3d68c1b5812c6d46386a95f91437ca9b977bcf174cae44d84a29f4355d8f8f8b5969d5419db33b446e729ec09366bab150dd +Size (django-cors-headers-3.2.0.tar.gz) = 26243 bytes |