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: 0974b46cae2bb075d9302ba3556ed5cfce9bd294

Message: [lilac] updated to 0.4.0-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a55f53c..3234ac4 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.2.1
+	pkgver = 0.4.0
 	pkgrel = 1
 	url = https://github.com/huggingface/huggingface_hub
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = python-huggingface-hub
 	depends = python-yaml
 	depends = python-typing_extensions
 	depends = python-packaging
-	source = huggingface_hub-0.2.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.2.1.tar.gz
-	sha512sums = 3d93a6a787a376a067fae64f244d6a13544de7f9c570e91ec6ba55302ebf6c5172f4228e03ec554647043dfef281f88cf0584d91937b9fc91f70c6d4f63da952
+	source = huggingface_hub-0.4.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.4.0.tar.gz
+	sha512sums = f937c013f3fe84b1ff456b495edd93ba557b242cc8ff10005b1b52648508b162a07f5a4bc628b88a206fa605c6d56481dd98d3650c42d727daff96fc3c9c4d07
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index e751c5e..92207b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.2.1
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='All the open source things related to the Hugging Face Hub'
 arch=('any')
@@ -21,7 +21,7 @@ makedepends=(
 )
 
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('3d93a6a787a376a067fae64f244d6a13544de7f9c570e91ec6ba55302ebf6c5172f4228e03ec554647043dfef281f88cf0584d91937b9fc91f70c6d4f63da952')
+sha512sums=('f937c013f3fe84b1ff456b495edd93ba557b242cc8ff10005b1b52648508b162a07f5a4bc628b88a206fa605c6d56481dd98d3650c42d727daff96fc3c9c4d07')
 
 build() {
   cd "${_pkgname}-${pkgver}"