diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:26:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:27 +0000 |
commit | 6a234f41c041abcd805cf1b72e9c27fe6826181c (patch) | |
tree | 62c86eb95105a067d0ac30e6cebb1fc60e9f8cb5 /testing | |
parent | baa826ae81f494fdd3fbe80a6df0056e0ca3f82a (diff) | |
download | aports-6a234f41c041abcd805cf1b72e9c27fe6826181c.tar.bz2 aports-6a234f41c041abcd805cf1b72e9c27fe6826181c.tar.xz |
testing/py3-dill: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-dill/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-dill/APKBUILD b/testing/py3-dill/APKBUILD index 0f456a82e9..18388a9e55 100644 --- a/testing/py3-dill/APKBUILD +++ b/testing/py3-dill/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-dill _pyname=dill pkgver=0.3.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python serializer supporting a broader range of types than pickle" url="https://pypi.org/projects/dill/" arch="noarch !s390x" |