summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-06 14:22:42 +0300
committerCaleb Maclennan2023-12-06 14:22:42 +0300
commit8ed19c4f41941814e934ec72e69d9167b4f09266 (patch)
tree75c0ce83aea199142bad2299ec0b72de4aa8cb21
parentb589efb37895d224e9d8084118fb3724bfe098da (diff)
downloadaur-8ed19c4f41941814e934ec72e69d9167b4f09266.tar.gz
upgpkg: python-dvc-objects 1.4.7-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 91b6829c819e..0f2a2f089fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dvc-objects
pkgdesc = DVC objects
- pkgver = 1.4.6
+ pkgver = 1.4.7
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.4.6.tar.gz
- sha256sums = 7f8c360e1be5c08e774656ce60dfcf053b8c3eece205423f916cc0222ef0fb96
+ source = https://files.pythonhosted.org/packages/source/d/dvc-objects/dvc-objects-1.4.7.tar.gz
+ sha256sums = ea9df6efd52a71e8a7725b0786966ee3d88e14649ec63ca328951827100bc331
pkgname = python-dvc-objects
diff --git a/PKGBUILD b/PKGBUILD
index 4a43b9114fd7..a26875e90e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dvc-objects
_pkgname=${pkgname#python-}
-pkgver=1.4.6
+pkgver=1.4.7
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=('7f8c360e1be5c08e774656ce60dfcf053b8c3eece205423f916cc0222ef0fb96')
+sha256sums=('ea9df6efd52a71e8a7725b0786966ee3d88e14649ec63ca328951827100bc331')
build() {
cd "$_archive"