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: 6d63e9a2c2b263512f03208fc196fab630574d78

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 700182c..04df20a 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.17.0
+	pkgver = 0.17.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.17.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.17.0.tar.gz
-	sha512sums = 75e5ede53aac5b5f0af0ece6c3d472aca830a4c6f7131c14b6ba0d35229e692eeb48fdc8b0ac6cd8995b9f4098f1c8dc6668beffd1e172256fd90c917c1eb70a
+	source = huggingface_hub-0.17.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.17.2.tar.gz
+	sha512sums = a2aa5ab5de4798af72087d46a5acc5cecf9abdf1cd68f3d591fbdbd4111f9caae1a9c6d7841ffb1709a4f162965b1493afe3163938a0710b112e05e708273262
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index d039489..903f0a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.17.0
+pkgver=0.17.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=('75e5ede53aac5b5f0af0ece6c3d472aca830a4c6f7131c14b6ba0d35229e692eeb48fdc8b0ac6cd8995b9f4098f1c8dc6668beffd1e172256fd90c917c1eb70a')
+sha512sums=('a2aa5ab5de4798af72087d46a5acc5cecf9abdf1cd68f3d591fbdbd4111f9caae1a9c6d7841ffb1709a4f162965b1493afe3163938a0710b112e05e708273262')
 
 build() {
   cd "${_pkgname}-${pkgver}"