summaryrefslogtreecommitdiff
path: root/www/py-djangorestframework
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-04-03 07:33:30 +0000
committeradam <adam@pkgsrc.org>2021-04-03 07:33:30 +0000
commitb5c1c12baa5dadeb3bd27946b7ca9f9328c433e4 (patch)
tree6ece9241a6d2892c5f3faa97189c2e4c3e2e44f2 /www/py-djangorestframework
parente61cf1bc50b9ad5adf56f4da4ee9220117239ebc (diff)
downloadpkgsrc-b5c1c12baa5dadeb3bd27946b7ca9f9328c433e4.tar.gz
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 (limited to 'www/py-djangorestframework')
-rw-r--r--www/py-djangorestframework/Makefile6
-rw-r--r--www/py-djangorestframework/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile
index 6e4b18fb031..689be8ada97 100644
--- a/www/py-djangorestframework/Makefile
+++ b/www/py-djangorestframework/Makefile
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
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 --git a/www/py-djangorestframework/distinfo b/www/py-djangorestframework/distinfo
index 13265a0fa6b..beaf0180e0d 100644
--- a/www/py-djangorestframework/distinfo
+++ b/www/py-djangorestframework/distinfo
@@ -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