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/e91a7b68e58a
branches: trunk
changeset: 371247:e91a7b68e58a
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 08 12:29:22 2017 +0000
description:
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:
www/py-djangorestframework/Makefile | 4 ++--
www/py-djangorestframework/PLIST | 3 ++-
www/py-djangorestframework/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 2eda3179fa34 -r e91a7b68e58a www/py-djangorestframework/Makefile
--- a/www/py-djangorestframework/Makefile Wed Nov 08 12:04:46 2017 +0000
+++ b/www/py-djangorestframework/Makefile Wed Nov 08 12:29:22 2017 +0000
@@ -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 -r 2eda3179fa34 -r e91a7b68e58a www/py-djangorestframework/PLIST
--- a/www/py-djangorestframework/PLIST Wed Nov 08 12:04:46 2017 +0000
+++ b/www/py-djangorestframework/PLIST Wed Nov 08 12:29:22 2017 +0000
@@ -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/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 -r 2eda3179fa34 -r e91a7b68e58a www/py-djangorestframework/distinfo
--- a/www/py-djangorestframework/distinfo Wed Nov 08 12:04:46 2017 +0000
+++ b/www/py-djangorestframework/distinfo Wed Nov 08 12:29:22 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index