summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-03-26 05:31:00 +0200
committerChristopher Arndt2023-03-26 05:31:00 +0200
commit405911332622508578384aebedf4aaba27f57368 (patch)
tree28645b5227138d9b8c7da65f6190f3ff6217639b
parent1e5d41af7dcfe4f2d8ab3674598bda744c3fd40a (diff)
downloadaur-405911332622508578384aebedf4aaba27f57368.tar.gz
New upstream version 2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09dd743056e1..f7e2897d960e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/naiquevin/pipdeptree
arch = any
@@ -12,7 +12,7 @@ pkgbase = pipdeptree
makedepends = python-wheel
depends = python-pip
optdepends = python-graphviz: for generating graphical output
- source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.6.0.tar.gz
- sha256sums = b0ed2685230c71ca28d35e96b09685406f6f9cc03b81b393264d2c6b14c5cf23
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.7.0.tar.gz
+ sha256sums = 1c79e28267ddf90ea2293f982db4f5df7a76befca483c68da6c83c4370989e8d
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 3ebef58ae30c..4edf082d94d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
arch=(any)
pkgdesc='Command line utility to show dependency tree of Python packages'
@@ -11,7 +11,7 @@ makedepends=(python-build python-hatchling python-hatch-vcs python-installer pyt
optdepends=('python-graphviz: for generating graphical output')
license=(MIT)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b0ed2685230c71ca28d35e96b09685406f6f9cc03b81b393264d2c6b14c5cf23')
+sha256sums=('1c79e28267ddf90ea2293f982db4f5df7a76befca483c68da6c83c4370989e8d')
prepare() {