aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-configparser
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-12 07:16:10 -0300
committerAndy Postnikov <apostnikov@gmail.com>2019-05-12 17:16:01 +0300
commit9ae2a7080fe3949ab1962bcfb4a8b5b165f7726a (patch)
tree4978d460e152bb9403d8ae714d9d1324f0459b8e /community/py-configparser
parente8fa69c296280142dadc96865c795755173328bc (diff)
community/py-configparser: upgrade to 3.7.4
Diffstat (limited to 'community/py-configparser')
-rw-r--r--community/py-configparser/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py-configparser/APKBUILD b/community/py-configparser/APKBUILD
index aa227aa604c..7bcd9b77825 100644
--- a/community/py-configparser/APKBUILD
+++ b/community/py-configparser/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=py-configparser
_pkgname=configparser
-pkgver=3.7.3
-pkgrel=1
+pkgver=3.7.4
+pkgrel=0
pkgdesc="This library brings the updated configparser from Python 3.5 to Python 2.6-3.5"
url="https://docs.python.org/3/library/configparser.html"
arch="noarch"
@@ -14,13 +14,11 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname
builddir="$srcdir"/$_pkgname-$pkgver
build() {
- cd "$builddir"
python2 setup.py build
python3 setup.py build
}
check() {
- cd "$builddir"
python2 setup.py test
python3 setup.py test
}
@@ -48,4 +46,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="68c72ef515ae0827e75a049e7a261767893f0191102d4d6dca2623e9aa0169b5794f4553b1d2a4124e2ff7e8fd647f8bf4562c42fb1f6be6311d962aa1ae6097 configparser-3.7.3.tar.gz"
+sha512sums="205a7bc921ccfb3df5a25afaf2f5ab78d3a5a92bfd2c9c78098e8d009c1fe8d431b8bf09d2da44f7ebf172e912121619dc7bbfadc74f355133f8d32bc42a8b00 configparser-3.7.4.tar.gz"