mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/py-httpx-auth: Update to 0.23.1
Changes: https://github.com/Colin-b/httpx_auth/releases
This commit is contained in:
parent
88bafa48de
commit
a76620336a
3 changed files with 5 additions and 24 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= httpx-auth
|
||||
PORTVERSION= 0.22.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.23.1
|
||||
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.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+
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1709390722
|
||||
SHA256 (httpx_auth-0.22.0.tar.gz) = 5dc2d18cd3a0788015fd22714048e59f5eca6aa3051bfbd8d9dd0d2e6254c095
|
||||
SIZE (httpx_auth-0.22.0.tar.gz) = 116355
|
||||
TIMESTAMP = 1738089140
|
||||
SHA256 (httpx_auth-0.23.1.tar.gz) = 27b5a6022ad1b41a303b8737fa2e3e4bce6bbbe7ab67fed0b261359be62e0434
|
||||
SIZE (httpx_auth-0.23.1.tar.gz) = 121418
|
||||
|
|
|
@ -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
|
||||
+]
|
Loading…
Add table
Reference in a new issue