diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:33:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:55 +0000 |
commit | 995a2604b674a59e9d22a492fabfcefacaae890a (patch) | |
tree | bd0b4804911cf218915e5a5f5268104c4e61c9d9 /testing | |
parent | 32fd2558b1d84139164bcdcd9cd11e2f7a04d349 (diff) | |
download | aports-995a2604b674a59e9d22a492fabfcefacaae890a.tar.bz2 aports-995a2604b674a59e9d22a492fabfcefacaae890a.tar.xz |
testing/py-transitions: rebuild against python 3.7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-transitions/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-transitions/APKBUILD b/testing/py-transitions/APKBUILD index 448ec0ca16..874dd6fb9b 100644 --- a/testing/py-transitions/APKBUILD +++ b/testing/py-transitions/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-transitions _pkgname=transitions pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight, object-oriented Python state machine implementation" url="https://github.com/tyarkoni/transitions" arch="noarch" |