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:           Wed Jun  3 15:26:13 UTC 2020

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

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

3.3.0:
* Drop Django 1.11 support. Only Django 2.0+ is supported now.
* Drop the ``providing_args`` argument from ``Signal`` to prevent a deprecation
  warning on Django 3.1.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/www/py-django-cors-headers/Makefile:1.14
--- pkgsrc/www/py-django-cors-headers/Makefile:1.13     Wed Jan  8 11:27:01 2020
+++ pkgsrc/www/py-django-cors-headers/Makefile  Wed Jun  3 15:26:13 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/01/08 11:27:01 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/03 15:26:13 adam Exp $
 
-DISTNAME=      django-cors-headers-3.2.1
+DISTNAME=      django-cors-headers-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cors-headers/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/adamchainz/
 COMMENT=       Django application for handling headers required for CORS
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.0:../../www/py-django2
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/www/py-django-cors-headers/distinfo
diff -u pkgsrc/www/py-django-cors-headers/distinfo:1.13 pkgsrc/www/py-django-cors-headers/distinfo:1.14
--- pkgsrc/www/py-django-cors-headers/distinfo:1.13     Wed Jan  8 11:27:01 2020
+++ pkgsrc/www/py-django-cors-headers/distinfo  Wed Jun  3 15:26:13 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/01/08 11:27:01 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/06/03 15:26:13 adam Exp $
 
-SHA1 (django-cors-headers-3.2.1.tar.gz) = 5fc619077e25c779721b0b7a13c9b822d1c1a26e
-RMD160 (django-cors-headers-3.2.1.tar.gz) = 1257c99892e613ee8bc943d04a6f2149b5ad8392
-SHA512 (django-cors-headers-3.2.1.tar.gz) = 9b48820fed88a468ea51db9ed7a8506afe96ebefcde3c1e2fc497a6580aa506669bec7bbdc87957e9d9e8b711445a7d1359a213a6a15dfcb7313d1437e252397
-Size (django-cors-headers-3.2.1.tar.gz) = 26261 bytes
+SHA1 (django-cors-headers-3.3.0.tar.gz) = 2f7232ed59a68dbc298f378be6d2f0da0d6884d4
+RMD160 (django-cors-headers-3.3.0.tar.gz) = d87dca221daf90ebbdd6ad5311f37dd00b247bf0
+SHA512 (django-cors-headers-3.3.0.tar.gz) = d37016400a73d5130deabbedc9a185018d332a006c5a2f8238e7924fab493c0b3b5282e124a061b2d2b90dddd638554e4e277b4c8e8d9ad31168eeac523fe69e
+Size (django-cors-headers-3.3.0.tar.gz) = 82648 bytes



Home | Main Index | Thread Index | Old Index