pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-djangorestframework 3.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6e321a59eaf
branches:  trunk
changeset: 367155:b6e321a59eaf
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 25 06:03:10 2017 +0000

description:
3.6.4
Ignore any invalidly formed query parameters for OrderingFilter.
Improve memory footprint when reading large JSON requests.
Fix schema generation for pagination.
Fix exception when HTML_CUTOFF is set to None.
Fix browsable API not supporting multipart/form-data correctly.
Fixed test_hyperlinked_related_lookup_url_encoded_exists.
Make sure max_length is in FileField kwargs.
Fix list_route & detail_route with kwargs contains curly bracket in url_path
Add Django manage command to create a DRF user Token.
Ensure API documentation templates do not check for user authentication
Fix special case where OneToOneField is also primary key.
Added aria-label and a new region for accessibility purposes in base.html
Quote nested API parameters in api.js.
Set ViewSet args/kwargs/request before dispatch.
Added unicode support to SlugField.
Fix HiddenField appears in Raw Data form initial content.
Raise validation error on invalid timezone parsing.
Fix SearchFilter to-many behavior/performance.
Simplified chained comparisons and minor code fixes.
RemoteUserAuthentication, docs, and tests.
Revert "Cached the field's root and context property"
Fix introspection of list field in schema.
Fix interactive docs for multiple nested and extra methods.
Fix/remove undefined template var "schema"

diffstat:

 www/py-djangorestframework/Makefile |   4 ++--
 www/py-djangorestframework/PLIST    |  16 +++++++++++++++-
 www/py-djangorestframework/distinfo |  10 +++++-----
 3 files changed, 22 insertions(+), 8 deletions(-)

diffs (78 lines):

diff -r 47c95dc8c320 -r b6e321a59eaf www/py-djangorestframework/Makefile
--- a/www/py-djangorestframework/Makefile       Fri Aug 25 05:29:24 2017 +0000
+++ b/www/py-djangorestframework/Makefile       Fri Aug 25 06:03:10 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/05/15 09:33:21 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/08/25 06:03:10 adam Exp $
 
-DISTNAME=      djangorestframework-3.6.3
+DISTNAME=      djangorestframework-3.6.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangorestframework/}
diff -r 47c95dc8c320 -r b6e321a59eaf www/py-djangorestframework/PLIST
--- a/www/py-djangorestframework/PLIST  Fri Aug 25 05:29:24 2017 +0000
+++ b/www/py-djangorestframework/PLIST  Fri Aug 25 06:03:10 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/05/15 09:33:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/08/25 06:03:10 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,6 +19,15 @@
 ${PYSITELIB}/rest_framework/authtoken/apps.py
 ${PYSITELIB}/rest_framework/authtoken/apps.pyc
 ${PYSITELIB}/rest_framework/authtoken/apps.pyo
+${PYSITELIB}/rest_framework/authtoken/management/__init__.py
+${PYSITELIB}/rest_framework/authtoken/management/__init__.pyc
+${PYSITELIB}/rest_framework/authtoken/management/__init__.pyo
+${PYSITELIB}/rest_framework/authtoken/management/commands/__init__.py
+${PYSITELIB}/rest_framework/authtoken/management/commands/__init__.pyc
+${PYSITELIB}/rest_framework/authtoken/management/commands/__init__.pyo
+${PYSITELIB}/rest_framework/authtoken/management/commands/drf_create_token.py
+${PYSITELIB}/rest_framework/authtoken/management/commands/drf_create_token.pyc
+${PYSITELIB}/rest_framework/authtoken/management/commands/drf_create_token.pyo
 ${PYSITELIB}/rest_framework/authtoken/migrations/0001_initial.py
 ${PYSITELIB}/rest_framework/authtoken/migrations/0001_initial.pyc
 ${PYSITELIB}/rest_framework/authtoken/migrations/0001_initial.pyo
@@ -116,6 +125,8 @@
 ${PYSITELIB}/rest_framework/locale/ja/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/ko_KR/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/ko_KR/LC_MESSAGES/django.po
+${PYSITELIB}/rest_framework/locale/lv/LC_MESSAGES/django.mo
+${PYSITELIB}/rest_framework/locale/lv/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/mk/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/mk/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/nb/LC_MESSAGES/django.mo
@@ -140,6 +151,8 @@
 ${PYSITELIB}/rest_framework/locale/ru/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/sk/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/sk/LC_MESSAGES/django.po
+${PYSITELIB}/rest_framework/locale/sl/LC_MESSAGES/django.mo
+${PYSITELIB}/rest_framework/locale/sl/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/sv/LC_MESSAGES/django.mo
 ${PYSITELIB}/rest_framework/locale/sv/LC_MESSAGES/django.po
 ${PYSITELIB}/rest_framework/locale/tr/LC_MESSAGES/django.mo
@@ -250,6 +263,7 @@
 ${PYSITELIB}/rest_framework/status.py
 ${PYSITELIB}/rest_framework/status.pyc
 ${PYSITELIB}/rest_framework/status.pyo
+${PYSITELIB}/rest_framework/templates/.DS_Store
 ${PYSITELIB}/rest_framework/templates/rest_framework/admin.html
 ${PYSITELIB}/rest_framework/templates/rest_framework/admin/detail.html
 ${PYSITELIB}/rest_framework/templates/rest_framework/admin/dict_value.html
diff -r 47c95dc8c320 -r b6e321a59eaf www/py-djangorestframework/distinfo
--- a/www/py-djangorestframework/distinfo       Fri Aug 25 05:29:24 2017 +0000
+++ b/www/py-djangorestframework/distinfo       Fri Aug 25 06:03:10 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/05/15 09:33:21 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/08/25 06:03:10 adam Exp $
 
-SHA1 (djangorestframework-3.6.3.tar.gz) = a92ca2cc8f992addc3f838bcca4994c0f4edaa7a
-RMD160 (djangorestframework-3.6.3.tar.gz) = e600faa477745e46969efdded3baa504edcba3cd
-SHA512 (djangorestframework-3.6.3.tar.gz) = 839c1cae48673d65fb245b618b61549fd2ee1af4015f1915581f37353825eda99a717b15ea297948817efbf537bdd0563dca9ba679b6b93a3345ec00eac23c4b
-Size (djangorestframework-3.6.3.tar.gz) = 997352 bytes
+SHA1 (djangorestframework-3.6.4.tar.gz) = ae9e21955f385b0fb0993053801f177c1c81b2ba
+RMD160 (djangorestframework-3.6.4.tar.gz) = ff6cf19005e96bebfe6e6e9fb82ff11cc6fd0563
+SHA512 (djangorestframework-3.6.4.tar.gz) = a9cba1e5d54b1cc47aaadc0995a663f96bfcc23368b102f60f6cefdbc489a6cb6bf108d21346345c915707fdae550daa59be8bbb283412ee6f2187cca45fac95
+Size (djangorestframework-3.6.4.tar.gz) = 1011409 bytes



Home | Main Index | Thread Index | Old Index