summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-08-13 02:07:13 +0300
committerCaleb Maclennan2023-08-13 02:07:13 +0300
commit2251849a92053e2c1cec9ddb3acead10069f5e3c (patch)
treeba3a7ac93bdbc48a63a7c44b12514559c2b584ee
parent1c7372f5263faeeb67a6a5ceeaa9bdb28ba1ee33 (diff)
downloadaur-2251849a92053e2c1cec9ddb3acead10069f5e3c.tar.gz
upgpkg: python-dvc-objects 0.25.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 30f914d89a2e..0f06d6b79f52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.24.1
+ pkgver = 0.25.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.24.1.tar.gz
- sha256sums = 174168b826ad2699e3de5e203d6b65c5893b5d1f668c2db20516631f65288d7f
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.25.0.tar.gz
+ sha256sums = 6e13add661ab7766cc26493102c7981b5164351f0ca4ee33d080d1651d4b5899
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index fc81e260e4a1..571514e44dea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.24.1
+pkgver=0.25.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=('174168b826ad2699e3de5e203d6b65c5893b5d1f668c2db20516631f65288d7f')
+sha256sums=('6e13add661ab7766cc26493102c7981b5164351f0ca4ee33d080d1651d4b5899')
build() {
cd "$_archive"