Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 07:58:07 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cfcc12f76c62 - main - misc/py-huggingface-hub: Update to 1.1.5
Message-ID:  <6925618f.271e5.1959dabd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

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

commit cfcc12f76c62fb18f44985140c84f1fb55de4e57
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-11-25 07:56:51 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-11-25 07:57:59 +0000

    misc/py-huggingface-hub: Update to 1.1.5
    
    Changelog:
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.0.0
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.0.1
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.0
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.3
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.4
    - https://github.com/huggingface/huggingface_hub/releases/tag/v1.1.5
    
    Reported by:    Repology
---
 misc/py-huggingface-hub/Makefile | 10 ++++++----
 misc/py-huggingface-hub/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile
index 1f3d6af967af..8c2720b4ce0b 100644
--- a/misc/py-huggingface-hub/Makefile
+++ b/misc/py-huggingface-hub/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	huggingface-hub
-DISTVERSION=	0.36.0
+DISTVERSION=	1.1.5
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,14 +14,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fsspec>=2023.5.0:filesystems/py-fsspec@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpx>=0.23.0<1:www/py-httpx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}shellingham>0:devel/py-shellingham@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.42.1:misc/py-tqdm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typer>0:devel/py-typer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
 		${RUN_DEPENDS_${ARCH}}
-RUN_DEPENDS_amd64=	${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.3<2.0.0:misc/py-hf-xet@${PY_FLAVOR}
-RUN_DEPENDS_aarch4=	${PYTHON_PKGNAMEPREFIX}hf-xet>=1.1.3<2.0.0:misc/py-hf-xet@${PY_FLAVOR}
+RUN_DEPENDS_amd64=	${PYTHON_PKGNAMEPREFIX}hf-xet>=1.2.0<2.0.0:misc/py-hf-xet@${PY_FLAVOR}
+RUN_DEPENDS_aarch4=	${PYTHON_PKGNAMEPREFIX}hf-xet>=1.2.0<2.0.0:misc/py-hf-xet@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo
index a8bb3a7702a3..86cdd0d94f65 100644
--- a/misc/py-huggingface-hub/distinfo
+++ b/misc/py-huggingface-hub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761535873
-SHA256 (huggingface_hub-0.36.0.tar.gz) = 47b3f0e2539c39bf5cde015d63b72ec49baff67b6931c3d97f3f84532e2b8d25
-SIZE (huggingface_hub-0.36.0.tar.gz) = 463358
+TIMESTAMP = 1764056381
+SHA256 (huggingface_hub-1.1.5.tar.gz) = 40ba5c9a08792d888fde6088920a0a71ab3cd9d5e6617c81a797c657f1fd9968
+SIZE (huggingface_hub-1.1.5.tar.gz) = 607199


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6925618f.271e5.1959dabd>