summaryrefslogtreecommitdiff
path: root/www/py-djangorestframework
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-11-08 12:29:22 +0000
committeradam <adam@pkgsrc.org>2017-11-08 12:29:22 +0000
commit26a5c0ca2b814629b9c853f215b0ae6e149781d0 (patch)
treed8a753dd3619c1260d20cb8f5a6237599246b03c /www/py-djangorestframework
parentb0949a571f12db8423b7b74d137f931d0083740e (diff)
downloadpkgsrc-26a5c0ca2b814629b9c853f215b0ae6e149781d0.tar.gz
py-djangorestframework: updated to 3.7.3
Version 3.7.3: Fix AppRegistryNotReady error importing contrib.auth views Version 3.7.2: Fixed Django 2.1 compatibility due to removal of django.contrib.auth.login()/logout() views. Add missing import for TextLexer. Adding examples and documentation for caching Include date and date-time format for schema generation Use triple backticks for markdown code blocks Interactive docs - make bottom sidebar items sticky Clarify pagination system check Stop JSONBoundField mangling invalid JSON Have JSONField render as textarea in Browsable API Schema: Exclude OPTIONS/HEAD for ViewSet actions Fix ordering for dotted sources Fix: Fields with allow_null=True should imply a default serialization value Ensure Location header is strictly a 'str', not subclass. Add import to example in api-guide/parsers Catch OverflowError for "out of range" datetimes Add djangorestframework-rapidjson to third party packages Increase test coverage for drf_create_token command Add trove classifier for Python 3.6 support. Add pip cache support to the Travis CI configuration Rename [wheel] section to [bdist_wheel] as the former is legacy Fix invalid escape sequence deprecation warnings Add interactive docs error template Add rounding parameter to DecimalField Fix all BytesWarning caught during tests Use dict and set literals instead of calls to dict() and set() Change ImageField validation pattern, use validators from DjangoImageField Fix processing unicode symbols in query_string by Python 2
Diffstat (limited to 'www/py-djangorestframework')
-rw-r--r--www/py-djangorestframework/Makefile4
-rw-r--r--www/py-djangorestframework/PLIST3
-rw-r--r--www/py-djangorestframework/distinfo10
3 files changed, 9 insertions, 8 deletions
diff --git a/www/py-djangorestframework/Makefile b/www/py-djangorestframework/Makefile
index d72eb13a4ab..ada52d7667e 100644
--- a/www/py-djangorestframework/Makefile
+++ b/www/py-djangorestframework/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2017/10/17 06:30:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2017/11/08 12:29:22 adam Exp $
-DISTNAME= djangorestframework-3.7.1
+DISTNAME= djangorestframework-3.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangorestframework/}
diff --git a/www/py-djangorestframework/PLIST b/www/py-djangorestframework/PLIST
index 3e798b872e9..a647b8eb47a 100644
--- a/www/py-djangorestframework/PLIST
+++ b/www/py-djangorestframework/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/10/08 09:43:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/11/08 12:29:22 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -296,6 +296,7 @@ ${PYSITELIB}/rest_framework/templates/rest_framework/docs/auth/basic.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/auth/session.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/auth/token.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/document.html
+${PYSITELIB}/rest_framework/templates/rest_framework/docs/error.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/index.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/interact.html
${PYSITELIB}/rest_framework/templates/rest_framework/docs/langs/javascript-intro.html
diff --git a/www/py-djangorestframework/distinfo b/www/py-djangorestframework/distinfo
index 5a8f2b27f9e..54fa547f1cc 100644
--- a/www/py-djangorestframework/distinfo
+++ b/www/py-djangorestframework/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/10/17 06:30:30 adam Exp $
+$NetBSD: distinfo,v 1.9 2017/11/08 12:29:22 adam Exp $
-SHA1 (djangorestframework-3.7.1.tar.gz) = e4803fd0dea5a43093d5f1e86752f2277d70fa22
-RMD160 (djangorestframework-3.7.1.tar.gz) = 77c0c3c01a6c835a26a3a49d163800f270aaa560
-SHA512 (djangorestframework-3.7.1.tar.gz) = d2ef2ad164e6548a732f210a9db0be78898f93cc4925f51c541a727deb3dc1d53ad1da4227e632f38cbd2c5681c021dd197580c43840c896db559d6256e3cd25
-Size (djangorestframework-3.7.1.tar.gz) = 1013292 bytes
+SHA1 (djangorestframework-3.7.3.tar.gz) = ec256a3affdc8735bc4c451e362cf3b6488d8384
+RMD160 (djangorestframework-3.7.3.tar.gz) = d500e7009ad37d18bd31340b083bc64847d11e44
+SHA512 (djangorestframework-3.7.3.tar.gz) = 47f9f7219d194c8227c58cafc4b939ccebfb84b26abc0a713373174d3badf03e51ea1b1e0d078b2280fde39a6c947d641b7409b8489d99ba1e0ed0d564abcebd
+Size (djangorestframework-3.7.3.tar.gz) = 1014442 bytes