makedeb


python3-huggingface-hub 0.24.6-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: f37c48be163ec859f8f3475d56d3e4621ee2b60e

Message: 0.23.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index cf3775a..b2809f7 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.23.2
+pkgver = 0.23.3
 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.23.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.2.tar.gz
-b2sums = f31bbd144c11eda41c1ddb065346d2d1bee2b15a95cda1ffe2153d0d9b869e3dfdaae36df1203f38efb477bd2c557525295d984af4794d0a7c25b2d65692ceff
+source = huggingface_hub-0.23.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.3.tar.gz
+b2sums = a25b91c827f9e1ddbe9544cb0df2b6ad35f8be522bb1948dcc77b6f0015684136635894ac4466f9dfa80d0831b6614cbbeaad47ad6f80d642289d4e888cfae63
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 8721305..ea54749 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.23.2
+pkgver=0.23.3
 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=('f31bbd144c11eda41c1ddb065346d2d1bee2b15a95cda1ffe2153d0d9b869e3dfdaae36df1203f38efb477bd2c557525295d984af4794d0a7c25b2d65692ceff')
+b2sums=('a25b91c827f9e1ddbe9544cb0df2b6ad35f8be522bb1948dcc77b6f0015684136635894ac4466f9dfa80d0831b6614cbbeaad47ad6f80d642289d4e888cfae63')
 
 build() {
   cd "${_pkgname}-${pkgver}"