diff options
author | adam <adam@pkgsrc.org> | 2020-07-08 15:08:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-07-08 15:08:31 +0000 |
commit | 4710390500967bd5ed0a626ff401b0b1b6053787 (patch) | |
tree | 32a7c0d710da2bf55fae0c181549ff3addd9d7f3 /www/py-django3 | |
parent | 0c4151828d3daf5d7baffcc19f50d7a231c000b3 (diff) | |
download | pkgsrc-4710390500967bd5ed0a626ff401b0b1b6053787.tar.gz |
py-django3: updated to 3.0.8
Django 3.0.8 fixes several bugs in 3.0.7.
Bugfixes
Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings raised by cache key validation.
Fixed a regression in Django 3.0.7 that caused a queryset crash when grouping by a many-to-one relationship.
Reallowed, following a regression in Django 3.0, non-expressions having a filterable attribute to be used as the right-hand side in queryset filters.
Fixed a regression in Django 3.0.2 that caused a migration crash on PostgreSQL when adding a foreign key to a model with a namespaced db_table.
Added compatibility for cx_Oracle 8
Diffstat (limited to 'www/py-django3')
-rw-r--r-- | www/py-django3/Makefile | 4 | ||||
-rw-r--r-- | www/py-django3/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-django3/Makefile b/www/py-django3/Makefile index 0c30943302e..52ca9551ded 100644 --- a/www/py-django3/Makefile +++ b/www/py-django3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/06/03 15:29:36 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/07/08 15:08:31 adam Exp $ -DISTNAME= Django-3.0.7 +DISTNAME= Django-3.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/ diff --git a/www/py-django3/distinfo b/www/py-django3/distinfo index 57f185cde31..5b47bcd2539 100644 --- a/www/py-django3/distinfo +++ b/www/py-django3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/06/03 15:29:36 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/07/08 15:08:31 adam Exp $ -SHA1 (Django-3.0.7.tar.gz) = 71938dec22f3f6adae6f3edac6a288fee69def24 -RMD160 (Django-3.0.7.tar.gz) = ce33cbdf81ab9bd30563773216892c9a3cf4e438 -SHA512 (Django-3.0.7.tar.gz) = 566a78c3686baaea2ea8f2db2c1762a78ec5e5ae44f0be43f49c83899c2a0a9d1b2297a05ce8f4bc6bc580c494dde66bb2be47a8269cce3e1b007fedd857e5d3 -Size (Django-3.0.7.tar.gz) = 8947502 bytes +SHA1 (Django-3.0.8.tar.gz) = 8c2054f2939d443096649cbdce0188718a183316 +RMD160 (Django-3.0.8.tar.gz) = d58aa02149f2009e3d39c4db273926f75d7504c4 +SHA512 (Django-3.0.8.tar.gz) = 92d169fb37883355f1898fc13b54b6732ec14d71f77e4b91db30dd9bfb5df8b34c1c9566af6ddc37e00a9e3eadd38b6a51ff604a4da4285167f66b55215be301 +Size (Django-3.0.8.tar.gz) = 9080731 bytes |