makedeb


python3-huggingface-hub 0.24.2-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: 7a86834aac758f7521e2bda15dec13014e9310dd

Message: [lilac] updated to 0.2.1-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dc16c41..a55f53c 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.1.2
+	pkgver = 0.2.1
 	pkgrel = 1
 	url = https://github.com/huggingface/huggingface_hub
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = python-huggingface-hub
 	depends = python-yaml
 	depends = python-typing_extensions
 	depends = python-packaging
-	source = huggingface_hub-0.1.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.1.2.tar.gz
-	sha512sums = f227623ddf94889f58d3abbe5112d7cf99788f3ec1aa2ac6a871e5b63c1d7e7809174e713029b99ccfe797bfc2b353bf42a4060f3a3a45256966c9023473f736
+	source = huggingface_hub-0.2.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.2.1.tar.gz
+	sha512sums = 3d93a6a787a376a067fae64f244d6a13544de7f9c570e91ec6ba55302ebf6c5172f4228e03ec554647043dfef281f88cf0584d91937b9fc91f70c6d4f63da952
 
 pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 3f12096..e751c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=huggingface_hub
 pkgname=python-huggingface-hub
-pkgver=0.1.2
+pkgver=0.2.1
 pkgrel=1
 pkgdesc='All the open source things related to the Hugging Face Hub'
 arch=('any')
@@ -21,7 +21,7 @@ makedepends=(
 )
 
 source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('f227623ddf94889f58d3abbe5112d7cf99788f3ec1aa2ac6a871e5b63c1d7e7809174e713029b99ccfe797bfc2b353bf42a4060f3a3a45256966c9023473f736')
+sha512sums=('3d93a6a787a376a067fae64f244d6a13544de7f9c570e91ec6ba55302ebf6c5172f4228e03ec554647043dfef281f88cf0584d91937b9fc91f70c6d4f63da952')
 
 build() {
   cd "${_pkgname}-${pkgver}"
@@ -31,6 +31,5 @@ build() {
 package() {
   cd "${_pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 # vim:set ts=2 sw=2 et: