diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 11:39:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:02 +0000 |
commit | f4928504f6ca26bf5c4ef66ea2a54c42bd14ba96 (patch) | |
tree | da318692d211efd5861fb98b3a25c9a6e649f7ed /community/py3-zipstream | |
parent | 457e535638e771220b09a232944ba85694c25278 (diff) | |
download | aports-f4928504f6ca26bf5c4ef66ea2a54c42bd14ba96.tar.bz2 aports-f4928504f6ca26bf5c4ef66ea2a54c42bd14ba96.tar.xz |
community/py3-zipstream: rebuild against python 3.8
Diffstat (limited to 'community/py3-zipstream')
-rw-r--r-- | community/py3-zipstream/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-zipstream/APKBUILD b/community/py3-zipstream/APKBUILD index 773082da2b..1ac14a1fb8 100644 --- a/community/py3-zipstream/APKBUILD +++ b/community/py3-zipstream/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-zipstream _pkgname=python-zipstream pkgver=1.1.4 -pkgrel=3 +pkgrel=4 pkgdesc="Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks." url="https://github.com/allanlei/python-zipstream" arch="noarch" |