mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
security/py-httpx-auth: Update to 0.18.0
Changes: https://github.com/Colin-b/httpx_auth/releases
This commit is contained in:
parent
e226905273
commit
08be43d4e9
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= httpx-auth
|
PORTNAME= httpx-auth
|
||||||
PORTVERSION= 0.17.0
|
PORTVERSION= 0.18.0
|
||||||
CATEGORIES= security python
|
CATEGORIES= security python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
@ -13,12 +13,12 @@ WWW= https://colin-b.github.io/httpx_auth/ \
|
|||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
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.24.0<0.25:www/py-httpx@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.25.0<0.26:www/py-httpx@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python:3.9+
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1688166030
|
TIMESTAMP = 1695143367
|
||||||
SHA256 (httpx_auth-0.17.0.tar.gz) = 4e297113804ac3ee316d12a9596bc05e4dd592d2bf0809e5b4dab496d8a35b13
|
SHA256 (httpx_auth-0.18.0.tar.gz) = 22826b4b9c3d76523e9f4797769cafcc46f0d2e02f5e56856d5d996e7b925654
|
||||||
SIZE (httpx_auth-0.17.0.tar.gz) = 70061
|
SIZE (httpx_auth-0.18.0.tar.gz) = 70205
|
||||||
|
Loading…
Reference in New Issue
Block a user