git: 48b5e37c7db3 - main - www/py-flask-json: Update to 0.3.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:13:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=48b5e37c7db3102cf83d598b4e10fdb9f279f05b commit 48b5e37c7db3102cf83d598b4e10fdb9f279f05b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:46:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:12 +0000 www/py-flask-json: Update to 0.3.5 Changes: https://github.com/skozlovf/flask-json/blob/master/CHANGES --- www/py-flask-json/Makefile | 2 +- www/py-flask-json/distinfo | 6 +++--- www/py-flask-json/files/patch-setup.py | 9 --------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/www/py-flask-json/Makefile b/www/py-flask-json/Makefile index d9c239a0306b..5446d049e55f 100644 --- a/www/py-flask-json/Makefile +++ b/www/py-flask-json/Makefile @@ -1,5 +1,5 @@ PORTNAME= flask-json -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-flask-json/distinfo b/www/py-flask-json/distinfo index f8e6f3936d4b..bbb295c59bb9 100644 --- a/www/py-flask-json/distinfo +++ b/www/py-flask-json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577523848 -SHA256 (Flask-JSON-0.3.4.tar.gz) = 470835a9df80c283e3cc0a82fef376ba1be712f711ec385332b3e045a7cc91a8 -SIZE (Flask-JSON-0.3.4.tar.gz) = 8970 +TIMESTAMP = 1669057987 +SHA256 (Flask-JSON-0.3.5.tar.gz) = b641a2125cb6984e7eafc921c9bf70c214ea4faff9a0bb1a75a4ec5749f3e67c +SIZE (Flask-JSON-0.3.5.tar.gz) = 8983 diff --git a/www/py-flask-json/files/patch-setup.py b/www/py-flask-json/files/patch-setup.py deleted file mode 100644 index dd895eea91a0..000000000000 --- a/www/py-flask-json/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2019-08-23 17:34:24 UTC -+++ setup.py -@@ -43,6 +43,5 @@ setup( - 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Software Development :: Libraries :: Python Modules' - ], -- setup_requires=['pytest-runner'], - tests_require=['pytest', 'pytest-cov'] - )