makedeb


python3-huggingface-hub 0.23.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: 98c17e3e5534e48d2a8da56e593af096db0a3b91

Message: 0.23.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1f6e250..f5f15c4 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.22.2
+pkgver = 0.23.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.22.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.2.tar.gz
-b2sums = a3eef9c6a3f05a72eb19354a9dc881fcf4adda2ee24adb2cf132da7126cd54c9dbdb554e84f22e40e37ecd7bbe5c24f9d63e9df929f97cd4310b5e8338ecd748
+source = huggingface_hub-0.23.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.0.tar.gz
+b2sums = 5ade6ba69ae3955198746091b347457577459d5e1df723fae514d5241ccbb321d038c5f3c61a96d9047a910f3b01b78bc3c6964ef1ee6d9c301f2ea1154a3837
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index b0e6e6d..1102415 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.22.2
+pkgver=0.23.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=('a3eef9c6a3f05a72eb19354a9dc881fcf4adda2ee24adb2cf132da7126cd54c9dbdb554e84f22e40e37ecd7bbe5c24f9d63e9df929f97cd4310b5e8338ecd748')
+b2sums=('5ade6ba69ae3955198746091b347457577459d5e1df723fae514d5241ccbb321d038c5f3c61a96d9047a910f3b01b78bc3c6964ef1ee6d9c301f2ea1154a3837')
 
 build() {
   cd "${_pkgname}-${pkgver}"