Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 17:25:35 +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: r500040 - head/www/py-dj21-django-cors-headers
Message-ID:  <201904251725.x3PHPZwL051124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 25 17:25:35 2019
New Revision: 500040
URL: https://svnweb.freebsd.org/changeset/ports/500040

Log:
  www/py-dj21-django-cors-headers: Update to 2.5.2
  
  While I'm here:
  * Make port architecture neutral by adding NO_ARCH
  
  Changelog since 2.4.0:
  
  * Improve inclusion of tests in sdist to ignore .pyc files.
  * Include test infrastructure in sdist to allow consumers to use it.
  * Drop Django 1.8, 1.9, and 1.10 support. Only Django 1.11+ is supported
    now.
  * Fix DeprecationWarning from importing collections.abc.Sequence on
    Python3.7.
  
  https://github.com/ottoyiu/django-cors-headers/blob/2.5.2/HISTORY.rst
  
  Approved by:	mentors (implicit)

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

Modified: head/www/py-dj21-django-cors-headers/Makefile
==============================================================================
--- head/www/py-dj21-django-cors-headers/Makefile	Thu Apr 25 17:21:28 2019	(r500039)
+++ head/www/py-dj21-django-cors-headers/Makefile	Thu Apr 25 17:25:35 2019	(r500040)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-cors-headers
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj21-
@@ -16,6 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django21>0:www/py-
 USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-cors-headers
 
 .include <bsd.port.mk>

Modified: head/www/py-dj21-django-cors-headers/distinfo
==============================================================================
--- head/www/py-dj21-django-cors-headers/distinfo	Thu Apr 25 17:21:28 2019	(r500039)
+++ head/www/py-dj21-django-cors-headers/distinfo	Thu Apr 25 17:25:35 2019	(r500040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533991132
-SHA256 (django-cors-headers-2.4.0.tar.gz) = c4c2ee97139d18541a1be7d96fe337d1694623816d83f53cb7c00da9b94acae1
-SIZE (django-cors-headers-2.4.0.tar.gz) = 16691
+TIMESTAMP = 1556208631
+SHA256 (django-cors-headers-2.5.2.tar.gz) = fb44f6b9f10de847919305c3f0d38fcfbadfe0dd5cf1c866f37df66ad0dda1bb
+SIZE (django-cors-headers-2.5.2.tar.gz) = 22721



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