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

Message: [lilac] updated to 0.6.0.rc0-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index da71e99..52504b0 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.5.1
+	pkgver = 0.6.0.rc0
 	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.5.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.5.1.tar.gz
-	sha512sums = 7e1464f5e21d116fd9b534daed5c342e20896c16d8a2b92b8c3c085dd8d4da244e55619755bf920915d9c07bff276f533d295c93bb434e0359b1dab11fa96c1e
+	source = huggingface_hub-0.6.0.rc0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.6.0.rc0.tar.gz
+	sha512sums = c1fe6f920686b6e7b7e8f0d0ff16fe191834a06838032c398580f1f5a2a1d4f247d55d5879543d8a2997bf7a7dee69075d24dd7f2650c4941fa07ffa7c37be7b
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index acfffae..26304a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.5.1
+pkgver=0.6.0.rc0
 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=('7e1464f5e21d116fd9b534daed5c342e20896c16d8a2b92b8c3c085dd8d4da244e55619755bf920915d9c07bff276f533d295c93bb434e0359b1dab11fa96c1e')
+sha512sums=('c1fe6f920686b6e7b7e8f0d0ff16fe191834a06838032c398580f1f5a2a1d4f247d55d5879543d8a2997bf7a7dee69075d24dd7f2650c4941fa07ffa7c37be7b')
 
 build() {
   cd "${_pkgname}-${pkgver}"