security/py-httpx-auth: Update to 0.20.0
Changes: https://github.com/Colin-b/httpx_auth/releases
This commit is contained in:
parent
563153c82e
commit
be4886afe8
3 changed files with 5 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= httpx-auth
|
||||
PORTVERSION= 0.18.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.20.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,7 +16,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.25.0<0.27:www/py-httpx@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.26.0<0.27:www/py-httpx@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1695143367
|
||||
SHA256 (httpx_auth-0.18.0.tar.gz) = 22826b4b9c3d76523e9f4797769cafcc46f0d2e02f5e56856d5d996e7b925654
|
||||
SIZE (httpx_auth-0.18.0.tar.gz) = 70205
|
||||
TIMESTAMP = 1708449442
|
||||
SHA256 (httpx_auth-0.20.0.tar.gz) = 90646c08a25e654f83300b6a6d4f557c8427427c270403e95b48d6c706971a65
|
||||
SIZE (httpx_auth-0.20.0.tar.gz) = 102378
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- pyproject.toml.orig 2023-09-11 18:50:46 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -29,7 +29,7 @@ classifiers=[
|
||||
"Topic :: Software Development :: Build Tools",
|
||||
]
|
||||
dependencies = [
|
||||
- "httpx==0.25.*",
|
||||
+ "httpx>=0.25.0, <0.27",
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
Loading…
Reference in a new issue