Source-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/4d087ec1afd0
branches: trunk
changeset: 433529:4d087ec1afd0
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 03 15:26:13 2020 +0000
description:
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.
diffstat:
www/py-django-cors-headers/Makefile | 6 +++---
www/py-django-cors-headers/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 28ff0b5b7c75 -r 4d087ec1afd0 www/py-django-cors-headers/Makefile
--- a/www/py-django-cors-headers/Makefile Wed Jun 03 15:25:21 2020 +0000
+++ b/www/py-django-cors-headers/Makefile Wed Jun 03 15:26:13 2020 +0000
@@ -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 @@
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
diff -r 28ff0b5b7c75 -r 4d087ec1afd0 www/py-django-cors-headers/distinfo
--- a/www/py-django-cors-headers/distinfo Wed Jun 03 15:25:21 2020 +0000
+++ b/www/py-django-cors-headers/distinfo Wed Jun 03 15:26:13 2020 +0000
@@ -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