Date: Thu, 9 Sep 2021 00:14:11 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 67def9676902 - 2021Q3 - www/py-flask-restx: update to 0.5.0 Message-ID: <202109090014.1890EB7u089367@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=67def96769022d708850638b22f59b580e87918f commit 67def96769022d708850638b22f59b580e87918f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-07-19 13:06:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-09-09 00:12:03 +0000 www/py-flask-restx: update to 0.5.0 Changes: https://github.com/python-restx/flask-restx/compare/0.4.0...0.5.0 Reported by: Repology (cherry picked from commit 93fd72ad2ac21b8b4365261b0144f20e7b74ed46) --- www/py-flask-restx/Makefile | 3 +-- www/py-flask-restx/distinfo | 6 +++--- www/py-flask-restx/files/patch-requirements_install.pip | 13 ------------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/www/py-flask-restx/Makefile b/www/py-flask-restx/Makefile index 11dc18650dcf..29faae129ce9 100644 --- a/www/py-flask-restx/Makefile +++ b/www/py-flask-restx/Makefile @@ -1,6 +1,5 @@ PORTNAME= flask-restx -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-restx/distinfo b/www/py-flask-restx/distinfo index 33c6bc495267..5b4be48a15fb 100644 --- a/www/py-flask-restx/distinfo +++ b/www/py-flask-restx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620824149 -SHA256 (flask-restx-0.4.0.tar.gz) = 8bdbfd8ad2949383c490b3b180481c0e9f70163230a5b567a56592c82f7c5cb0 -SIZE (flask-restx-0.4.0.tar.gz) = 5296421 +TIMESTAMP = 1626700009 +SHA256 (flask-restx-0.5.0.tar.gz) = 7e9f7cd5e843dd653a71fafb7c8ce9d7b4fef29f982a2254b1e0ebb3fac1fe12 +SIZE (flask-restx-0.5.0.tar.gz) = 5314490 diff --git a/www/py-flask-restx/files/patch-requirements_install.pip b/www/py-flask-restx/files/patch-requirements_install.pip deleted file mode 100644 index 8d42c6fe279d..000000000000 --- a/www/py-flask-restx/files/patch-requirements_install.pip +++ /dev/null @@ -1,13 +0,0 @@ ---- requirements/install.pip.orig 2021-05-12 12:55:49 UTC -+++ requirements/install.pip -@@ -1,8 +1,8 @@ - aniso8601==8.0.0; python_version < '3.5' - aniso8601>=0.82; python_version >= '3.5' - jsonschema --Flask>=0.8, <2.0.0 --werkzeug <2.0.0 -+Flask>=0.8 -+werkzeug - pytz - six>=1.3.0 - enum34; python_version < '3.4'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109090014.1890EB7u089367>