pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django3



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  6 17:01:07 UTC 2020

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

Log Message:
py-django3: updated to 3.0.5

Django 3.0.5:
Added the ability to handle .po files containing different plural equations for the same language.
Fixed a regression in Django 3.0 where QuerySet.values() and values_list() crashed if a queryset contained an aggregation and Subquery() annotation that collides with a field name.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django3/Makefile \
    pkgsrc/www/py-django3/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-django3/Makefile
diff -u pkgsrc/www/py-django3/Makefile:1.2 pkgsrc/www/py-django3/Makefile:1.3
--- pkgsrc/www/py-django3/Makefile:1.2  Thu Mar 12 16:18:54 2020
+++ pkgsrc/www/py-django3/Makefile      Mon Apr  6 17:01:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/03/12 16:18:54 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/06 17:01:07 adam Exp $
 
-DISTNAME=      Django-3.0.4
+DISTNAME=      Django-3.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django3/distinfo
diff -u pkgsrc/www/py-django3/distinfo:1.2 pkgsrc/www/py-django3/distinfo:1.3
--- pkgsrc/www/py-django3/distinfo:1.2  Thu Mar 12 16:18:54 2020
+++ pkgsrc/www/py-django3/distinfo      Mon Apr  6 17:01:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/03/12 16:18:54 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/04/06 17:01:07 adam Exp $
 
-SHA1 (Django-3.0.4.tar.gz) = 97030f70e8f385c2f1cea031fb1e17a32e93f9cf
-RMD160 (Django-3.0.4.tar.gz) = 73b7ffe766cfcf2bad698769a3e5f23d37ee1dcd
-SHA512 (Django-3.0.4.tar.gz) = f08bea35d67ed6c0a4df3252abc55bcab80195de7201c51bb3c94ca9068907771751b64ebbd1ffc0c4577473d948df1b48cda7a33c97c2b48c615e094eeb5ae6
-Size (Django-3.0.4.tar.gz) = 9060331 bytes
+SHA1 (Django-3.0.5.tar.gz) = 89094ee833129ece09dc27d2e59cc61462733d4a
+RMD160 (Django-3.0.5.tar.gz) = cf68cddccafe6a1cbb8de5721c6ca92613dc1413
+SHA512 (Django-3.0.5.tar.gz) = 0c251cb4a746399d4b88c8a2ae876bc4998d5cf7fb15a1f0cfb2ef2e1dd069148c9e9dd8a576aa419474d02a53508d7664111bbfb7d59bfefbb9c30cadd54c56
+Size (Django-3.0.5.tar.gz) = 8943850 bytes



Home | Main Index | Thread Index | Old Index