makedeb


python3-huggingface-hub 0.24.2-0


All the open source things related to the Hugging Face Hub

Click here to go back to the commit logs for python3-huggingface-hub.

Commit:


Hash: 6ec8b09c241963ca5f3a529bc2b5c953036b5cd9

Message: [lilac] updated to 1:0.17.0-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 90899f7..700182c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-huggingface-hub
 	pkgdesc = All the open source things related to the Hugging Face Hub
-	pkgver = 0.16.4
+	pkgver = 0.17.0
 	pkgrel = 1
 	epoch = 1
 	url = https://github.com/huggingface/huggingface_hub
@@ -13,7 +13,7 @@ pkgbase = python-huggingface-hub
 	depends = python-yaml
 	depends = python-typing_extensions
 	depends = python-packaging
-	source = huggingface_hub-0.16.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.16.4.tar.gz
-	sha512sums = 1412b5210b0b88c2ccac35ddd1ac970abfdd5449600163968a54a7b2f5575ecd1e357d1a98d961387a8edff38a205c9f38e9dca7c23a24e36b0fe47d1a9daa1c
+	source = huggingface_hub-0.17.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.17.0.tar.gz
+	sha512sums = 75e5ede53aac5b5f0af0ece6c3d472aca830a4c6f7131c14b6ba0d35229e692eeb48fdc8b0ac6cd8995b9f4098f1c8dc6668beffd1e172256fd90c917c1eb70a
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 7fe9c1c..d039489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.16.4
+pkgver=0.17.0
 pkgrel=1
 epoch=1
 pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -22,7 +22,7 @@ makedepends=(
 )
 
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('1412b5210b0b88c2ccac35ddd1ac970abfdd5449600163968a54a7b2f5575ecd1e357d1a98d961387a8edff38a205c9f38e9dca7c23a24e36b0fe47d1a9daa1c')
+sha512sums=('75e5ede53aac5b5f0af0ece6c3d472aca830a4c6f7131c14b6ba0d35229e692eeb48fdc8b0ac6cd8995b9f4098f1c8dc6668beffd1e172256fd90c917c1eb70a')
 
 build() {
   cd "${_pkgname}-${pkgver}"