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: 326b7522aa80efe4f4627cfa4f840fdebf0050d3

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b5c5262..9b0d85d 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.19.1
+	pkgver = 0.19.2
 	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.19.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.19.1.tar.gz
-	sha512sums = 698337395e7548444f7bb8537139b3c9316c3a06a3bbe334074920c8220c0f448704e31e281912e420003e30e9b19ccb695b0d1aa913a21b53ccbc2be70a9faf
+	source = huggingface_hub-0.19.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.19.2.tar.gz
+	sha512sums = 9f4da51ed7767e40111c7303088217686525e130cd455d0c63d65dfa556f88ee92eac86d33bb77ae0aab0e78ab252d356737ffc2a1fe3f645879d7b842c6108e
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 14d3e50..41038cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.19.1
+pkgver=0.19.2
 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=('698337395e7548444f7bb8537139b3c9316c3a06a3bbe334074920c8220c0f448704e31e281912e420003e30e9b19ccb695b0d1aa913a21b53ccbc2be70a9faf')
+sha512sums=('9f4da51ed7767e40111c7303088217686525e130cd455d0c63d65dfa556f88ee92eac86d33bb77ae0aab0e78ab252d356737ffc2a1fe3f645879d7b842c6108e')
 
 build() {
   cd "${_pkgname}-${pkgver}"