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: 3e38914f107f6b815b07f75e5a829b4027500013

Message: 0.20.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d4fe060..f8c117c 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.19.4
+pkgver = 0.20.1
 url = https://github.com/huggingface/huggingface_hub
 arch = all
 depends = python3-filelock
@@ -14,6 +14,6 @@ depends = python3-typing-extensions
 depends = python3-packaging
 license = Apache2
 makedepends = python3-setuptools
-source = huggingface_hub-0.19.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.19.4.tar.gz
-b2sums = a43c8542c4a55709c9fb6d69eff20870dc33a7210004f3efcc72e72f97346ca0bf7a9e2cb42cd8cb7dd5e4a819de22a79f0de42a6e553ea8b523d5caeec2ee74
+source = huggingface_hub-0.20.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.1.tar.gz
+b2sums = 175cae57c4d95de64b58ad1b2ee7aead22a952d954bfd3c73cfdf20a87f3bcfad76a753be9afbc518dd0ca3c8e1a9ed0c4145312248e18cc2688e54d7f92a85e
 makedepends = python3-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index a3d411e..0dee0ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,21 @@
 # Contributor: Butui Hu (AUR) <hot123tea123@gmail.com>
 _pkgname=huggingface_hub
 pkgname=python3-huggingface-hub
-pkgver=0.19.4
+pkgver=0.20.1
 pkgrel=0
 pkgdesc='All the open source things related to the Hugging Face Hub'
 arch=('all')
 url='https://github.com/huggingface/huggingface_hub'
 license=('Apache2')
-depends=(
-  python3-filelock
-  python3-requests
-  python3-tqdm
-  python3-yaml
-  python3-typing-extensions
-  python3-packaging
-)
-makedepends=(
-  python3-setuptools
-)
-
+depends=(python3-filelock
+         python3-requests
+         python3-tqdm
+         python3-yaml
+         python3-typing-extensions
+         python3-packaging)
+makedepends=(python3-setuptools)
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('a43c8542c4a55709c9fb6d69eff20870dc33a7210004f3efcc72e72f97346ca0bf7a9e2cb42cd8cb7dd5e4a819de22a79f0de42a6e553ea8b523d5caeec2ee74')
+b2sums=('175cae57c4d95de64b58ad1b2ee7aead22a952d954bfd3c73cfdf20a87f3bcfad76a753be9afbc518dd0ca3c8e1a9ed0c4145312248e18cc2688e54d7f92a85e')
 
 build() {
   cd "${_pkgname}-${pkgver}"