summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-09 12:10:07 +0300
committerCaleb Maclennan2024-01-09 12:10:07 +0300
commit1016cd97489e3221d705d374482f92b472238dd1 (patch)
tree66c3875615eee9358b2728f68eedf58c8828ad66
parenta42634ef886448f23e6b9b4b43038e22299dba17 (diff)
downloadaur-1016cd97489e3221d705d374482f92b472238dd1.tar.gz
upgpkg: python-dvc-objects 3.0.5-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 a249bdccd6b8..9214c4677836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 3.0.3
+ pkgver = 3.0.5
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-3.0.3.tar.gz
- sha256sums = 4d6df96aa9999f2a6ade9d592b2245988f1b0063be73ea5ab26e6873aa34016f
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-3.0.5.tar.gz
+ sha256sums = d7c8e304359a8ef9247e8ceefb6aa9a5b7dc016f76487cfbee2f4eecacf5f394
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 0686cabde8d5..00b2e208d229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=3.0.3
+pkgver=3.0.5
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=('4d6df96aa9999f2a6ade9d592b2245988f1b0063be73ea5ab26e6873aa34016f')
+sha256sums=('d7c8e304359a8ef9247e8ceefb6aa9a5b7dc016f76487cfbee2f4eecacf5f394')
build() {
cd "$_archive"