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: 2054195ca89aa0aaec6efd7ab323d1dbb336b40a
Message: [lilac] updated to 1:0.16.2-1
diff --git a/.SRCINFO b/.SRCINFO
index 95b5888..dc7eadb 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.15.1
+ pkgver = 0.16.2
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.15.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.15.1.tar.gz
- sha512sums = 70d3a47383aa6a0c3cc1b13f1bf3e69326c3432eca8e68ea08f991aa2c5a212f1e4fe262840129bb64dc9ccb3f958371ea7a38ff5246f14585783bafa3d81585
+ source = huggingface_hub-0.16.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.16.2.tar.gz
+ sha512sums = 1dba46e612f2ea5619a5611f052b64a8d16b60c6a2457ec9d57d2feb5aab677740c9d788910afd04e360f13fd1ffb916aea9ae096f11bc775965f94dbf60a085
pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index ffaa8da..1174fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.15.1
+pkgver=0.16.2
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=('70d3a47383aa6a0c3cc1b13f1bf3e69326c3432eca8e68ea08f991aa2c5a212f1e4fe262840129bb64dc9ccb3f958371ea7a38ff5246f14585783bafa3d81585')
+sha512sums=('1dba46e612f2ea5619a5611f052b64a8d16b60c6a2457ec9d57d2feb5aab677740c9d788910afd04e360f13fd1ffb916aea9ae096f11bc775965f94dbf60a085')
build() {
cd "${_pkgname}-${pkgver}"