Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:20:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 945651135a2d - main - devel/py-openapi-core: Update to 0.19.3
Message-ID:  <202409050620.4856KkZG004065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=945651135a2d6dfed2cb996bdb1a7ae00857f014

commit 945651135a2d6dfed2cb996bdb1a7ae00857f014
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:26:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:17:57 +0000

    devel/py-openapi-core: Update to 0.19.3
    
    Changes:        https://github.com/python-openapi/openapi-core/releases
---
 devel/py-openapi-core/Makefile                   |  4 ++--
 devel/py-openapi-core/distinfo                   |  6 +++---
 devel/py-openapi-core/files/patch-pyproject.toml | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/devel/py-openapi-core/Makefile b/devel/py-openapi-core/Makefile
index 17dfc8694085..4e8c8e9e21d2 100644
--- a/devel/py-openapi-core/Makefile
+++ b/devel/py-openapi-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	openapi-core
-PORTVERSION=	0.19.2
+PORTVERSION=	0.19.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -42,7 +42,7 @@ AIOHTTP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.0:www/py-aiohttp@${PY_FLA
 			${PYTHON_PKGNAMEPREFIX}multidict>=6.0.4<7:www/py-multidict@${PY_FLAVOR}
 DJANGO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.0:www/py-django42@${PY_FLAVOR}
 FALCON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}falcon>=3.0:www/py-falcon@${PY_FLAVOR}
-FASTAPI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastapi>=0.108.0<1:www/py-fastapi@${PY_FLAVOR}
+FASTAPI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastapi>=0.111<0.113:www/py-fastapi@${PY_FLAVOR}
 FLASK_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR}
 REQUESTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 STARLETTE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aioitertools>=0.11.0<0.12:devel/py-aioitertools@${PY_FLAVOR} \
diff --git a/devel/py-openapi-core/distinfo b/devel/py-openapi-core/distinfo
index c9f823c8118f..d9808749f9a0 100644
--- a/devel/py-openapi-core/distinfo
+++ b/devel/py-openapi-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718580096
-SHA256 (openapi_core-0.19.2.tar.gz) = db4e13dd3162d861d9485ae804f350586d9fd1d72808cdb264d6993d9b5ede3f
-SIZE (openapi_core-0.19.2.tar.gz) = 108121
+TIMESTAMP = 1724084594
+SHA256 (openapi_core-0.19.3.tar.gz) = 5db6479ecccf76c52422961dc42b411b7625a802087d847251fdd66f0392b095
+SIZE (openapi_core-0.19.3.tar.gz) = 109026
diff --git a/devel/py-openapi-core/files/patch-pyproject.toml b/devel/py-openapi-core/files/patch-pyproject.toml
deleted file mode 100644
index 6121ca318beb..000000000000
--- a/devel/py-openapi-core/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2024-02-14 15:44:09 UTC
-+++ pyproject.toml
-@@ -76,7 +76,7 @@ aioitertools = {version = "^0.11.0", optional = true}
- jsonschema = "^4.18.0"
- multidict = {version = "^6.0.4", optional = true}
- aioitertools = {version = "^0.11.0", optional = true}
--fastapi = {version = "^0.108.0", optional = true}
-+fastapi = {version = "^0.108", optional = true}
- 
- [tool.poetry.extras]
- django = ["django"]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050620.4856KkZG004065>