aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-serial
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-31 13:24:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:26 +0000
commitded2a04bf4142d77a31ec7c8dba71e5eb6010850 (patch)
tree37720da1441df8fcc22933348bbf57379ef67c42 /testing/py3-serial
parent1889ddee5bfb97e7abb82fc7d52958d39b51c77e (diff)
downloadaports-ded2a04bf4142d77a31ec7c8dba71e5eb6010850.tar.bz2
aports-ded2a04bf4142d77a31ec7c8dba71e5eb6010850.tar.xz
testing/py3-serial: rebuild against python 3.8
Diffstat (limited to 'testing/py3-serial')
-rw-r--r--testing/py3-serial/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-serial/APKBUILD b/testing/py3-serial/APKBUILD
index 497dfafd5f..56bdba8720 100644
--- a/testing/py3-serial/APKBUILD
+++ b/testing/py3-serial/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-serial
_pkgname=pyserial
pkgver=3.4
-pkgrel=2
+pkgrel=3
pkgdesc="Python Serial Port Extension"
options="!check" # testsuite not ready for py3
url="https://github.com/pyserial/pyserial"