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

Message: 0.23.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f5f15c4..9f473e0 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.0
+pkgver = 0.23.1
 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.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.0.tar.gz
-b2sums = 5ade6ba69ae3955198746091b347457577459d5e1df723fae514d5241ccbb321d038c5f3c61a96d9047a910f3b01b78bc3c6964ef1ee6d9c301f2ea1154a3837
+source = huggingface_hub-0.23.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.23.1.tar.gz
+b2sums = 41596fff0e559cbbc3735fa6a2f171a3808fa25d804851ebdaf8a7309f4bbb4381ec0e844e6a375bc89b091b29a540e1e730006d5e922011f90f7f2978665608
 makedepends = python3-build
 makedepends = python3-installer
 makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 1102415..6bd4315 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.0
+pkgver=0.23.1
 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=('5ade6ba69ae3955198746091b347457577459d5e1df723fae514d5241ccbb321d038c5f3c61a96d9047a910f3b01b78bc3c6964ef1ee6d9c301f2ea1154a3837')
+b2sums=('41596fff0e559cbbc3735fa6a2f171a3808fa25d804851ebdaf8a7309f4bbb4381ec0e844e6a375bc89b091b29a540e1e730006d5e922011f90f7f2978665608')
 
 build() {
   cd "${_pkgname}-${pkgver}"