diff options
author | adam <adam@pkgsrc.org> | 2018-11-02 09:52:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-02 09:52:18 +0000 |
commit | 939d83b4f80f390343659eab9cccb564e47bf989 (patch) | |
tree | e84cb01ff1de88e60fc5f1b4cb922687c1e6c13c /www | |
parent | 0d2c0a7db47123b878794cad8a1908058ffbc6c0 (diff) | |
download | pkgsrc-939d83b4f80f390343659eab9cccb564e47bf989.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/py-django2/Makefile | 4 | ||||
-rw-r--r-- | www/py-django2/PLIST | 5 | ||||
-rw-r--r-- | www/py-django2/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/www/py-django2/Makefile b/www/py-django2/Makefile index 5a1cf50fba8..96d7574c1f5 100644 --- a/www/py-django2/Makefile +++ b/www/py-django2/Makefile @@ -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 --git a/www/py-django2/PLIST b/www/py-django2/PLIST index 7af99d35cc4..0517305cff5 100644 --- a/www/py-django2/PLIST +++ b/www/py-django2/PLIST @@ -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/formats.pyo ${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 --git a/www/py-django2/distinfo b/www/py-django2/distinfo index b3003d666db..2cd81df4bec 100644 --- a/www/py-django2/distinfo +++ b/www/py-django2/distinfo @@ -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 |