summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-04 17:28:28 +0300
committerCaleb Maclennan2024-01-04 17:28:28 +0300
commit544fcf1eb3d9d39deb1c0d9294eae1fda4b55784 (patch)
tree59c1fcdffd02d9e2c205b1a44682e06565b47d73
parent83f6cc4c712a7e9bdd744f59cf5faef6f5a34050 (diff)
downloadaur-544fcf1eb3d9d39deb1c0d9294eae1fda4b55784.tar.gz
upgpkg: python-dvc-data 3.7.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 8953fc585967..51b29c9cd078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-data
pkgdesc = DVC’s data management subsystem
- pkgver = 3.6.0
+ pkgver = 3.7.0
pkgrel = 1
url = https://github.com/iterative/dvc-data
arch = any
@@ -15,7 +15,7 @@ pkgbase = python-dvc-data
depends = python-funcy
depends = python-pygtrie
depends = python-shortuuid
- source = https://files.pythonhosted.org/packages/source/d/dvc-data/dvc-data-3.6.0.tar.gz
- sha256sums = 85a37501a883764a68eafb0c13cabcf7408eb0d1de028706fbc01afd263e56f7
+ source = https://files.pythonhosted.org/packages/source/d/dvc-data/dvc-data-3.7.0.tar.gz
+ sha256sums = a15d9b5cb24275020a00072c340fb0a7f3652434fa72ef0b0e87c7c8b7decccb
pkgname = python-dvc-data
diff --git a/PKGBUILD b/PKGBUILD
index 1eba38cb49ee..1d8b29562700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-data
_pkgname=${pkgname#python-}
-pkgver=3.6.0
+pkgver=3.7.0
pkgrel=1
pkgdesc='DVC’s data management subsystem'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive=("$_pkgname-$pkgver")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('85a37501a883764a68eafb0c13cabcf7408eb0d1de028706fbc01afd263e56f7')
+sha256sums=('a15d9b5cb24275020a00072c340fb0a7f3652434fa72ef0b0e87c7c8b7decccb')
build() {
cd "$_archive"