makedeb


python3-huggingface-hub 0.25.0-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: 390e5b8c4fc47e8312dd9d19256909ddf50ac8cb

Message: 0.25.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 15a1b01..b1a9ac7 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.24.7
+pkgver = 0.25.0
 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.24.7.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.7.tar.gz
-b2sums = e1a949dc204af152538bb95e226c3e1fa9faaf0b77a49c6a5adee9d751c0b1344c9c76670baf840fe7eb04e8a2dd8816fcac7e143e26c6fe589bb9e4325120f3
+source = huggingface_hub-0.25.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.25.0.tar.gz
+b2sums = b24c6507356287af55a752085a17029d34cbc9a10953e1e83be3ceb9c16ec28d0aa7a675284bac8825951d521c5a03feea77fcb0ea180e80cb525bd342cd1f7f
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index f274535..96cdac3 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.24.7
+pkgver=0.25.0
 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=('e1a949dc204af152538bb95e226c3e1fa9faaf0b77a49c6a5adee9d751c0b1344c9c76670baf840fe7eb04e8a2dd8816fcac7e143e26c6fe589bb9e4325120f3')
+b2sums=('b24c6507356287af55a752085a17029d34cbc9a10953e1e83be3ceb9c16ec28d0aa7a675284bac8825951d521c5a03feea77fcb0ea180e80cb525bd342cd1f7f')
 
 build() {
   cd "${_pkgname}-${pkgver}"