summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-08-04 05:04:07 +0200
committerChristopher Arndt2020-08-04 05:04:07 +0200
commitc9401f99344646489a1f08913e862a049c2fc0af (patch)
tree85efd8a3830bcf9ae3a3c6b14ef9b042c23414d3
parent41934802ff0dce9d85742b43903d247c31408eb7 (diff)
downloadaur-c9401f99344646489a1f08913e862a049c2fc0af.tar.gz
New upstream version 4.2.0
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64d0e15f890e..d7808f6e65d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-radon
pkgdesc = A tool that computes various metrics for Python source code
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://radon.readthedocs.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-radon
depends = python-future
depends = python-mando
depends = python-colorama
- source = https://files.pythonhosted.org/packages/source/r/radon/radon-4.1.0.tar.gz
- sha256sums = 56082c52206db45027d4a73612e1b21663c4cc2be3760fee769d966fd7efdd6d
+ source = https://files.pythonhosted.org/packages/source/r/radon/radon-4.2.0.tar.gz
+ sha256sums = b73f6f469c15c9616e0f7ce12080a9ecdee9f2335bdbb5ccea1f2bae26e8d20d
pkgname = python-radon
diff --git a/.gitignore b/.gitignore
index 9e40f441bf92..603ce69e0fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@ pkg
src
radon-*.tar.gz
python-radon-*.pkg.tar.xz
-python2-radon-*.pkg.tar.xz
+python-radon-*.pkg.tar.zst
python-radon-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 16b0a4d95c6a..6dc4c7a44ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=radon
pkgname="python-${_name}"
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="A tool that computes various metrics for Python source code"
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python-flake8-polyfill' 'python-future' 'python-mando' 'python-colorama')
makedepends=('python-sphinx')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('56082c52206db45027d4a73612e1b21663c4cc2be3760fee769d966fd7efdd6d')
+sha256sums=('b73f6f469c15c9616e0f7ce12080a9ecdee9f2335bdbb5ccea1f2bae26e8d20d')
build() {