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: 1a6153b606ca01751d41cf43edb955e48b403531

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 097ccc6..43ef0aa 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.13.4
+	pkgver = 0.14.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.13.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.13.4.tar.gz
-	sha512sums = 6c07c1dc1a0c327ca463b7f366c265dfc7e55ed69592df5ad10f6d77956ac1dfe3e1f827a2df200f943da2f34a96ba4de1c395944b542e3d7142d925f60ad274
+	source = huggingface_hub-0.14.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.14.0.tar.gz
+	sha512sums = 6fdfbf5971a4b3dacb7f5667f6b50a57789ab14fe9bda84dcac7ac88d37e448814a1b96f2206baadccd4c8b5df702e49a8a60fbfe2ad6a4e97ea93e2e41c6f15
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index c1b5f47..7c4856a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.13.4
+pkgver=0.14.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=('6c07c1dc1a0c327ca463b7f366c265dfc7e55ed69592df5ad10f6d77956ac1dfe3e1f827a2df200f943da2f34a96ba4de1c395944b542e3d7142d925f60ad274')
+sha512sums=('6fdfbf5971a4b3dacb7f5667f6b50a57789ab14fe9bda84dcac7ac88d37e448814a1b96f2206baadccd4c8b5df702e49a8a60fbfe2ad6a4e97ea93e2e41c6f15')
 
 build() {
   cd "${_pkgname}-${pkgver}"