summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-08-01 00:26:20 +0300
committerCaleb Maclennan2023-08-01 00:26:20 +0300
commit1c7372f5263faeeb67a6a5ceeaa9bdb28ba1ee33 (patch)
tree60cf113a135e23b130cb32ff8e6a06545c049402
parent3f9b04d86932c739cb80b4f205a6676bdb972ef4 (diff)
downloadaur-1c7372f5263faeeb67a6a5ceeaa9bdb28ba1ee33.tar.gz
upgpkg: python-dvc-objects 0.24.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 09e3951eb625..30f914d89a2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.24.0
+ pkgver = 0.24.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.24.0.tar.gz
- sha256sums = 4c58153162b71d2290e13c47de4f4f009c6ed43f1b3e37cfe8a9a76065101e37
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.24.1.tar.gz
+ sha256sums = 174168b826ad2699e3de5e203d6b65c5893b5d1f668c2db20516631f65288d7f
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 58d8c4cf2730..fc81e260e4a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.24.0
+pkgver=0.24.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=('4c58153162b71d2290e13c47de4f4f009c6ed43f1b3e37cfe8a9a76065101e37')
+sha256sums=('174168b826ad2699e3de5e203d6b65c5893b5d1f668c2db20516631f65288d7f')
build() {
cd "$_archive"