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: 76d5727f13fd3ccf1db07ec2e18e24ca483b81e7

Message: 0.24.6

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 70b12a4..d24beb0 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.5
+pkgver = 0.24.6
 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.5.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.5.tar.gz
-b2sums = eb151b278ac7d4046979e5212090deaf2589884ad40d2c8a73e6ca754e702660ae1f89b72cce412e6ca3605288b77b70cc026c644cd888e5ce3b25a34e09ffd9
+source = huggingface_hub-0.24.6.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.24.6.tar.gz
+b2sums = ce36d75bf8c828e2f7c4670a0654b8164eba87f9226780a5c4a949455a1eb2ec379bbae54328625b3b77f54efa2b4df4f76f6f84abb479937b543d58c91700d7
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 83a3e26..3a0e9a2 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.5
+pkgver=0.24.6
 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=('eb151b278ac7d4046979e5212090deaf2589884ad40d2c8a73e6ca754e702660ae1f89b72cce412e6ca3605288b77b70cc026c644cd888e5ce3b25a34e09ffd9')
+b2sums=('ce36d75bf8c828e2f7c4670a0654b8164eba87f9226780a5c4a949455a1eb2ec379bbae54328625b3b77f54efa2b4df4f76f6f84abb479937b543d58c91700d7')
 
 build() {
   cd "${_pkgname}-${pkgver}"