pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangorestframework



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr  3 07:33:30 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-djangorestframework/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-djangorestframework/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-djangorestframework/Makefile
diff -u pkgsrc/www/py-djangorestframework/Makefile:1.31 pkgsrc/www/py-djangorestframework/Makefile:1.32
--- pkgsrc/www/py-djangorestframework/Makefile:1.31     Wed Jan 20 10:57:01 2021
+++ pkgsrc/www/py-djangorestframework/Makefile  Sat Apr  3 07:33:30 2021
@@ -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:../
 
 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"

Index: pkgsrc/www/py-djangorestframework/distinfo
diff -u pkgsrc/www/py-djangorestframework/distinfo:1.23 pkgsrc/www/py-djangorestframework/distinfo:1.24
--- pkgsrc/www/py-djangorestframework/distinfo:1.23     Wed Jan 20 10:57:01 2021
+++ pkgsrc/www/py-djangorestframework/distinfo  Sat Apr  3 07:33:30 2021
@@ -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