diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 08:38:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:31 +0000 |
commit | 30fbc952499c442aec57ea0bd711819b8c51a96d (patch) | |
tree | a77fac88ec3167efbe7ca750fb0a27fa5840d2be | |
parent | 35d73a858021d70037f589c7844b258bf92968f9 (diff) | |
download | aports-30fbc952499c442aec57ea0bd711819b8c51a96d.tar.bz2 aports-30fbc952499c442aec57ea0bd711819b8c51a96d.tar.xz |
testing/py3-semantic-version: rebuild against python 3.8
-rw-r--r-- | testing/py3-semantic-version/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-semantic-version/APKBUILD b/testing/py3-semantic-version/APKBUILD index f93e57040e..16f90b0bc5 100644 --- a/testing/py3-semantic-version/APKBUILD +++ b/testing/py3-semantic-version/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-semantic-version pkgver=2.8.2 -pkgrel=0 +pkgrel=1 pkgdesc="A library implementing the 'SemVer' scheme" url="https://github.com/rbarrois/python-semanticversion" arch="noarch" |