Date: Sun, 5 Mar 2023 17:13:57 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8c379269d6e1 - main - www/py-flask-restx: update to 1.1.0 Message-ID: <202303051713.325HDvJL027180@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c379269d6e17218c93449b649b6c3ce6da230ed commit 8c379269d6e17218c93449b649b6c3ce6da230ed Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-04 12:59:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-05 17:13:52 +0000 www/py-flask-restx: update to 1.1.0 Changes: https://github.com/python-restx/flask-restx/compare/0.5.1...1.1.0 Reported by: portscout --- www/py-flask-restx/Makefile | 10 ++-------- www/py-flask-restx/distinfo | 10 +++------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/www/py-flask-restx/Makefile b/www/py-flask-restx/Makefile index f854aa4390f9..383634bc5850 100644 --- a/www/py-flask-restx/Makefile +++ b/www/py-flask-restx/Makefile @@ -1,14 +1,9 @@ PORTNAME= flask-restx -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PATCH_SITES= https://github.com/${PORTNAME:S,flask,python,}/${PORTNAME}/commit/ -PATCHFILES+= 82f7340ebb51.patch:-p1 # https://github.com/python-restx/flask-restx/pull/463 -PATCHFILES+= 09e57b8af6ca.patch:-p1 # https://github.com/python-restx/flask-restx/pull/463 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Extension for Flask that adds support for quickly building REST APIs WWW= https://pypi.org/project/flask-restx/ @@ -19,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>=0.82:devel/py-aniso8601@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR} NO_ARCH= yes -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-flask-restx/distinfo b/www/py-flask-restx/distinfo index cae5d7f60d61..1a8fa440349c 100644 --- a/www/py-flask-restx/distinfo +++ b/www/py-flask-restx/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1630527073 -SHA256 (flask-restx-0.5.1.tar.gz) = 63c69a61999a34f1774eaccc6fc8c7f504b1aad7d56a8ec672264e52d9ac05f4 -SIZE (flask-restx-0.5.1.tar.gz) = 5282772 -SHA256 (82f7340ebb51.patch) = d0cc0bab25931aefa342f737f9fc26c834bf12bb5425fea9a99f16e32332610f -SIZE (82f7340ebb51.patch) = 2819 -SHA256 (09e57b8af6ca.patch) = 6a9ca61f8726b921cb80b26c608c08c7e4106db68dbc80858dc889e326944cc0 -SIZE (09e57b8af6ca.patch) = 1050 +TIMESTAMP = 1677934749 +SHA256 (flask-restx-1.1.0.tar.gz) = 62b6b6c9de65e5960cf4f8b35e1bd3eca6998838a01b2f71e2a9d4c14a4ccd14 +SIZE (flask-restx-1.1.0.tar.gz) = 2764309
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303051713.325HDvJL027180>