Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 09:11:57 GMT
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: eedc0ea24454 - main - misc/py-huggingface-hub: update to 0.22.1
Message-ID:  <202403270911.42R9BvNd080236@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie:

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

commit eedc0ea244543d31eb9281e9ca7d593fa8311b77
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-03-27 09:09:04 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-03-27 09:11:49 +0000

    misc/py-huggingface-hub: update to 0.22.1
    
    While here, sort RUN_DEPENDS based on upstream's setup.py.
    
    Changelog:
    - https://github.com/huggingface/huggingface_hub/releases/tag/v0.22.0
    - https://github.com/huggingface/huggingface_hub/releases/tag/v0.22.1
    
    Reported by:    portscout
---
 misc/py-huggingface-hub/Makefile | 8 ++++----
 misc/py-huggingface-hub/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile
index 9f0145118d7a..d4771740affe 100644
--- a/misc/py-huggingface-hub/Makefile
+++ b/misc/py-huggingface-hub/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	huggingface-hub
-DISTVERSION=	0.21.4
+DISTVERSION=	0.22.1
 CATEGORIES=	misc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,11 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fsspec>=2023.5.0:devel/py-fsspec@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.42.1:misc/py-tqdm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo
index bed0210d8b44..83dcd07bab98 100644
--- a/misc/py-huggingface-hub/distinfo
+++ b/misc/py-huggingface-hub/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710369070
-SHA256 (huggingface_hub-0.21.4.tar.gz) = e1f4968c93726565a80edf6dc309763c7b546d0cfe79aa221206034d50155531
-SIZE (huggingface_hub-0.21.4.tar.gz) = 298331
+TIMESTAMP = 1711529800
+SHA256 (huggingface_hub-0.22.1.tar.gz) = 5b8aaee5f3618cd432f49886da9935bbe8fab92d719011826430907b93171dd8
+SIZE (huggingface_hub-0.22.1.tar.gz) = 322283



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403270911.42R9BvNd080236>