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: 7c64bacfbfabe6ed976becb8072d95065214032e

Message: 0.22.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9540d24..53adb50 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.4
+pkgver = 0.22.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.21.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.4.tar.gz
-b2sums = 8aac3ca36369040fe8f7b628cc07a5d890b845d3bfec0dcf6cf7fc477c5c30d680c2dc0531d92c5e814d86f098fad87c80113f37719b41a1eac696f6abd82372
+source = huggingface_hub-0.22.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.0.tar.gz
+b2sums = f9ad1594fd412ed390b747f0fcb2eeb22b5fcfd488b9e976937b5ea54052004e947828c03bc886c2ef9000023b587ceace9d645b50422f15138f5c929095ab24
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 8fc1088..773133c 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.4
+pkgver=0.22.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=('8aac3ca36369040fe8f7b628cc07a5d890b845d3bfec0dcf6cf7fc477c5c30d680c2dc0531d92c5e814d86f098fad87c80113f37719b41a1eac696f6abd82372')
+b2sums=('f9ad1594fd412ed390b747f0fcb2eeb22b5fcfd488b9e976937b5ea54052004e947828c03bc886c2ef9000023b587ceace9d645b50422f15138f5c929095ab24')
 
 build() {
   cd "${_pkgname}-${pkgver}"