diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:34:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:00 +0000 |
commit | f13bbe8b814590fd331ec283c59a028b0355cf4d (patch) | |
tree | d364311ef74dfb9be4b6dbc98f6c70a9df233ad2 /community/py3-pathlib2 | |
parent | 53ae89a079fafccc542e6fdf0173e61cf58633e3 (diff) | |
download | aports-f13bbe8b814590fd331ec283c59a028b0355cf4d.tar.bz2 aports-f13bbe8b814590fd331ec283c59a028b0355cf4d.tar.xz |
community/py3-pathlib2: rebuild against python 3.8
Diffstat (limited to 'community/py3-pathlib2')
-rw-r--r-- | community/py3-pathlib2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pathlib2/APKBUILD b/community/py3-pathlib2/APKBUILD index 5381db51b3..672eee14da 100644 --- a/community/py3-pathlib2/APKBUILD +++ b/community/py3-pathlib2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pathlib2 pkgver=2.3.5 -pkgrel=1 +pkgrel=2 pkgdesc="Fork of pathlib aiming to support the full stdlib Python API" url="https://github.com/mcmtroffaes/pathlib2" arch="noarch" |