pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-cors-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 10 15:27:07 UTC 2019

Modified Files:
        pkgsrc/www/py-django-cors-headers: Makefile PLIST distinfo

Log Message:
py-django-cors-headers: updated to 2.5.0

2.5.0:
* Drop Django 1.8, 1.9, and 1.10 support. Only Django 1.11+ is supported now.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-cors-headers/Makefile \
    pkgsrc/www/py-django-cors-headers/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-cors-headers/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-cors-headers/Makefile
diff -u pkgsrc/www/py-django-cors-headers/Makefile:1.5 pkgsrc/www/py-django-cors-headers/Makefile:1.6
--- pkgsrc/www/py-django-cors-headers/Makefile:1.5      Fri Mar  1 12:48:09 2019
+++ pkgsrc/www/py-django-cors-headers/Makefile  Sun Mar 10 15:27:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/03/01 12:48:09 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/03/10 15:27:07 adam Exp $
 
-DISTNAME=      django-cors-headers-2.4.1
+DISTNAME=      django-cors-headers-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cors-headers/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/ottoyiu/dja
 COMMENT=       Django application for handling headers required for CORS
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/www/py-django-cors-headers/distinfo
diff -u pkgsrc/www/py-django-cors-headers/distinfo:1.5 pkgsrc/www/py-django-cors-headers/distinfo:1.6
--- pkgsrc/www/py-django-cors-headers/distinfo:1.5      Fri Mar  1 12:48:09 2019
+++ pkgsrc/www/py-django-cors-headers/distinfo  Sun Mar 10 15:27:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/03/01 12:48:09 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/03/10 15:27:07 adam Exp $
 
-SHA1 (django-cors-headers-2.4.1.tar.gz) = 24d48461e93ea4f76f216c76b036dc761f05b08c
-RMD160 (django-cors-headers-2.4.1.tar.gz) = 1c7b0d1e8adf97381490c63cf36330e7176d4e08
-SHA512 (django-cors-headers-2.4.1.tar.gz) = 04e80ef9c8b05f796401ed7e37fb3973c7e847b0b56d5ebac1612047d816b4b4a20262edafba8a75920d77fc1a8d56fa54e20a429a1a0a93cc2a7f44d29dfce9
-Size (django-cors-headers-2.4.1.tar.gz) = 17497 bytes
+SHA1 (django-cors-headers-2.5.0.tar.gz) = 13dec7d709eaf43b2718afa148d4b0ddeafd6b2f
+RMD160 (django-cors-headers-2.5.0.tar.gz) = e4891f5c4c1e294fae51e0c99a0acb3ab114e715
+SHA512 (django-cors-headers-2.5.0.tar.gz) = d1f1db1caa95b3b3d1fa531fcc664c8ee22596ed97a0c54def5c69982a4eb9438cca5fd42c742a7136b84a904f80fe95200a02031f66113c966d12e0e9cd57d8
+Size (django-cors-headers-2.5.0.tar.gz) = 16900 bytes

Index: pkgsrc/www/py-django-cors-headers/PLIST
diff -u pkgsrc/www/py-django-cors-headers/PLIST:1.1 pkgsrc/www/py-django-cors-headers/PLIST:1.2
--- pkgsrc/www/py-django-cors-headers/PLIST:1.1 Thu Jan 11 13:37:55 2018
+++ pkgsrc/www/py-django-cors-headers/PLIST     Sun Mar 10 15:27:07 2019
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2018/01/11 13:37:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/03/10 15:27:07 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/corsheaders/__init__.py
 ${PYSITELIB}/corsheaders/__init__.pyc
@@ -9,9 +10,6 @@ ${PYSITELIB}/corsheaders/__init__.pyo
 ${PYSITELIB}/corsheaders/checks.py
 ${PYSITELIB}/corsheaders/checks.pyc
 ${PYSITELIB}/corsheaders/checks.pyo
-${PYSITELIB}/corsheaders/compat.py
-${PYSITELIB}/corsheaders/compat.pyc
-${PYSITELIB}/corsheaders/compat.pyo
 ${PYSITELIB}/corsheaders/conf.py
 ${PYSITELIB}/corsheaders/conf.pyc
 ${PYSITELIB}/corsheaders/conf.pyo



Home | Main Index | Thread Index | Old Index