diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 15:56:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | 8e590ccc94aa8564e056f4f2f87eed1da4387b40 (patch) | |
tree | 42a3ab34f81b00d6fdd8de9dc66504efdfff3573 /testing/py3-intervals | |
parent | 72090c93a288c3d8580f696a411ff0e18932e704 (diff) | |
download | aports-8e590ccc94aa8564e056f4f2f87eed1da4387b40.tar.bz2 aports-8e590ccc94aa8564e056f4f2f87eed1da4387b40.tar.xz |
testing/py3-intervals: rebuild against python 3.8
Diffstat (limited to 'testing/py3-intervals')
-rw-r--r-- | testing/py3-intervals/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-intervals/APKBUILD b/testing/py3-intervals/APKBUILD index 3fb720232a..85b14922b2 100644 --- a/testing/py3-intervals/APKBUILD +++ b/testing/py3-intervals/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-intervals _pkgname=intervals pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Python module for handling intervals (ranges of comparable objects)" url="https://github.com/kvesteri/intervals" arch="noarch" |