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: e4d85e3c169a1843ea51a341c4682ef7d0124dab

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8d11ca7..f98a03e 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.10.0
+	pkgver = 0.10.1
 	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.10.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.10.0.tar.gz
-	sha512sums = 3731c3816aabd9632ca3e42d38851e3ac2a0154fb10acf447e01d3858a8ec1c2e68e47d991dff84c19cf0d96877c7d57e5281f3af77141f9044ffdda192f0ac8
+	source = huggingface_hub-0.10.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.10.1.tar.gz
+	sha512sums = ee2ffa3c0bf5252f82be2467e6bcd3578bc9c76baa2d064b5f622e6e42e315669bc5136a33ecd80ce646fc34d627d4c33496b8f33621d58758c1f5eb06312481
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 4ce045c..a0787ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.10.0
+pkgver=0.10.1
 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=('3731c3816aabd9632ca3e42d38851e3ac2a0154fb10acf447e01d3858a8ec1c2e68e47d991dff84c19cf0d96877c7d57e5281f3af77141f9044ffdda192f0ac8')
+sha512sums=('ee2ffa3c0bf5252f82be2467e6bcd3578bc9c76baa2d064b5f622e6e42e315669bc5136a33ecd80ce646fc34d627d4c33496b8f33621d58758c1f5eb06312481')
 
 build() {
   cd "${_pkgname}-${pkgver}"