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: 57144e73cbcb1cc3bcdfc1ccaa7e54cf8c783400

Message: 0.21.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ba1d799..f36e4ec 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.0
+pkgver = 0.21.2
 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.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.0.tar.gz
-b2sums = e103975ef546e81431b6ba85ac24622c84381aa48d30aae9470a16352da8bffbf70268c77382f82c01bcfb0ea846f81a550abdab87e8819239a8acbb04d6c7fc
+source = huggingface_hub-0.21.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.2.tar.gz
+b2sums = 512204978fee27a7fde4672df4a97fa44340b1045fed37df23559e112d6cd05b4bf49409a6cd0ce19f15f59aa62b57aed228bd64ed737be9e8cf6731d4b13e55
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index ee2c9f9..f152713 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.0
+pkgver=0.21.2
 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=('e103975ef546e81431b6ba85ac24622c84381aa48d30aae9470a16352da8bffbf70268c77382f82c01bcfb0ea846f81a550abdab87e8819239a8acbb04d6c7fc')
+b2sums=('512204978fee27a7fde4672df4a97fa44340b1045fed37df23559e112d6cd05b4bf49409a6cd0ce19f15f59aa62b57aed228bd64ed737be9e8cf6731d4b13e55')
 
 build() {
   cd "${_pkgname}-${pkgver}"