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: 9bd58c40bf6d9e84e9243117c96c309496f085d1

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 52504b0..49a370c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
 pkgbase = python-huggingface-hub
 	pkgdesc = All the open source things related to the Hugging Face Hub
-	pkgver = 0.6.0.rc0
+	pkgver = 0.6.0
 	pkgrel = 1
+	epoch = 1
 	url = https://github.com/huggingface/huggingface_hub
 	arch = any
 	license = Apache
@@ -12,7 +13,7 @@ pkgbase = python-huggingface-hub
 	depends = python-yaml
 	depends = python-typing_extensions
 	depends = python-packaging
-	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
+	source = huggingface_hub-0.6.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.6.0.tar.gz
+	sha512sums = f265174e56ff9953dd51c1482493f4257140589f7f036a1dd92d73142515feb2820db862a6875edf87927b65fc593549f9868dffc59a97dceab099c07fe66e38
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 26304a2..37274ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.6.0.rc0
+pkgver=0.6.0
 pkgrel=1
+epoch=1
 pkgdesc='All the open source things related to the Hugging Face Hub'
 arch=('any')
 url='https://github.com/huggingface/huggingface_hub'
@@ -21,7 +22,7 @@ makedepends=(
 )
 
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('c1fe6f920686b6e7b7e8f0d0ff16fe191834a06838032c398580f1f5a2a1d4f247d55d5879543d8a2997bf7a7dee69075d24dd7f2650c4941fa07ffa7c37be7b')
+sha512sums=('f265174e56ff9953dd51c1482493f4257140589f7f036a1dd92d73142515feb2820db862a6875edf87927b65fc593549f9868dffc59a97dceab099c07fe66e38')
 
 build() {
   cd "${_pkgname}-${pkgver}"