summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-02 12:53:59 +0300
committerCaleb Maclennan2023-12-02 12:53:59 +0300
commite3f20ca74e3a4cedf323c85b9fa034960717c021 (patch)
tree04aba97d3b3143c1df0297be7bfb91bf27489541
parentdc270191ddeae479c1b55e43f590e1754abbac7d (diff)
downloadaur-e3f20ca74e3a4cedf323c85b9fa034960717c021.tar.gz
upgpkg: python-dvc-objects 1.3.2-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 032f7a59588a..d62dc2b2d2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 1.3.0
+ pkgver = 1.3.2
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-1.3.0.tar.gz
- sha256sums = b4f23df2605bf0b3fae28795d23106c6dbf9b9708fd4e81987ead53e675b761e
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-1.3.2.tar.gz
+ sha256sums = 6e4a4e92ede6b34d647e9d17eb515f65b2239a26b94972525713daf49b468492
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index eaed20b4cf7d..dc6928230737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=1.3.0
+pkgver=1.3.2
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=('b4f23df2605bf0b3fae28795d23106c6dbf9b9708fd4e81987ead53e675b761e')
+sha256sums=('6e4a4e92ede6b34d647e9d17eb515f65b2239a26b94972525713daf49b468492')
build() {
cd "$_archive"