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

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 49a370c..c10b2da 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.6.0
+	pkgver = 0.7.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.6.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.6.0.tar.gz
-	sha512sums = f265174e56ff9953dd51c1482493f4257140589f7f036a1dd92d73142515feb2820db862a6875edf87927b65fc593549f9868dffc59a97dceab099c07fe66e38
+	source = huggingface_hub-0.7.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.7.0.tar.gz
+	sha512sums = 628e1cd32a67a59200962f79425d8f6e5409bf057cb382abb982ffe7dade0c92061e070764cccc0f4b2bb9287c1d99fb8640ada0684766802a6b0f2dc086a46a
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 37274ed..57ed558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.6.0
+pkgver=0.7.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=('f265174e56ff9953dd51c1482493f4257140589f7f036a1dd92d73142515feb2820db862a6875edf87927b65fc593549f9868dffc59a97dceab099c07fe66e38')
+sha512sums=('628e1cd32a67a59200962f79425d8f6e5409bf057cb382abb982ffe7dade0c92061e070764cccc0f4b2bb9287c1d99fb8640ada0684766802a6b0f2dc086a46a')
 
 build() {
   cd "${_pkgname}-${pkgver}"