diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:50:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:55 +0000 |
commit | f4fe69a6c68534882e0b38fec999bf4c3e3d66a9 (patch) | |
tree | 3688d49f9add04929a37adb4d81c373d8414a7c7 /testing/py-intervals | |
parent | bb72928710fa5d0de00a0023f71bf2d4e5cc6c7e (diff) | |
download | aports-f4fe69a6c68534882e0b38fec999bf4c3e3d66a9.tar.bz2 aports-f4fe69a6c68534882e0b38fec999bf4c3e3d66a9.tar.xz |
testing/py-intervals: rebuild against python 3.7
Diffstat (limited to 'testing/py-intervals')
-rw-r--r-- | testing/py-intervals/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-intervals/APKBUILD b/testing/py-intervals/APKBUILD index f2c808babb..d5a9fb60fa 100644 --- a/testing/py-intervals/APKBUILD +++ b/testing/py-intervals/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-intervals _pkgname=intervals pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python module for handling intervals (ranges of comparable objects)" url="https://github.com/kvesteri/intervals" arch="noarch" |