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: d1dd33a17e0e6fe925fe78e59fc82ec3e6bc20dd
Message: [lilac] updated to 1:0.12.0-1
diff --git a/.SRCINFO b/.SRCINFO
index 39305a1..3496792 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.11.1
+ pkgver = 0.12.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.11.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.11.1.tar.gz
- sha512sums = db06e8b770991dfd17c24215bb0e89bcc7235ed4b9274ffcc351fcba75341be70043eade7563cf0d53a5380b7d8ea19d56d0f8ce4ea4be8b116a94600954bfb2
+ source = huggingface_hub-0.12.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.12.0.tar.gz
+ sha512sums = 0a71598484a02567b31702a85017ca71d068ac67ed31938e489a3ee79a1eb9e1d8ae4e31400a104f88d718fe7684f4e3c37a27625551e4e31dc78b0809ded3fe
pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index f7fb3bc..657107d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.11.1
+pkgver=0.12.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=('db06e8b770991dfd17c24215bb0e89bcc7235ed4b9274ffcc351fcba75341be70043eade7563cf0d53a5380b7d8ea19d56d0f8ce4ea4be8b116a94600954bfb2')
+sha512sums=('0a71598484a02567b31702a85017ca71d068ac67ed31938e489a3ee79a1eb9e1d8ae4e31400a104f88d718fe7684f4e3c37a27625551e4e31dc78b0809ded3fe')
build() {
cd "${_pkgname}-${pkgver}"