pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-djangorestframework py-djangorestframework: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78274ea64b1f
branches:  trunk
changeset: 449659:78274ea64b1f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 03 07:33:30 2021 +0000

description:
py-djangorestframework: updated to 3.12.4

3.12.4

Revert use of deque instead of list for tracking throttling .history. (Due to incompatibility with DjangoRedis cache backend.


3.12.3

Properly handle ATOMIC_REQUESTS when multiple database configurations are used.
Bypass COUNT query when LimitOffsetPagination is configured but pagination params are not included on the request.
Respect allow_null=True on DecimalField.
Allow title cased "Yes"/"No" values with BooleanField.
Add PageNumberPagination.get_page_number() method for overriding behavior.
Fixed rendering of timedelta values in OpenAPI schemas, when present as default, min, or max fields.
Render JSONFields with indentation in browsable API forms.
Remove unnecessary database query in admin Token views.
Raise validation errors when bools are passed to PrimaryKeyRelatedField fields, instead of casting to ints.
Don't include model properties as automatically generated ordering fields with OrderingFilter.
Use deque instead of list for tracking throttling .history.

diffstat:

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

diffs (36 lines):

diff -r ce16194d7c75 -r 78274ea64b1f www/py-djangorestframework/Makefile
--- a/www/py-djangorestframework/Makefile       Sat Apr 03 07:32:26 2021 +0000
+++ b/www/py-djangorestframework/Makefile       Sat Apr 03 07:33:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/01/20 10:57:01 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/03 07:33:30 adam Exp $
 
-DISTNAME=      djangorestframework-3.12.2
+DISTNAME=      djangorestframework-3.12.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangorestframework/}
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # since 3.10.0
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ce16194d7c75 -r 78274ea64b1f www/py-djangorestframework/distinfo
--- a/www/py-djangorestframework/distinfo       Sat Apr 03 07:32:26 2021 +0000
+++ b/www/py-djangorestframework/distinfo       Sat Apr 03 07:33:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2021/01/20 10:57:01 adam Exp $
+$NetBSD: distinfo,v 1.24 2021/04/03 07:33:30 adam Exp $
 
-SHA1 (djangorestframework-3.12.2.tar.gz) = 6316ac32941e121ea9aa0bdc72e086cbc69a9b8a
-RMD160 (djangorestframework-3.12.2.tar.gz) = 2051fe3692a28d8241b2f8c8c0f2522837e56fa8
-SHA512 (djangorestframework-3.12.2.tar.gz) = d3a43212a4fb2caec27f815af0c52f3c0d2c9933febfea246429b24640b3cf23668640a4c3ddb3e3453e74a904a2b439443bb01cf24b664d19e896c353f2cba3
-Size (djangorestframework-3.12.2.tar.gz) = 842597 bytes
+SHA1 (djangorestframework-3.12.4.tar.gz) = 9bff67016deae025898226bdb4661031231412f0
+RMD160 (djangorestframework-3.12.4.tar.gz) = 32c75e49a9142ce7524bed22d69e6b23312cbca8
+SHA512 (djangorestframework-3.12.4.tar.gz) = 8f3f43b5f8a72098c5eb9dfd922bd64d4adfa2bfc7f07565784d0d095fcea14a37c58e148ad2381eab16c5f33bb783dda288b85eca8a893f70ae3d29b2aed024
+Size (djangorestframework-3.12.4.tar.gz) = 825004 bytes



Home | Main Index | Thread Index | Old Index