Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 09:37:08 +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: 8bdc10cf93ad - main - misc/py-huggingface-hub: Update to 1.5.0
Message-ID:  <69a2b744.2659d.172ffa96@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=8bdc10cf93ad4a2a1779dd2fe6a206ac340d8058

commit 8bdc10cf93ad4a2a1779dd2fe6a206ac340d8058
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-02-28 09:36:04 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-02-28 09:37:00 +0000

    misc/py-huggingface-hub: Update to 1.5.0
    
    Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v1.5.0
    
    Reported by:    Repology
---
 misc/py-huggingface-hub/Makefile | 5 ++---
 misc/py-huggingface-hub/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile
index aea7c0e87b74..f308f6686064 100644
--- a/misc/py-huggingface-hub/Makefile
+++ b/misc/py-huggingface-hub/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	huggingface-hub
-DISTVERSION=	1.4.1
+DISTVERSION=	1.5.0
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,11 @@ WWW=		https://github.com/huggingface/huggingface_hub
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>=3.10.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}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>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} \
diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo
index 4eb3c3886eee..e5761c76b37a 100644
--- a/misc/py-huggingface-hub/distinfo
+++ b/misc/py-huggingface-hub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770685939
-SHA256 (huggingface_hub-1.4.1.tar.gz) = b41131ec35e631e7383ab26d6146b8d8972abc8b6309b963b306fbcca87f5ed5
-SIZE (huggingface_hub-1.4.1.tar.gz) = 642156
+TIMESTAMP = 1772270350
+SHA256 (huggingface_hub-1.5.0.tar.gz) = f281838db29265880fb543de7a23b0f81d3504675de82044307ea3c6c62f799d
+SIZE (huggingface_hub-1.5.0.tar.gz) = 695872


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a2b744.2659d.172ffa96>