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: 887725c555b4dc0f7572d6580bba9acdd3578101
Message: [lilac] updated to 1:0.13.0-1
diff --git a/.SRCINFO b/.SRCINFO
index ae2e785..0079479 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.12.1
+ pkgver = 0.13.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.12.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.12.1.tar.gz
- sha512sums = 6772603771a5842c0e81276f8e7a43af4495cdda8eab352ca500e87cb3f8edd3d5cd3deeb8be64f5c5be2169b0335d55ed97ccfdf844af12837360530380f50e
+ source = huggingface_hub-0.13.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.13.0.tar.gz
+ sha512sums = 5a6ae3547e2540dbbe1dcb2eb14f02598f26dc359ce8a59c283279c411c467fe5b3e421dc85ac217242221570006abdafef629bf63dd3bfcd9d0cf80b8b58c77
pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 4ffb5d7..014216c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.12.1
+pkgver=0.13.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=('6772603771a5842c0e81276f8e7a43af4495cdda8eab352ca500e87cb3f8edd3d5cd3deeb8be64f5c5be2169b0335d55ed97ccfdf844af12837360530380f50e')
+sha512sums=('5a6ae3547e2540dbbe1dcb2eb14f02598f26dc359ce8a59c283279c411c467fe5b3e421dc85ac217242221570006abdafef629bf63dd3bfcd9d0cf80b8b58c77')
build() {
cd "${_pkgname}-${pkgver}"