summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-05-11 22:23:20 +0200
committerChristopher Arndt2023-05-11 22:23:20 +0200
commit1daeb632423b15ae18df3e463340266d60c5f559 (patch)
tree871dad0139847109a2f5901104109d67eb49fa31
parent405911332622508578384aebedf4aaba27f57368 (diff)
downloadaur-1daeb632423b15ae18df3e463340266d60c5f559.tar.gz
New upstream version 2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e2897d960e..f25871992ec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.7.0
+ pkgver = 2.7.1
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.7.0.tar.gz
- sha256sums = 1c79e28267ddf90ea2293f982db4f5df7a76befca483c68da6c83c4370989e8d
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.7.1.tar.gz
+ sha256sums = 550bd7679379e7290739384f3e9518835620e814cc29ba709513952b627da506
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index 4edf082d94d8..ef3673db6f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.7.0
+pkgver=2.7.1
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=('1c79e28267ddf90ea2293f982db4f5df7a76befca483c68da6c83c4370989e8d')
+sha256sums=('550bd7679379e7290739384f3e9518835620e814cc29ba709513952b627da506')
prepare() {