Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 10:19:28 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520013 - in head/www: py-dj21-django-cors-headers py-dj22-django-cors-headers
Message-ID:  <201912131019.xBDAJSRA037489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Dec 13 10:19:28 2019
New Revision: 520013
URL: https://svnweb.freebsd.org/changeset/ports/520013

Log:
  www/py-django-{dj21,dj22}-cors-headers: Update to 3.2.0
  
  Notable changes since 3.0.2:
  
  * Drop Python 2 support, only Python 3.5-3.8 is supported now.
  * Support the value "file://" for origins, which is accidentally sent by
    some versions of Chrome on Android.
  
  https://github.com/adamchainz/django-cors-headers/blob/3.2.0/HISTORY.rst

Modified:
  head/www/py-dj21-django-cors-headers/Makefile
  head/www/py-dj21-django-cors-headers/distinfo
  head/www/py-dj22-django-cors-headers/Makefile
  head/www/py-dj22-django-cors-headers/distinfo

Modified: head/www/py-dj21-django-cors-headers/Makefile
==============================================================================
--- head/www/py-dj21-django-cors-headers/Makefile	Fri Dec 13 10:19:05 2019	(r520012)
+++ head/www/py-dj21-django-cors-headers/Makefile	Fri Dec 13 10:19:28 2019	(r520013)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-cors-headers
-PORTVERSION=	3.0.2
+PORTVERSION=	3.2.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj21-

Modified: head/www/py-dj21-django-cors-headers/distinfo
==============================================================================
--- head/www/py-dj21-django-cors-headers/distinfo	Fri Dec 13 10:19:05 2019	(r520012)
+++ head/www/py-dj21-django-cors-headers/distinfo	Fri Dec 13 10:19:28 2019	(r520013)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561104731
-SHA256 (django-cors-headers-3.0.2.tar.gz) = ebf3e2cf25aa6993b959a8e6a87828ebb3c8fe5bc3ec4a2d6e65f3b8d9b4212c
-SIZE (django-cors-headers-3.0.2.tar.gz) = 24497
+TIMESTAMP = 1576102039
+SHA256 (django-cors-headers-3.2.0.tar.gz) = 84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95
+SIZE (django-cors-headers-3.2.0.tar.gz) = 26243

Modified: head/www/py-dj22-django-cors-headers/Makefile
==============================================================================
--- head/www/py-dj22-django-cors-headers/Makefile	Fri Dec 13 10:19:05 2019	(r520012)
+++ head/www/py-dj22-django-cors-headers/Makefile	Fri Dec 13 10:19:28 2019	(r520013)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-cors-headers
-PORTVERSION=	3.0.2
+PORTVERSION=	3.2.0
 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	Fri Dec 13 10:19:05 2019	(r520012)
+++ head/www/py-dj22-django-cors-headers/distinfo	Fri Dec 13 10:19:28 2019	(r520013)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561104731
-SHA256 (django-cors-headers-3.0.2.tar.gz) = ebf3e2cf25aa6993b959a8e6a87828ebb3c8fe5bc3ec4a2d6e65f3b8d9b4212c
-SIZE (django-cors-headers-3.0.2.tar.gz) = 24497
+TIMESTAMP = 1576102039
+SHA256 (django-cors-headers-3.2.0.tar.gz) = 84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95
+SIZE (django-cors-headers-3.2.0.tar.gz) = 26243



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131019.xBDAJSRA037489>