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: 589b54351760cbcfb9480e9b8fd8e47c48802fd7
Message: 0.21.0
diff --git a/.SRCINFO b/.SRCINFO
index b1e70bf..ba1d799 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.20.3
+pkgver = 0.21.0
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -16,12 +16,14 @@ license = Apache2
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
+makedepends = python3-setuptools
optdepends = python3-pytorch
optdepends = python3-tensorflow
-source = huggingface_hub-0.20.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.3.tar.gz
-b2sums = 2dd9fe557db4e88481bcc675dd1d6d35ec26244b723ea6bed01555e20fcba1dfa269ab3a1de9c8afa21d25b57550f822ca05bfd9d54db7e7b4740116c5ea3469
+source = huggingface_hub-0.21.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.0.tar.gz
+b2sums = e103975ef546e81431b6ba85ac24622c84381aa48d30aae9470a16352da8bffbf70268c77382f82c01bcfb0ea846f81a550abdab87e8819239a8acbb04d6c7fc
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
+makedepends = python3-setuptools
optdepends = python3-pytorch
optdepends = python3-tensorflow
diff --git a/PKGBUILD b/PKGBUILD
index 1ef3e68..ee2c9f9 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.20.3
+pkgver=0.21.0
pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
@@ -18,9 +18,10 @@ optdepends=('python3-pytorch'
'python3-tensorflow')
makedepends=('python3-build'
'python3-installer'
- 'python3-wheel')
+ 'python3-wheel'
+ 'python3-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('2dd9fe557db4e88481bcc675dd1d6d35ec26244b723ea6bed01555e20fcba1dfa269ab3a1de9c8afa21d25b57550f822ca05bfd9d54db7e7b4740116c5ea3469')
+b2sums=('e103975ef546e81431b6ba85ac24622c84381aa48d30aae9470a16352da8bffbf70268c77382f82c01bcfb0ea846f81a550abdab87e8819239a8acbb04d6c7fc')
build() {
cd "${_pkgname}-${pkgver}"