svn commit: r527136 - head/www/py-dj22-django-cors-headers
Kai Knoblich
kai at FreeBSD.org
Tue Feb 25 21:38:01 UTC 2020
Author: kai
Date: Tue Feb 25 21:38:00 2020
New Revision: 527136
URL: https://svnweb.freebsd.org/changeset/ports/527136
Log:
www/py-dj22-django-cors-headers: Update to 3.2.1
* Update WWW field as the repository has a new maintainer.
Changelog:
https://github.com/adamchainz/django-cors-headers/blob/3.2.1/HISTORY.rst
Modified:
head/www/py-dj22-django-cors-headers/Makefile
head/www/py-dj22-django-cors-headers/distinfo
head/www/py-dj22-django-cors-headers/pkg-descr
Modified: head/www/py-dj22-django-cors-headers/Makefile
==============================================================================
--- head/www/py-dj22-django-cors-headers/Makefile Tue Feb 25 21:35:16 2020 (r527135)
+++ head/www/py-dj22-django-cors-headers/Makefile Tue Feb 25 21:38:00 2020 (r527136)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= django-cors-headers
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj22-
Modified: head/www/py-dj22-django-cors-headers/distinfo
==============================================================================
--- head/www/py-dj22-django-cors-headers/distinfo Tue Feb 25 21:35:16 2020 (r527135)
+++ head/www/py-dj22-django-cors-headers/distinfo Tue Feb 25 21:38:00 2020 (r527136)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576102039
-SHA256 (django-cors-headers-3.2.0.tar.gz) = 84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95
-SIZE (django-cors-headers-3.2.0.tar.gz) = 26243
+TIMESTAMP = 1579256948
+SHA256 (django-cors-headers-3.2.1.tar.gz) = a5960addecc04527ab26617e51b8ed42f0adab4594b24bb0f3c33e2bd3857c3f
+SIZE (django-cors-headers-3.2.1.tar.gz) = 26261
Modified: head/www/py-dj22-django-cors-headers/pkg-descr
==============================================================================
--- head/www/py-dj22-django-cors-headers/pkg-descr Tue Feb 25 21:35:16 2020 (r527135)
+++ head/www/py-dj22-django-cors-headers/pkg-descr Tue Feb 25 21:38:00 2020 (r527136)
@@ -1,4 +1,4 @@
A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.
-WWW: https://github.com/ottoyiu/django-cors-headers
+WWW: https://github.com/adamchainz/django-cors-headers
More information about the svn-ports-all
mailing list