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:           Tue Nov  5 09:05:24 UTC 2019

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

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

3.1.1:
Support the value file:// for origins, which is accidentally sent by some versions of Chrome on Android.

3.1.0:
Drop Python 2 support, only Python 3.5-3.7 is supported now.
Fix all links for move from github.com/ottoyiu/django-cors-headers to github.com/adamchainz/django-cors-headers.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-cors-headers/Makefile \
    pkgsrc/www/py-django-cors-headers/distinfo

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.10 pkgsrc/www/py-django-cors-headers/Makefile:1.11
--- pkgsrc/www/py-django-cors-headers/Makefile:1.10     Wed May 29 21:07:14 2019
+++ pkgsrc/www/py-django-cors-headers/Makefile  Tue Nov  5 09:05:24 2019
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2019/05/29 21:07:14 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/05 09:05:24 adam Exp $
 
-DISTNAME=      django-cors-headers-3.0.2
+DISTNAME=      django-cors-headers-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cors-headers/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/ottoyiu/django-cors-headers
+HOMEPAGE=      https://github.com/adamchainz/django-cors-headers
 COMMENT=       Django application for handling headers required for CORS
 LICENSE=       mit
 
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-django>=1.11:..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # since 3.1.0
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-cors-headers/distinfo
diff -u pkgsrc/www/py-django-cors-headers/distinfo:1.10 pkgsrc/www/py-django-cors-headers/distinfo:1.11
--- pkgsrc/www/py-django-cors-headers/distinfo:1.10     Wed May 29 21:07:14 2019
+++ pkgsrc/www/py-django-cors-headers/distinfo  Tue Nov  5 09:05:24 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/05/29 21:07:14 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/11/05 09:05:24 adam Exp $
 
-SHA1 (django-cors-headers-3.0.2.tar.gz) = a0d9c194914295293bdbeb43fd71e787e07e4c44
-RMD160 (django-cors-headers-3.0.2.tar.gz) = e1c97b00dcb7e81fbfc6024620ee0da51681e279
-SHA512 (django-cors-headers-3.0.2.tar.gz) = fffe3be64ba095357dcd4e370a3aabbb848be5f886cd2beee8558d3f5f9aa849dacb2f40e0159013fa050eac42d04764e35893ff983a476b20783e3d8083e720
-Size (django-cors-headers-3.0.2.tar.gz) = 24497 bytes
+SHA1 (django-cors-headers-3.1.1.tar.gz) = 806f787a6ea8bc111ad312e4020d0500d5c91fa2
+RMD160 (django-cors-headers-3.1.1.tar.gz) = 64c26e98d13d2fbf7a0cfae4c969eeee9aca00c4
+SHA512 (django-cors-headers-3.1.1.tar.gz) = 786403b169113f4315bd836c7c8d7c665c013c8dee7ab186d95d1f45a49520e8fc759801f7b1e340ee89236ae035971747f5712213c9c8a72f8cfa05283ddf0b
+Size (django-cors-headers-3.1.1.tar.gz) = 25737 bytes



Home | Main Index | Thread Index | Old Index