summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-01-16 16:33:39 +0300
committerCaleb Maclennan2023-01-16 16:33:39 +0300
commit75f9e1d0f9a08320914c2011dc4efb0756ffbd79 (patch)
tree16a23b2c020c1097af7ca4bfa634752f5c411dac
parentc7a5a45264183bf0721586a163d2c159ca241b14 (diff)
downloadaur-75f9e1d0f9a08320914c2011dc4efb0756ffbd79.tar.gz
upgpkg: python-dvc-objects 0.16.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 ed87c4426065..1c408d9a4693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.14.1
+ pkgver = 0.16.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.14.1.tar.gz
- sha256sums = 181ad4eadaee592cd37a5027b2c8b4727ca00aba7ae60e8417075dd4e5ef0d42
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.16.0.tar.gz
+ sha256sums = 20c8369aef2a22e5266cdee7ed10a3059704b5cd82c6be856afa283d06575685
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index fe3090baf079..81b7dfd95f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.14.1
+pkgver=0.16.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=('181ad4eadaee592cd37a5027b2c8b4727ca00aba7ae60e8417075dd4e5ef0d42')
+sha256sums=('20c8369aef2a22e5266cdee7ed10a3059704b5cd82c6be856afa283d06575685')
build() {
cd "$_archive"