git: f03e3e3e9f72 - main - devel/py-geventhttpclient: Update to 2.3.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jun 2025 11:35:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f03e3e3e9f72aab6f5edb8d9e41b15b981f8fd04
commit f03e3e3e9f72aab6f5edb8d9e41b15b981f8fd04
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-13 11:35:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-13 11:35:18 +0000
devel/py-geventhttpclient: Update to 2.3.4
Changes: https://github.com/geventhttpclient/geventhttpclient/releases
---
devel/py-geventhttpclient/Makefile | 4 ++--
devel/py-geventhttpclient/distinfo | 6 +++---
devel/py-geventhttpclient/files/patch-pyproject.toml | 11 +++++++++++
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/devel/py-geventhttpclient/Makefile b/devel/py-geventhttpclient/Makefile
index 862acf24ae54..a492ac195463 100644
--- a/devel/py-geventhttpclient/Makefile
+++ b/devel/py-geventhttpclient/Makefile
@@ -1,5 +1,5 @@
PORTNAME= geventhttpclient
-PORTVERSION= 2.3.3
+PORTVERSION= 2.3.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}gevent>=0.13:devel/py-gevent@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=0,1:net/py-urllib3@${PY_FLAVOR}
USES= python
diff --git a/devel/py-geventhttpclient/distinfo b/devel/py-geventhttpclient/distinfo
index 1c6252f51718..1e3f92f5a1b1 100644
--- a/devel/py-geventhttpclient/distinfo
+++ b/devel/py-geventhttpclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888192
-SHA256 (geventhttpclient-2.3.3.tar.gz) = 3e74c1570d01dd09cabdfe2667fbf072520ec9bb3a31a0fd1eae3d0f43847f9b
-SIZE (geventhttpclient-2.3.3.tar.gz) = 83625
+TIMESTAMP = 1749666985
+SHA256 (geventhttpclient-2.3.4.tar.gz) = 1749f75810435a001fc6d4d7526c92cf02b39b30ab6217a886102f941c874222
+SIZE (geventhttpclient-2.3.4.tar.gz) = 83545
diff --git a/devel/py-geventhttpclient/files/patch-pyproject.toml b/devel/py-geventhttpclient/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6e7667f5fbf9
--- /dev/null
+++ b/devel/py-geventhttpclient/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-06-11 12:41:36 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ requires-python = ">=3.9"
+ description = "HTTP client library for gevent"
+ readme = "README.md"
+ requires-python = ">=3.9"
+-license = "MIT"
++license = {file = "LICENSE-MIT"}
+ keywords = ["http", "gevent", "client"]
+ authors = [{name = "Antonin Amand", email = "antonin.amand@gmail.com"}]
+ classifiers = [