summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-07-15 19:24:19 +0200
committerChristopher Arndt2023-07-15 19:24:19 +0200
commita13d2cdc5f4e9d9c49b7ddc1ff836627ca50c394 (patch)
tree14383efedf69787394d03f84c96e5d13f252f567
parent18d46d3b684a933d0efce1ec6ebca0ce67cb9bb9 (diff)
downloadaur-a13d2cdc5f4e9d9c49b7ddc1ff836627ca50c394.tar.gz
New upstream version 2.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3979fbf22d03..a654fc7ae72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipdeptree
pkgdesc = Command line utility to show dependency tree of Python packages
- pkgver = 2.9.6
+ pkgver = 2.10.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.9.6.tar.gz
- sha256sums = f815caf165e89c576ce659b866c7a82ae4590420c2d020a92d32e45097f8bc73
+ source = https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.10.0.tar.gz
+ sha256sums = 4b038029e823635f8d2aa55bf881e5b675082ec8f9f4365ee7ce9bb48330854b
pkgname = pipdeptree
diff --git a/PKGBUILD b/PKGBUILD
index eede5f194f16..6664dde2ccf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=pipdeptree
-pkgver=2.9.6
+pkgver=2.10.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=('f815caf165e89c576ce659b866c7a82ae4590420c2d020a92d32e45097f8bc73')
+sha256sums=('4b038029e823635f8d2aa55bf881e5b675082ec8f9f4365ee7ce9bb48330854b')
prepare() {