Date: Sat, 12 Sep 2020 22:10:06 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r548425 - branches/2020Q3/www/py-webargs Message-ID: <202009122210.08CMA6uB082188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Sep 12 22:10:06 2020 New Revision: 548425 URL: https://svnweb.freebsd.org/changeset/ports/548425 Log: MFH: r548424 www/py-webargs: Update to 6.1.1 Changelog: https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst#611-2020-09-08 PR: 249220 Submitted by: Goran Mekic <meka@tilda.center> (maintainer) Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q3/www/py-webargs/Makefile branches/2020Q3/www/py-webargs/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/www/py-webargs/Makefile ============================================================================== --- branches/2020Q3/www/py-webargs/Makefile Sat Sep 12 22:08:16 2020 (r548424) +++ branches/2020Q3/www/py-webargs/Makefile Sat Sep 12 22:10:06 2020 (r548425) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webargs -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= www devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py ${PYTHON_PKGNAMEPREFIX}django*>=1.11.16:www/py-django22@${PY_FLAVOR} # To be updated -# TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyramid>=1.9.1:www/py-django22@${PY_FLAVOR} +# TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyramid>=1.9.1:www/py-pyramid@${PY_FLAVOR} # To be ported # TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}webapp2>=3.0.0b1:www/py-webapp2@${PY_FLAVOR} # ${PYTHON_PKGNAMEPREFIX}webtest_aiohttp>=2.0.0:www/py-webtest_aiohttp@${PY_FLAVOR} Modified: branches/2020Q3/www/py-webargs/distinfo ============================================================================== --- branches/2020Q3/www/py-webargs/distinfo Sat Sep 12 22:08:16 2020 (r548424) +++ branches/2020Q3/www/py-webargs/distinfo Sat Sep 12 22:10:06 2020 (r548425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588904547 -SHA256 (marshmallow-code-webargs-6.1.0_GH0.tar.gz) = 0ec9c383866f048845a020d39de36b027b62f7195afaae38ae7b065297802b93 -SIZE (marshmallow-code-webargs-6.1.0_GH0.tar.gz) = 78475 +TIMESTAMP = 1599940673 +SHA256 (marshmallow-code-webargs-6.1.1_GH0.tar.gz) = 553556ae403f298cbc9b5136f714e52e25041771cf5c8de174afba87481438f6 +SIZE (marshmallow-code-webargs-6.1.1_GH0.tar.gz) = 79191
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009122210.08CMA6uB082188>