makedeb
All the open source things related to the Hugging Face Hub
Click here to go back to the commit logs for python3-huggingface-hub.
Hash: 6682ea65ad2863d04dce051abc63901c11b2c5ba
Message: [lilac] updated to 1:0.11.0-1
diff --git a/.SRCINFO b/.SRCINFO
index f98a03e..3965911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
@@ -13,7 +13,7 @@ pkgbase = python-huggingface-hub
depends = python-yaml
depends = python-typing_extensions
depends = python-packaging
- source = huggingface_hub-0.10.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.10.1.tar.gz
- sha512sums = ee2ffa3c0bf5252f82be2467e6bcd3578bc9c76baa2d064b5f622e6e42e315669bc5136a33ecd80ce646fc34d627d4c33496b8f33621d58758c1f5eb06312481
+ source = huggingface_hub-0.11.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.11.0.tar.gz
+ sha512sums = 30d16bfbc5140eed6d8ed834137b7fb45ca6d0f5c39cee9beb66ade8d4aa2c0b2076173556fb94d4c9376fe0b0a73d6f795e12f89973e044e16aebe3e5f175e0
pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index a0787ed..92236ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -22,7 +22,7 @@ makedepends=(
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('ee2ffa3c0bf5252f82be2467e6bcd3578bc9c76baa2d064b5f622e6e42e315669bc5136a33ecd80ce646fc34d627d4c33496b8f33621d58758c1f5eb06312481')
+sha512sums=('30d16bfbc5140eed6d8ed834137b7fb45ca6d0f5c39cee9beb66ade8d4aa2c0b2076173556fb94d4c9376fe0b0a73d6f795e12f89973e044e16aebe3e5f175e0')
build() {
cd "${_pkgname}-${pkgver}"