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: Wed Sep 4 08:31:45 UTC 2019
Modified Files:
pkgsrc/www/py-django2: Makefile distinfo
Log Message:
py-django2: updated to 2.2.5
Django 2.2.5 fixes several bugs in 2.2.4.
Bugfixes
Relaxed the system check added in Django 2.2 for models to reallow use of the same db_table by multiple models when database routers are installed.
Fixed crash of KeyTransform() for JSONField and HStoreField when using on expressions with params.
Fixed a regression in Django 2.2 where ModelAdmin.list_filter choices to foreign objects don’t respect a model’s Meta.ordering.
Fixed a race condition in loading URLconf module that could cause a crash of auto-reloader on Python 3.5 and below
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django2/Makefile
cvs rdiff -u -r1.17 -r1.18 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.19 pkgsrc/www/py-django2/Makefile:1.20
--- pkgsrc/www/py-django2/Makefile:1.19 Tue Aug 6 09:33:00 2019
+++ pkgsrc/www/py-django2/Makefile Wed Sep 4 08:31:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/08/06 09:33:00 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/04 08:31:45 adam Exp $
-DISTNAME= Django-2.2.4
+DISTNAME= Django-2.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django2/distinfo
diff -u pkgsrc/www/py-django2/distinfo:1.17 pkgsrc/www/py-django2/distinfo:1.18
--- pkgsrc/www/py-django2/distinfo:1.17 Tue Aug 6 09:33:00 2019
+++ pkgsrc/www/py-django2/distinfo Wed Sep 4 08:31:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/08/06 09:33:00 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/09/04 08:31:45 adam Exp $
-SHA1 (Django-2.2.4.tar.gz) = 42640e8381bbf041bb2e09400251cd53694902a8
-RMD160 (Django-2.2.4.tar.gz) = 78cbb76a86247ad2902f52772aaab11aeb974059
-SHA512 (Django-2.2.4.tar.gz) = 72b7def60a69d65a23f98fa94528aa10f889c5e485d09441a594e46cd805a10f2e7dc786f302ef15ce8afba6165075df479febd2c8c6a34adb95311907212f3a
-Size (Django-2.2.4.tar.gz) = 8856979 bytes
+SHA1 (Django-2.2.5.tar.gz) = 27e251a943ef68f0e75f4107007e947e4e85ba26
+RMD160 (Django-2.2.5.tar.gz) = b27ea2cee9ec51495b4972e4b6b698b5ad739d8f
+SHA512 (Django-2.2.5.tar.gz) = a90752d0485b6800bba7f4b1938eb2d093252ea3ea8a5592a80c5a1ba519b137bbdea2f0eed10752b3374708ecc8adacd7fb66b0a20eff6daa119a5657af2cf2
+Size (Django-2.2.5.tar.gz) = 8995543 bytes
Home |
Main Index |
Thread Index |
Old Index