summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-21 14:12:53 +0300
committerCaleb Maclennan2023-07-21 14:12:53 +0300
commit85434de4f9a1936c1d380688a9bc233e3f319e6c (patch)
tree5041f00a157a0bb4fc6fc53ab8dce5fb3c8c7a96
parentbea141458ac79feb855236f44a869bf203aa423e (diff)
downloadaur-85434de4f9a1936c1d380688a9bc233e3f319e6c.tar.gz
upgpkg: python-dvc-objects 0.23.1-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 1554b25eaaee..eaeab05834a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.23.0
+ pkgver = 0.23.1
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.23.0.tar.gz
- sha256sums = 9e6a470eb910f3e2bd3156961e4d8617c51be9a464ffce5d8938cb2bc5bfddb3
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.23.1.tar.gz
+ sha256sums = 159ec9bede7443fbcbc64d33e53071ae51bea86fc82a764ab652655c35b58776
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 624b9718cba0..ea93001a7a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.23.0
+pkgver=0.23.1
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=('9e6a470eb910f3e2bd3156961e4d8617c51be9a464ffce5d8938cb2bc5bfddb3')
+sha256sums=('159ec9bede7443fbcbc64d33e53071ae51bea86fc82a764ab652655c35b58776')
build() {
cd "$_archive"