security/py-httpx-auth: Update to 0.23.1

Changes:	https://github.com/Colin-b/httpx_auth/releases
This commit is contained in:
Po-Chuan Hsieh 2025-02-03 23:20:55 +08:00
parent 88bafa48de
commit a76620336a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 24 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= httpx-auth PORTNAME= httpx-auth
PORTVERSION= 0.22.0 PORTVERSION= 0.23.1
PORTREVISION= 1
CATEGORIES= security python CATEGORIES= security python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -17,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0:www/py-httpx@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.0<0.29:www/py-httpx@${PY_FLAVOR}
USES= python:3.9+ USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517 USE_PYTHON= autoplist concurrent pep517

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1709390722 TIMESTAMP = 1738089140
SHA256 (httpx_auth-0.22.0.tar.gz) = 5dc2d18cd3a0788015fd22714048e59f5eca6aa3051bfbd8d9dd0d2e6254c095 SHA256 (httpx_auth-0.23.1.tar.gz) = 27b5a6022ad1b41a303b8737fa2e3e4bce6bbbe7ab67fed0b261359be62e0434
SIZE (httpx_auth-0.22.0.tar.gz) = 116355 SIZE (httpx_auth-0.23.1.tar.gz) = 121418

View file

@ -1,18 +0,0 @@
--- 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
+]