diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 22:06:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 3a7991753f39a12bfb90ad86e9741325505e65d8 (patch) | |
tree | 178626f52dd8e2769d17462650b09209b3c0d8b5 /testing/py3-path.py | |
parent | 407950beda913e98e8901e26e79a7fa3b9250075 (diff) | |
download | aports-3a7991753f39a12bfb90ad86e9741325505e65d8.tar.bz2 aports-3a7991753f39a12bfb90ad86e9741325505e65d8.tar.xz |
testing/py3-path.py: rebuild against python 3.8
Diffstat (limited to 'testing/py3-path.py')
-rw-r--r-- | testing/py3-path.py/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-path.py/APKBUILD b/testing/py3-path.py/APKBUILD index b15c0a32ba..7379842771 100644 --- a/testing/py3-path.py/APKBUILD +++ b/testing/py3-path.py/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-path.py pkgver=12.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Module wrapper for os.path" options="!check" # Requires unpackaged 'pytest-checkdocs' url="https://github.com/jaraco/path.py" |