summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-14 12:52:51 +0300
committerCaleb Maclennan2023-06-14 12:52:51 +0300
commitbea141458ac79feb855236f44a869bf203aa423e (patch)
tree84cad2fc32db45b053aee0765b89966f4f95890e
parentdb94cf4621d38c952ab75d1a81684dd6923ecb9d (diff)
downloadaur-bea141458ac79feb855236f44a869bf203aa423e.tar.gz
upgpkg: python-dvc-objects 0.23.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 9360c758a6b8..1554b25eaaee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.22.0
+ pkgver = 0.23.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.22.0.tar.gz
- sha256sums = 911a5fc0de89ea40118af3a2752a23f769ab5c865484637f47bd74f1e8577f83
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.23.0.tar.gz
+ sha256sums = 9e6a470eb910f3e2bd3156961e4d8617c51be9a464ffce5d8938cb2bc5bfddb3
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 1a5b3d8f815a..624b9718cba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.22.0
+pkgver=0.23.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=('911a5fc0de89ea40118af3a2752a23f769ab5c865484637f47bd74f1e8577f83')
+sha256sums=('9e6a470eb910f3e2bd3156961e4d8617c51be9a464ffce5d8938cb2bc5bfddb3')
build() {
cd "$_archive"