Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 21:38:00 +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: r527136 - head/www/py-dj22-django-cors-headers
Message-ID:  <202002252138.01PLc0Tg084320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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