Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 20:15:01 +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: r554028 - head/www/py-django-cors-headers
Message-ID:  <202011032015.0A3KF1Xt051424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Tue Nov  3 20:15:00 2020
New Revision: 554028
URL: https://svnweb.freebsd.org/changeset/ports/554028

Log:
  www/py-django-cors-headers: Update to 3.4.0
  
  * The upstream repository has moved, update the WWW field accordingly.
  
  Changelog:
  
  https://github.com/adamchainz/django-cors-headers/blob/3.4.0/HISTORY.rst

Modified:
  head/www/py-django-cors-headers/Makefile
  head/www/py-django-cors-headers/distinfo
  head/www/py-django-cors-headers/pkg-descr

Modified: head/www/py-django-cors-headers/Makefile
==============================================================================
--- head/www/py-django-cors-headers/Makefile	Tue Nov  3 20:12:36 2020	(r554027)
+++ head/www/py-django-cors-headers/Makefile	Tue Nov  3 20:15:00 2020	(r554028)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-cors-headers
-PORTVERSION=	3.3.0
+PORTVERSION=	3.4.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-django-cors-headers/distinfo
==============================================================================
--- head/www/py-django-cors-headers/distinfo	Tue Nov  3 20:12:36 2020	(r554027)
+++ head/www/py-django-cors-headers/distinfo	Tue Nov  3 20:15:00 2020	(r554028)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590397815
-SHA256 (django-cors-headers-3.3.0.tar.gz) = 73d654950b5f5e7e4f67c05183d2169d4f7518ceb87734eb0d68f9e43be59f1c
-SIZE (django-cors-headers-3.3.0.tar.gz) = 82648
+TIMESTAMP = 1604142236
+SHA256 (django-cors-headers-3.4.0.tar.gz) = f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153
+SIZE (django-cors-headers-3.4.0.tar.gz) = 78307

Modified: head/www/py-django-cors-headers/pkg-descr
==============================================================================
--- head/www/py-django-cors-headers/pkg-descr	Tue Nov  3 20:12:36 2020	(r554027)
+++ head/www/py-django-cors-headers/pkg-descr	Tue Nov  3 20:15:00 2020	(r554028)
@@ -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?202011032015.0A3KF1Xt051424>