diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-07 09:13:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-07 09:13:46 +0000 |
commit | 5e4fa9c724ca1c6734a57daa1725002c3f3cdc46 (patch) | |
tree | 011114cb63ee42ee88f030dba97cb0b605393668 | |
parent | 6252c7ce30d020fd42e136ab2e00e53b2f14d0a7 (diff) | |
download | aports-5e4fa9c724ca1c6734a57daa1725002c3f3cdc46.tar.bz2 aports-5e4fa9c724ca1c6734a57daa1725002c3f3cdc46.tar.xz |
community/py3-gevent: actually rebuild against python 3.8
previous commit (e5ea364326ab) did not bump pkgrel so package was
actually never rebuilt against python 3.8.
-rw-r--r-- | community/py3-gevent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-gevent/APKBUILD b/community/py3-gevent/APKBUILD index 59f2320956..4df39c97ff 100644 --- a/community/py3-gevent/APKBUILD +++ b/community/py3-gevent/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-gevent _pkgname=gevent pkgver=1.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python3 library for seamless coroutine-based concurrency" options="!check" # Requires unpackaged 'objgraph' url="http://gevent.org/" |