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

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3496792..ae2e785 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.12.0
+	pkgver = 0.12.1
 	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.12.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.12.0.tar.gz
-	sha512sums = 0a71598484a02567b31702a85017ca71d068ac67ed31938e489a3ee79a1eb9e1d8ae4e31400a104f88d718fe7684f4e3c37a27625551e4e31dc78b0809ded3fe
+	source = huggingface_hub-0.12.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.12.1.tar.gz
+	sha512sums = 6772603771a5842c0e81276f8e7a43af4495cdda8eab352ca500e87cb3f8edd3d5cd3deeb8be64f5c5be2169b0335d55ed97ccfdf844af12837360530380f50e
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 657107d..4ffb5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.12.0
+pkgver=0.12.1
 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=('0a71598484a02567b31702a85017ca71d068ac67ed31938e489a3ee79a1eb9e1d8ae4e31400a104f88d718fe7684f4e3c37a27625551e4e31dc78b0809ded3fe')
+sha512sums=('6772603771a5842c0e81276f8e7a43af4495cdda8eab352ca500e87cb3f8edd3d5cd3deeb8be64f5c5be2169b0335d55ed97ccfdf844af12837360530380f50e')
 
 build() {
   cd "${_pkgname}-${pkgver}"