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

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

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5d96fb9..d7952b8 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.13.1
+	pkgver = 0.13.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.13.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.13.1.tar.gz
-	sha512sums = 26f7bbc484310c98a894bebb81eced2dfdb3e31608ff988ebe1bcf5882465ef5474508cea86f024f10626c196da9fe6407d6ea6fd358a93e559a82de8eaff3ac
+	source = huggingface_hub-0.13.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.13.2.tar.gz
+	sha512sums = f34361483bfe192b53a68ce38c4551431530f060bc4341f3456f629c0bc8183d0a3588476938511a5b31245b052f5119620d42cbcd36f7c6125843a22b451c41
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 4bc8e00..7d52b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.13.1
+pkgver=0.13.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=('26f7bbc484310c98a894bebb81eced2dfdb3e31608ff988ebe1bcf5882465ef5474508cea86f024f10626c196da9fe6407d6ea6fd358a93e559a82de8eaff3ac')
+sha512sums=('f34361483bfe192b53a68ce38c4551431530f060bc4341f3456f629c0bc8183d0a3588476938511a5b31245b052f5119620d42cbcd36f7c6125843a22b451c41')
 
 build() {
   cd "${_pkgname}-${pkgver}"