diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 14:51:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:41 +0000 |
commit | 9b3bd6183c328e64f0dcbd6e1c684e3849696228 (patch) | |
tree | 25218a20763703f3a11c37df1cee0c196839dfe3 /community/py-configparser | |
parent | f42cc89576b8bbac20ff2f88a42a1e2bb5beff48 (diff) | |
download | aports-9b3bd6183c328e64f0dcbd6e1c684e3849696228.tar.bz2 aports-9b3bd6183c328e64f0dcbd6e1c684e3849696228.tar.xz |
community/py-configparser: rebuild against python 3.7
Diffstat (limited to 'community/py-configparser')
-rw-r--r-- | community/py-configparser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-configparser/APKBUILD b/community/py-configparser/APKBUILD index d4c10652b5..aa227aa604 100644 --- a/community/py-configparser/APKBUILD +++ b/community/py-configparser/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-configparser _pkgname=configparser pkgver=3.7.3 -pkgrel=0 +pkgrel=1 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" |