Received: by mail.netbsd.org (Postfix, from userid 605) id DFF1E84DC4; Fri, 25 Aug 2017 06:03:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 721E784DBB for ; Fri, 25 Aug 2017 06:03:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eOFeD0snaidT for ; Fri, 25 Aug 2017 06:03:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BEE3A84CF0 for ; Fri, 25 Aug 2017 06:03:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA4F2FA8A; Fri, 25 Aug 2017 06:03:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503640990288900" MIME-Version: 1.0 Date: Fri, 25 Aug 2017 06:03:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-djangorestframework To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170825060310.BA4F2FA8A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503640990288900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 25 06:03:10 UTC 2017 Modified Files: pkgsrc/www/py-djangorestframework: Makefile PLIST distinfo Log Message: 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" To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-djangorestframework/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangorestframework/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-djangorestframework/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503640990288900 Content-Disposition: inline Content-Length: 5029 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-djangorestframework/Makefile diff -u pkgsrc/www/py-djangorestframework/Makefile:1.13 pkgsrc/www/py-djangorestframework/Makefile:1.14 --- pkgsrc/www/py-djangorestframework/Makefile:1.13 Mon May 15 09:33:21 2017 +++ pkgsrc/www/py-djangorestframework/Makefile Fri Aug 25 06:03:10 2017 @@ -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/} Index: pkgsrc/www/py-djangorestframework/PLIST diff -u pkgsrc/www/py-djangorestframework/PLIST:1.4 pkgsrc/www/py-djangorestframework/PLIST:1.5 --- pkgsrc/www/py-djangorestframework/PLIST:1.4 Mon May 15 09:33:21 2017 +++ pkgsrc/www/py-djangorestframework/PLIST Fri Aug 25 06:03:10 2017 @@ -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/ad ${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 ${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 ${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/static/rest_ ${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 Index: pkgsrc/www/py-djangorestframework/distinfo diff -u pkgsrc/www/py-djangorestframework/distinfo:1.5 pkgsrc/www/py-djangorestframework/distinfo:1.6 --- pkgsrc/www/py-djangorestframework/distinfo:1.5 Mon May 15 09:33:21 2017 +++ pkgsrc/www/py-djangorestframework/distinfo Fri Aug 25 06:03:10 2017 @@ -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 --_----------=_1503640990288900--