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:           Mon Sep  3 12:24:51 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django2/Makefile \
    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.7 pkgsrc/www/py-django2/Makefile:1.8
--- pkgsrc/www/py-django2/Makefile:1.7  Tue Aug  7 09:53:53 2018
+++ pkgsrc/www/py-django2/Makefile      Mon Sep  3 12:24:51 2018
@@ -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
Index: pkgsrc/www/py-django2/distinfo
diff -u pkgsrc/www/py-django2/distinfo:1.7 pkgsrc/www/py-django2/distinfo:1.8
--- pkgsrc/www/py-django2/distinfo:1.7  Tue Aug  7 09:53:53 2018
+++ pkgsrc/www/py-django2/distinfo      Mon Sep  3 12:24:51 2018
@@ -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