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.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d94de4eab58b
branches:  trunk
changeset: 343501:d94de4eab58b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 05 07:44:24 2019 +0000

description:
py-django2: updated to 2.2.7

Django 2.2.7:
Fixed a crash when using a contains, contained_by, has_key, has_keys, or has_any_keys lookup on JSONField, if the right or left hand side of an expression is a key transform.
Prevented migrate --plan from showing that RunPython operations are irreversible when reverse_code callables don?t have docstrings or when showing a forward migration plan.
Fixed migrations crash on PostgreSQL when adding an Index with fields ordering and opclasses.
Restored the ability to override get_FOO_display().

diffstat:

 www/py-django2/Makefile |   4 ++--
 www/py-django2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3d607e27d780 -r d94de4eab58b www/py-django2/Makefile
--- a/www/py-django2/Makefile   Tue Nov 05 07:40:16 2019 +0000
+++ b/www/py-django2/Makefile   Tue Nov 05 07:44:24 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/10/01 17:58:37 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/11/05 07:44:24 adam Exp $
 
-DISTNAME=      Django-2.2.6
+DISTNAME=      Django-2.2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
diff -r 3d607e27d780 -r d94de4eab58b www/py-django2/distinfo
--- a/www/py-django2/distinfo   Tue Nov 05 07:40:16 2019 +0000
+++ b/www/py-django2/distinfo   Tue Nov 05 07:44:24 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/10/01 17:58:37 adam Exp $
+$NetBSD: distinfo,v 1.20 2019/11/05 07:44:24 adam Exp $
 
-SHA1 (Django-2.2.6.tar.gz) = eab4390e80cfed25a78bfdf9e90bde8a465fcfb7
-RMD160 (Django-2.2.6.tar.gz) = ea3ea38292fa84b33857d1bcc8e13f185b4cc3c5
-SHA512 (Django-2.2.6.tar.gz) = 1bd44543ea06b6c412b1c15a6850c4aa68b637b360c922cc6ed06e7e0b2f22142d94c8c455f5c24b8c34fa5d431b5a3d80502928b5445bc2c36a5458bd5eb627
-Size (Django-2.2.6.tar.gz) = 8859044 bytes
+SHA1 (Django-2.2.7.tar.gz) = ef69a17d8547070880aba9171f2471eb4b921fed
+RMD160 (Django-2.2.7.tar.gz) = b409cddadc12709761ee15b1b4d1a52cdef0adda
+SHA512 (Django-2.2.7.tar.gz) = b7e44449a885ddf8af3a9fdd8bc4715336173b7ba101ea316f57e7c177f6338930f4a3e5fa4a83fa8a9aec5c25714acefe0f16c38e5732a771147ccfae1b40ec
+Size (Django-2.2.7.tar.gz) = 8999415 bytes



Home | Main Index | Thread Index | Old Index