summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-17 14:31:55 +0300
committerCaleb Maclennan2023-01-17 14:31:55 +0300
commit2a450d9098b6a0f1fe1b51ca89631a456db0f8e3 (patch)
treeaf26c1bd1e4940e22f9e7c261c3d346e925040d4
parent75f9e1d0f9a08320914c2011dc4efb0756ffbd79 (diff)
downloadaur-2a450d9098b6a0f1fe1b51ca89631a456db0f8e3.tar.gz
upgpkg: python-dvc-objects 0.17.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 1c408d9a4693..03222c3fed36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.16.0
+ pkgver = 0.17.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-0.16.0.tar.gz
- sha256sums = 20c8369aef2a22e5266cdee7ed10a3059704b5cd82c6be856afa283d06575685
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.17.0.tar.gz
+ sha256sums = f97f7c02d412f32fe340472270e4cdf9eef40b0f9aec7ede346aba44c0215979
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 81b7dfd95f90..b4917371c245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -34,7 +34,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=('20c8369aef2a22e5266cdee7ed10a3059704b5cd82c6be856afa283d06575685')
+sha256sums=('f97f7c02d412f32fe340472270e4cdf9eef40b0f9aec7ede346aba44c0215979')
build() {
cd "$_archive"