summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-08-21 22:58:57 +0300
committerCaleb Maclennan2023-08-21 22:58:57 +0300
commit66911867b72a879d30a22ac116be363251ebed1e (patch)
tree4e379b0be45936f79e21957622d5db327ca906e7
parent49da7cb060d89781360f0f6d25fa6b112d20c1ad (diff)
downloadaur-66911867b72a879d30a22ac116be363251ebed1e.tar.gz
upgpkg: python-dvc-objects 1.0.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 82346fb25cf9..f1ca354095bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 1.0.0
+ pkgver = 1.0.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-1.0.0.tar.gz
- sha256sums = 69b3c4429d8b5f424ee613e5a594e6f9161cf3b45cdaa2e459e28c482f8cb709
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-1.0.1.tar.gz
+ sha256sums = a9fdf55552b95d3dfa1d4572b3938e893c4b4365bb551e168e164fcf5eab93dd
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index af82cca0a498..cac8a9b357c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=1.0.0
+pkgver=1.0.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=('69b3c4429d8b5f424ee613e5a594e6f9161cf3b45cdaa2e459e28c482f8cb709')
+sha256sums=('a9fdf55552b95d3dfa1d4572b3938e893c4b4365bb551e168e164fcf5eab93dd')
build() {
cd "$_archive"