diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-11 08:20:16 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-11 08:30:37 +0100 |
commit | 62472676941de67dd39d19a66b61fb140a92e132 (patch) | |
tree | 6c5717b17525d1dc6407ff24e8371dbaf5fe538e | |
parent | e667924d921c7ff4d7d48f99b26cdacbc1d55c1b (diff) | |
download | aports-62472676941de67dd39d19a66b61fb140a92e132.tar.bz2 aports-62472676941de67dd39d19a66b61fb140a92e132.tar.xz |
community/py3-pykka: upgrade to 2.0.2
-rw-r--r-- | community/py3-pykka/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pykka/APKBUILD b/community/py3-pykka/APKBUILD index 6d0e0e9ac5..3897b7c26b 100644 --- a/community/py3-pykka/APKBUILD +++ b/community/py3-pykka/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-pykka -pkgver=2.0.0 -pkgrel=2 +pkgver=2.0.2 +pkgrel=0 pkgdesc="Concurrency abstractions for Python3 using the actor model" url="https://pykka.readthedocs.org/" arch="noarch" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f45789fe8e86f95bbff2e69b3e14d46ff25de400147e1d72fc766188975f66efbe00238fc56e36b5e0c1716369d15d236759be1adf69e01ef9b81ef443d24852 Pykka-2.0.0.tar.gz" +sha512sums="98b2e6122dc5158da489265cf7cf9e358bfa432d0a0eaab9f50a07c0050083afb19aad494e4cd27347c376947eafb7d9796909c18e3648ef1bf0685bd6384e5b Pykka-2.0.2.tar.gz" |