pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-cors-headers py-django-cors-headers: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f91324ae551a
branches:  trunk
changeset: 343513:f91324ae551a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 05 09:05:24 2019 +0000

description:
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.

diffstat:

 www/py-django-cors-headers/Makefile |   8 +++++---
 www/py-django-cors-headers/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r a3c0cbe61f70 -r f91324ae551a www/py-django-cors-headers/Makefile
--- a/www/py-django-cors-headers/Makefile       Tue Nov 05 08:59:40 2019 +0000
+++ b/www/py-django-cors-headers/Makefile       Tue Nov 05 09:05:24 2019 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # since 3.1.0
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a3c0cbe61f70 -r f91324ae551a www/py-django-cors-headers/distinfo
--- a/www/py-django-cors-headers/distinfo       Tue Nov 05 08:59:40 2019 +0000
+++ b/www/py-django-cors-headers/distinfo       Tue Nov 05 09:05:24 2019 +0000
@@ -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