summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-22 17:31:06 +0300
committerCaleb Maclennan2022-11-22 17:31:06 +0300
commita935d0637e0e2517ab01025c1b24c0442dda235c (patch)
tree52c818c4bf6e79ee4fd19e7f71a093ae7cbd681b
parent4d4a43acaa24abb46ac9f5e02a4af73bdc0b5473 (diff)
downloadaur-a935d0637e0e2517ab01025c1b24c0442dda235c.tar.gz
upgpkg: python-dvc-objects 0.14.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 abd381ce3b8c..2e875edf3fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.13.1
+ pkgver = 0.14.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.13.1.tar.gz
- sha256sums = 3401958b18e7d8eeb65e2d6a13e101087e0cf97d37645032cf72986979f297d6
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-0.14.0.tar.gz
+ sha256sums = 039b7be98f4c8325bd90e2869072e3a776bf8e27419723b459704d7cd984e11f
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 8c1dfe7682a2..ddc1bcd63131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc='DVC objects'
arch=(any)
@@ -34,7 +34,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=('3401958b18e7d8eeb65e2d6a13e101087e0cf97d37645032cf72986979f297d6')
+sha256sums=('039b7be98f4c8325bd90e2869072e3a776bf8e27419723b459704d7cd984e11f')
build() {
cd "$_archive"