summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-28 16:43:46 +0300
committerCaleb Maclennan2024-02-28 16:43:46 +0300
commit6bf13069dd1460210008a808131b25334486fa20 (patch)
treee0d4f87d385beca92b777b9b5d52858c97644d33
parenta78b3bab0049f9851ce536e4cdc1ce749ff2fda8 (diff)
downloadaur-6bf13069dd1460210008a808131b25334486fa20.tar.gz
upgpkg: python-dvc-objects 5.1.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f2740730674..9743888c599f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 5.0.0
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/iterative/dvc-objects
arch = any
@@ -31,7 +31,7 @@ pkgbase = python-dvc-objects
optdepends = python-bcrypt: ssh support
optdepends = python-sshfs: ssh support
optdepends = python-webdav4: webdav support
- source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-5.0.0.tar.gz
- sha256sums = 2b008d972acbac797e6290c529627e74d257935d7870da20f7da091c74027014
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-5.1.0.tar.gz
+ sha256sums = 22e919620f9ecf428a0d295efca8073d1c0e87206dd8e1f52b1d9520fa25b814
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 454eb1ab0fe4..1bcd747b68da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -35,7 +35,7 @@ optdepends=('python-adlfs: azure support'
'python-webdav4: webdav support')
_archive=("$_pkgname-$pkgver")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('2b008d972acbac797e6290c529627e74d257935d7870da20f7da091c74027014')
+sha256sums=('22e919620f9ecf428a0d295efca8073d1c0e87206dd8e1f52b1d9520fa25b814')
build() {
cd "$_archive"