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: 6edb282f1d1cc44ba208f2fe346fdb343a01b934

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 219860c..5b93923 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.8.1
+	pkgver = 0.9.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.8.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.8.1.tar.gz
-	sha512sums = 14cb7a2c79c44014a7b43e238b90c195737e7a4048d3aa3147723e9c756f76b0e1189d9f411a0fcf3f28172e3a919d9acbad1660c497dedb7d0675937e575741
+	source = huggingface_hub-0.9.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.9.0.tar.gz
+	sha512sums = 5c11e660c16bbc63d97495231c87c6aad27cfad6e1a2a055516815b00c03ec475c402deac9e94efb615b2b255573040a8ad56935bb9f7f16529c9bdd4c7712a9
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 07371ff..589afee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.8.1
+pkgver=0.9.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=('14cb7a2c79c44014a7b43e238b90c195737e7a4048d3aa3147723e9c756f76b0e1189d9f411a0fcf3f28172e3a919d9acbad1660c497dedb7d0675937e575741')
+sha512sums=('5c11e660c16bbc63d97495231c87c6aad27cfad6e1a2a055516815b00c03ec475c402deac9e94efb615b2b255573040a8ad56935bb9f7f16529c9bdd4c7712a9')
 
 build() {
   cd "${_pkgname}-${pkgver}"