makedeb
All the open source things related to the Hugging Face Hub
Click here to go back to the commit logs for python3-huggingface-hub.
Hash: 8a83405dac5075b26fc3b79a4b66fb0dc6ba06d6
Message: 0.24.1
diff --git a/.SRCINFO b/.SRCINFO
index 6b9597c..b4838ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = python3-huggingface-hub
pkgbase = python3-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
pkgrel = 0
-pkgver = 0.23.5
+pkgver = 0.24.1
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -19,8 +19,8 @@ makedepends = python3-wheel
makedepends = python3-setuptools
optdepends = python3-pytorch
optdepends = python3-tensorflow
-source = huggingface_hub-0.23.5.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.5.tar.gz
-b2sums = ef05e9fbe221bd4a882fe8cd446081ad901472c0017862efe4031d3adbb8a66a1c1b800e0f0381d87aacaee48c784f2f721ed88f4e7c967e63353f015bd2f81f
+source = huggingface_hub-0.24.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.1.tar.gz
+b2sums = 6470f47ca0a1aecb0cfd93ad70563b42498c9d7fdc4c23750e8cea0ab237c9ea0f70697fd0aac885ed195bbcec04326192b110d9a4bffcf13ca9f30a97e7e07a
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 69883f3..9b6e095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu (AUR) <hot123tea123@gmail.com>
_pkgname=huggingface_hub
pkgname=python3-huggingface-hub
-pkgver=0.23.5
+pkgver=0.24.1
pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
@@ -21,7 +21,7 @@ makedepends=('python3-build'
'python3-wheel'
'python3-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('ef05e9fbe221bd4a882fe8cd446081ad901472c0017862efe4031d3adbb8a66a1c1b800e0f0381d87aacaee48c784f2f721ed88f4e7c967e63353f015bd2f81f')
+b2sums=('6470f47ca0a1aecb0cfd93ad70563b42498c9d7fdc4c23750e8cea0ab237c9ea0f70697fd0aac885ed195bbcec04326192b110d9a4bffcf13ca9f30a97e7e07a')
build() {
cd "${_pkgname}-${pkgver}"