summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-08-16 05:23:27 +0300
committerCaleb Maclennan2023-08-16 05:23:27 +0300
commit49da7cb060d89781360f0f6d25fa6b112d20c1ad (patch)
tree92cb82a696e1aa6c25874bb0f3006afc1de44e73
parent2251849a92053e2c1cec9ddb3acead10069f5e3c (diff)
downloadaur-49da7cb060d89781360f0f6d25fa6b112d20c1ad.tar.gz
upgpkg: python-dvc-objects 1.0.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 0f06d6b79f52..82346fb25cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 0.25.0
+ pkgver = 1.0.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.25.0.tar.gz
- sha256sums = 6e13add661ab7766cc26493102c7981b5164351f0ca4ee33d080d1651d4b5899
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-1.0.0.tar.gz
+ sha256sums = 69b3c4429d8b5f424ee613e5a594e6f9161cf3b45cdaa2e459e28c482f8cb709
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 571514e44dea..af82cca0a498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=0.25.0
+pkgver=1.0.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=('6e13add661ab7766cc26493102c7981b5164351f0ca4ee33d080d1651d4b5899')
+sha256sums=('69b3c4429d8b5f424ee613e5a594e6f9161cf3b45cdaa2e459e28c482f8cb709')
build() {
cd "$_archive"