Date: Thu, 25 Apr 2019 17:04:02 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500036 - head/www/py-dj21-djangorestframework Message-ID: <201904251704.x3PH42oP040217@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Apr 25 17:04:02 2019 New Revision: 500036 URL: https://svnweb.freebsd.org/changeset/ports/500036 Log: www/py-dj21-djangorestframework: Update to 3.9.2 Changes since 3.9.0: * Routers: invalidate _urls cache on register() * Deferred schema renderer creation to avoid requiring pyyaml. * Added 'request_forms' block to base.html * Fixed SchemaView to reset renderer on exception. * Update Django Guardian dependency. * Ensured support for Django 2.2 * Made templates compatible with session-based CSRF. * Adjusted field validators to accept non-list iterables. * Added SearchFilter.get_search_fields() hook. * Fix DeprecationWarning when accessing collections.abc classes via collections. * Allowed Q objects in limit_choices_to introspection. * Added lazy evaluation to composed permissions. * Add negation ~ operator to permissions composition * Avoided calling distinct on annotated fields in SearchFilter. * Introduced RemovedInDRF…Warning classes to simplify deprecations. * Resolve XSS issue in browsable API. * Upgrade Bootstrap to 3.4.0 to resolve XSS issue. * Resolve issues with composable permissions. * Respect limit_choices_to on foreign keys. https://www.django-rest-framework.org/community/release-notes/#39x-series Approved by: mentors (implicit) Modified: head/www/py-dj21-djangorestframework/Makefile head/www/py-dj21-djangorestframework/distinfo Modified: head/www/py-dj21-djangorestframework/Makefile ============================================================================== --- head/www/py-dj21-djangorestframework/Makefile Thu Apr 25 16:56:11 2019 (r500035) +++ head/www/py-dj21-djangorestframework/Makefile Thu Apr 25 17:04:02 2019 (r500036) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= djangorestframework -DISTVERSION= 3.9.0 +DISTVERSION= 3.9.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj21- Modified: head/www/py-dj21-djangorestframework/distinfo ============================================================================== --- head/www/py-dj21-djangorestframework/distinfo Thu Apr 25 16:56:11 2019 (r500035) +++ head/www/py-dj21-djangorestframework/distinfo Thu Apr 25 17:04:02 2019 (r500036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542917166 -SHA256 (djangorestframework-3.9.0.tar.gz) = 607865b0bb1598b153793892101d881466bd5a991de12bd6229abb18b1c86136 -SIZE (djangorestframework-3.9.0.tar.gz) = 802477 +TIMESTAMP = 1556208590 +SHA256 (djangorestframework-3.9.2.tar.gz) = f7a266260d656e1cf4ca54d7a7349609dc8af4fe2590edd0ecd7d7643ea94a17 +SIZE (djangorestframework-3.9.2.tar.gz) = 785546
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251704.x3PH42oP040217>