Skip to content
Snippets Groups Projects
Verified Commit 3020a15f authored by sunpoet's avatar sunpoet
Browse files

security/py-httpx-auth: Allow build with py-httpx 0.28.0+

- Bump PORTREVISION for package change
parent d24c5fd5
No related branches found
No related tags found
No related merge requests found
PORTNAME= httpx-auth
PORTVERSION= 0.22.0
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0<0.28:www/py-httpx@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR}
USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517
......
--- pyproject.toml.orig 2024-03-02 12:09:14 UTC
+++ pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
- "httpx==0.27.*",
+ "httpx>=0.27",
]
dynamic = ["version"]
@@ -63,4 +63,4 @@ filterwarnings = [
[tool.pytest.ini_options]
filterwarnings = [
"error",
-]
\ No newline at end of file
+]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment