summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-09-12 21:16:25 +0200
committerChristopher Arndt2020-09-12 21:16:25 +0200
commit8d5df9cfecc0b601d6dc7c60b21d3d3e8fa69975 (patch)
tree5504431eb25e04267864a199203afa924296f317
parentc9401f99344646489a1f08913e862a049c2fc0af (diff)
downloadaur-8d5df9cfecc0b601d6dc7c60b21d3d3e8fa69975.tar.gz
New upstream version 4.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7808f6e65d1..741712f78fce 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.2.0
+ pkgver = 4.3.1
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.2.0.tar.gz
- sha256sums = b73f6f469c15c9616e0f7ce12080a9ecdee9f2335bdbb5ccea1f2bae26e8d20d
+ source = https://files.pythonhosted.org/packages/source/r/radon/radon-4.3.1.tar.gz
+ sha256sums = 63a7876101a64d5418fa9acebff11f9bb48367ac79f22bf3b73c7bf430a8abc0
pkgname = python-radon
diff --git a/PKGBUILD b/PKGBUILD
index 6dc4c7a44ae3..94ddf3ad689d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=radon
pkgname="python-${_name}"
-pkgver=4.2.0
+pkgver=4.3.1
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=('b73f6f469c15c9616e0f7ce12080a9ecdee9f2335bdbb5ccea1f2bae26e8d20d')
+sha256sums=('63a7876101a64d5418fa9acebff11f9bb48367ac79f22bf3b73c7bf430a8abc0')
build() {