git: be4886afe81b - main - security/py-httpx-auth: Update to 0.20.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:25:08 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be4886afe81bdb23bfacde206bfdf663897770fe

commit be4886afe81bdb23bfacde206bfdf663897770fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:45:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:07:59 +0000

    security/py-httpx-auth: Update to 0.20.0
    
    Changes:        https://github.com/Colin-b/httpx_auth/releases
---
 security/py-httpx-auth/Makefile                   |  5 ++---
 security/py-httpx-auth/distinfo                   |  6 +++---
 security/py-httpx-auth/files/patch-pyproject.toml | 11 -----------
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/security/py-httpx-auth/Makefile b/security/py-httpx-auth/Makefile
index 38608f2b51f0..6d147e4d1841 100644
--- a/security/py-httpx-auth/Makefile
+++ b/security/py-httpx-auth/Makefile
@@ -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
diff --git a/security/py-httpx-auth/distinfo b/security/py-httpx-auth/distinfo
index dac9e0395aa5..15251ec2bfba 100644
--- a/security/py-httpx-auth/distinfo
+++ b/security/py-httpx-auth/distinfo
@@ -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
diff --git a/security/py-httpx-auth/files/patch-pyproject.toml b/security/py-httpx-auth/files/patch-pyproject.toml
deleted file mode 100644
index 80b246885b10..000000000000
--- a/security/py-httpx-auth/files/patch-pyproject.toml
+++ /dev/null
@@ -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"]
-