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: aeed2f5951a80f18fbad9c74e1503d64d94ec093
Message: 0.21.3
diff --git a/.SRCINFO b/.SRCINFO
index f36e4ec..0f8b470 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.21.2
+pkgver = 0.21.3
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.21.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.2.tar.gz
-b2sums = 512204978fee27a7fde4672df4a97fa44340b1045fed37df23559e112d6cd05b4bf49409a6cd0ce19f15f59aa62b57aed228bd64ed737be9e8cf6731d4b13e55
+source = huggingface_hub-0.21.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.3.tar.gz
+b2sums = 86c27b154c86321ce5472e66bfad5bd609fa051d89dc48207423f31da79b7406260663f44482115462635df0910da61a76a891dd3f1a3859880e34faa131b61c
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index f152713..853ef44 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.21.2
+pkgver=0.21.3
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=('512204978fee27a7fde4672df4a97fa44340b1045fed37df23559e112d6cd05b4bf49409a6cd0ce19f15f59aa62b57aed228bd64ed737be9e8cf6731d4b13e55')
+b2sums=('86c27b154c86321ce5472e66bfad5bd609fa051d89dc48207423f31da79b7406260663f44482115462635df0910da61a76a891dd3f1a3859880e34faa131b61c')
build() {
cd "${_pkgname}-${pkgver}"