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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/013661c53c12
branches:  trunk
changeset: 312443:013661c53c12
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 03 12:24:51 2018 +0000

description:
py-django2: updated to 2.1.1

2.1.1:
Bugfixes
Fixed a race condition in QuerySet.update_or_create() that could result in data loss
Fixed a regression where QueryDict.urlencode() crashed if the dictionary contains a non-string value
Fixed a regression in Django 2.0 where using manage.py test --keepdb fails on PostgreSQL if the database exists and the user doesn?t have permission to create databases
Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed
Fixed translation failure of DurationField?s ?overflow? error message
Fixed a regression where the admin change form crashed if the user doesn?t have the ?add? permission to a model that uses TabularInline
Fixed a regression where a related_query_name reverse accessor wasn?t set up when a GenericRelation is declared on an abstract base model
Fixed the test client?s JSON serialization of a request data dictionary for structured content type suffixes
Made the admin change view redirect to the changelist view after a POST if the user has the ?view? permission
Fixed admin change view crash for view-only users if the form has an extra form field
Fixed a regression in Django 2.0.5 where QuerySet.values() or values_list() after combining querysets with extra() with union(), difference(), or intersection() crashed due to mismatching columns
Fixed crash if InlineModelAdmin.has_add_permission() doesn?t accept the obj argument

diffstat:

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

diffs (31 lines):

diff -r 7e785de3f6a6 -r 013661c53c12 www/py-django2/Makefile
--- a/www/py-django2/Makefile   Mon Sep 03 12:22:30 2018 +0000
+++ b/www/py-django2/Makefile   Mon Sep 03 12:24:51 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2018/08/07 09:53:53 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/03 12:24:51 adam Exp $
 
-DISTNAME=      Django-2.1
+DISTNAME=      Django-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
-MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/
+MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
 
 MAINTAINER=    joerg%NetBSD.org@localhost
diff -r 7e785de3f6a6 -r 013661c53c12 www/py-django2/distinfo
--- a/www/py-django2/distinfo   Mon Sep 03 12:22:30 2018 +0000
+++ b/www/py-django2/distinfo   Mon Sep 03 12:24:51 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/08/07 09:53:53 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/09/03 12:24:51 adam Exp $
 
-SHA1 (Django-2.1.tar.gz) = 136bf406eb2cf4d74a7f1d78adc17241dde75a32
-RMD160 (Django-2.1.tar.gz) = b4899b6e4a0fc72ce592bc9b4f61ac42e9d1fa06
-SHA512 (Django-2.1.tar.gz) = 1c75f0ad8ef353fb38d245034f108df5554cc27073f44ef920576b5dba3d2dd685d8905c0bde1701d43cb01b4c9dbb2bfa7c38c57fae3208af5be616d26d39cb
-Size (Django-2.1.tar.gz) = 8583964 bytes
+SHA1 (Django-2.1.1.tar.gz) = c15e7100ab23ec8c33083aa67fada82f362fa224
+RMD160 (Django-2.1.1.tar.gz) = 5c5dedef306f1f2e645314adc21bc4a042c2dfc8
+SHA512 (Django-2.1.1.tar.gz) = e29180097cda0de35eb3dac77b7f7f3f31771257b9bfcd6d3fd37d421c572e1226bb1760635ccedee357cee7ca3dcb302de6126a771007a2cdef82970a596813
+Size (Django-2.1.1.tar.gz) = 8595422 bytes



Home | Main Index | Thread Index | Old Index