pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov  2 09:52:18 UTC 2018

Modified Files:
        pkgsrc/www/py-django2: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django2/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django2/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-django2/Makefile
diff -u pkgsrc/www/py-django2/Makefile:1.10 pkgsrc/www/py-django2/Makefile:1.11
--- pkgsrc/www/py-django2/Makefile:1.10 Tue Oct  2 08:09:27 2018
+++ pkgsrc/www/py-django2/Makefile      Fri Nov  2 09:52:18 2018
@@ -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}/

Index: pkgsrc/www/py-django2/PLIST
diff -u pkgsrc/www/py-django2/PLIST:1.3 pkgsrc/www/py-django2/PLIST:1.4
--- pkgsrc/www/py-django2/PLIST:1.3     Tue Oct  2 08:09:27 2018
+++ pkgsrc/www/py-django2/PLIST Fri Nov  2 09:52:18 2018
@@ -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

Index: pkgsrc/www/py-django2/distinfo
diff -u pkgsrc/www/py-django2/distinfo:1.9 pkgsrc/www/py-django2/distinfo:1.10
--- pkgsrc/www/py-django2/distinfo:1.9  Tue Oct  2 08:09:27 2018
+++ pkgsrc/www/py-django2/distinfo      Fri Nov  2 09:52:18 2018
@@ -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