Date: Sat, 31 Jan 2026 14:22:39 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85c981928caa - main - textproc/py-elasticsearch7: Update to 7.17.13 Message-ID: <697e102f.313b2.6bbc87e2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85c981928caa88ff0d6757bdd6d8a9b0ee5595bb commit 85c981928caa88ff0d6757bdd6d8a9b0ee5595bb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:36:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:15:28 +0000 textproc/py-elasticsearch7: Update to 7.17.13 - Update WWW Changes: https://github.com/elastic/elasticsearch-py/releases --- textproc/py-elasticsearch7/Makefile | 5 ++--- textproc/py-elasticsearch7/distinfo | 6 +++--- textproc/py-elasticsearch7/files/patch-setup.py | 11 ----------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/textproc/py-elasticsearch7/Makefile b/textproc/py-elasticsearch7/Makefile index 85bd918e6217..fbbf181f6cb6 100644 --- a/textproc/py-elasticsearch7/Makefile +++ b/textproc/py-elasticsearch7/Makefile @@ -1,6 +1,5 @@ PORTNAME= elasticsearch -PORTVERSION= 7.17.12 -PORTREVISION= 1 +PORTVERSION= 7.17.13 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,7 +7,7 @@ PKGNAMESUFFIX= 7 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch -WWW= https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html \ +WWW= https://www.elastic.co/docs/reference/elasticsearch/clients/python \ https://github.com/elastic/elasticsearch-py LICENSE= APACHE20 diff --git a/textproc/py-elasticsearch7/distinfo b/textproc/py-elasticsearch7/distinfo index cd404d6ee02c..7cb2b3a6dfdc 100644 --- a/textproc/py-elasticsearch7/distinfo +++ b/textproc/py-elasticsearch7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796098 -SHA256 (elasticsearch-7.17.12.tar.gz) = a1f5733ae8cf1dbf0a78593389f2503c87dd97429976099832bf0626cdfaac8b -SIZE (elasticsearch-7.17.12.tar.gz) = 248018 +TIMESTAMP = 1768625747 +SHA256 (elasticsearch-7.17.13.tar.gz) = ba1b87322045fc37831009c7c49ef0e2777165a2ad3390df4d9e2b7a09d90c86 +SIZE (elasticsearch-7.17.13.tar.gz) = 248490 diff --git a/textproc/py-elasticsearch7/files/patch-setup.py b/textproc/py-elasticsearch7/files/patch-setup.py deleted file mode 100644 index 93b4aef8af17..000000000000 --- a/textproc/py-elasticsearch7/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-09-19 07:26:17 UTC -+++ setup.py -@@ -52,7 +52,7 @@ install_requires = [ - ] - - install_requires = [ -- "urllib3>=1.21.1, <2", -+ "urllib3>=1.21.1, <3", - "certifi", - ] - tests_require = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e102f.313b2.6bbc87e2>
