pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django2 py-django2: updated to 2.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c9818d1731f
branches:  trunk
changeset: 314622:0c9818d1731f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 02 09:52:18 2018 +0000

description:
py-django2: updated to 2.1.3

Django 2.1.3

Bugfixes:
Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed
Fixed a regression in Django 1.11 where django-admin shell may hang on startup
Fixed a regression in Django 2.0 where test databases aren?t reused with manage.py test --keepdb on MySQL
Fixed a regression where cached foreign keys that use to_field were incorrectly cleared in Model.save()
Fixed a regression in Django 2.0 where FileSystemStorage crashes with FileExistsError if concurrent saves try to create the same directory

diffstat:

 www/py-django2/Makefile |   4 ++--
 www/py-django2/PLIST    |   5 ++++-
 www/py-django2/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r c24272ca97a4 -r 0c9818d1731f www/py-django2/Makefile
--- a/www/py-django2/Makefile   Fri Nov 02 09:32:02 2018 +0000
+++ b/www/py-django2/Makefile   Fri Nov 02 09:52:18 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/10/02 08:09:27 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/11/02 09:52:18 adam Exp $
 
-DISTNAME=      Django-2.1.2
+DISTNAME=      Django-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r c24272ca97a4 -r 0c9818d1731f www/py-django2/PLIST
--- a/www/py-django2/PLIST      Fri Nov 02 09:32:02 2018 +0000
+++ b/www/py-django2/PLIST      Fri Nov 02 09:52:18 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/10/02 08:09:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/11/02 09:52:18 adam Exp $
 bin/django-admin${PYVERSSUFFIX}
 bin/django-admin${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -4854,6 +4854,9 @@
 ${PYSITELIB}/django/utils/functional.py
 ${PYSITELIB}/django/utils/functional.pyc
 ${PYSITELIB}/django/utils/functional.pyo
+${PYSITELIB}/django/utils/hashable.py
+${PYSITELIB}/django/utils/hashable.pyc
+${PYSITELIB}/django/utils/hashable.pyo
 ${PYSITELIB}/django/utils/html.py
 ${PYSITELIB}/django/utils/html.pyc
 ${PYSITELIB}/django/utils/html.pyo
diff -r c24272ca97a4 -r 0c9818d1731f www/py-django2/distinfo
--- a/www/py-django2/distinfo   Fri Nov 02 09:32:02 2018 +0000
+++ b/www/py-django2/distinfo   Fri Nov 02 09:52:18 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/10/02 08:09:27 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/11/02 09:52:18 adam Exp $
 
-SHA1 (Django-2.1.2.tar.gz) = 1be0feba9cb817f422a116f6b3bddbe1bd353ca7
-RMD160 (Django-2.1.2.tar.gz) = 55589b984707e46eeed247f4ba0e4063f5d063ca
-SHA512 (Django-2.1.2.tar.gz) = 3510f872762e75c7e66987857616d958d15bef91ce2d9e1656abcf4e0221b1c6ff72c59fd29643aa0b0288118db76d58023cffe48f401e7cdcd03d71822a282d
-Size (Django-2.1.2.tar.gz) = 8611286 bytes
+SHA1 (Django-2.1.3.tar.gz) = bef2c0cfbe427c3e6a98346333407b7298d7ec55
+RMD160 (Django-2.1.3.tar.gz) = fa842161d6a7111d29eab7a7f90b7dd514e9de47
+SHA512 (Django-2.1.3.tar.gz) = b83732d8c0230bda0a29db92acd3e4e7531f9adb3a0d10f37c40288c08ccaa5d7d49184bd5ea000b991eaf8a196b317648c200c147a6e8f503ce42189344cee9
+Size (Django-2.1.3.tar.gz) = 8611851 bytes



Home | Main Index | Thread Index | Old Index