Date: Fri, 26 Sep 2025 08:40:01 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69ff88396050 - main - =?utf-8?Q?devel/py-connexion: update 3.1.0 =E2=86=92 3.2.0?= Message-ID: <202509260840.58Q8e1il037759@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=69ff883960508b0a22d597aadb00d21a7af1320f commit 69ff883960508b0a22d597aadb00d21a7af1320f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-09-26 08:35:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-09-26 08:39:57 +0000 devel/py-connexion: update 3.1.0 → 3.2.0 --- devel/py-connexion/Makefile | 12 +++++++----- devel/py-connexion/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/devel/py-connexion/Makefile b/devel/py-connexion/Makefile index 87e1d5f1c385..b2618f8a0f5a 100644 --- a/devel/py-connexion/Makefile +++ b/devel/py-connexion/Makefile @@ -1,13 +1,13 @@ PORTNAME= connexion -PORTVERSION= 3.1.0 -PORTREVISION= 1 +DISTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Connexion: API first applications with OpenAPI/Swagger -WWW= https://connexion.readthedocs.io/en/latest/ +WWW= https://connexion.readthedocs.io/en/latest/ \ + https://github.com/spec-first/connexion LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -18,12 +18,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.23:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}inflection>=0.3.1:devel/py-inflection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.17.3:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.5:www/py-python-multipart@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.15:www/py-python-multipart@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.27:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>=0.35:www/py-starlette@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug>=2.2.1:www/py-werkzeug@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0.18.3:devel/py-pytest-asyncio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.12.1:devel/py-pytest-cov@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest # 3 tests fail, see https://github.com/youknowone/wirerope/issues/22 diff --git a/devel/py-connexion/distinfo b/devel/py-connexion/distinfo index f3027768f7fa..f3bf1cb84941 100644 --- a/devel/py-connexion/distinfo +++ b/devel/py-connexion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718767912 -SHA256 (connexion-3.1.0.tar.gz) = 66a44580991f53955b6e409a84fa9fa65c7ca4db52dc217b49cd35c201066083 -SIZE (connexion-3.1.0.tar.gz) = 88189 +TIMESTAMP = 1758875567 +SHA256 (connexion-3.2.0.tar.gz) = 0715d4a0393437aa2a48c144756360f9b5292635a05fd15c38cbbaf04ef5acb9 +SIZE (connexion-3.2.0.tar.gz) = 86417home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509260840.58Q8e1il037759>
