aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-04-14 18:30:02 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-04-14 18:30:02 +0000
commitbb20aa62a1a1478f24d13ca099e1a543d921f373 (patch)
tree455c5fc5a8b9f99f21c4a745e1771d3b4986a63e
parent7e1025bedce1fbd6585ae05ab0315707172f30c7 (diff)
community/py-greenlet: upgrade to 0.4.13
-rw-r--r--community/py-greenlet/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD
index 14b4cabfda9..21c8b3d37dd 100644
--- a/community/py-greenlet/APKBUILD
+++ b/community/py-greenlet/APKBUILD
@@ -2,11 +2,10 @@
# Contributor: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
pkgname=py-greenlet
_pkgname=greenlet
-pkgver=0.4.12
-pkgrel=1
+pkgver=0.4.13
+pkgrel=0
pkgdesc="Lightweight in-process concurrent programming"
url="https://pypi.python.org/pypi/greenlet"
-# does not build on ppc64le yet
arch="all"
license="MIT"
depends=""
@@ -46,5 +45,5 @@ _py3() {
_py python3
}
-sha512sums="f3bf0f82b6e3bc687fc9b89469339cfb05e64518d1e49bc96066e8d47b8559f1c1aa53692cd25d839437a2f1b81df6fd9a4509a1b4063ec4ce1d97b73842e9f6 greenlet-0.4.12.tar.gz
+sha512sums="625aaa8875b408442139191e1a63eca71c668675229907335f5caee623487aba5305c1d53b51e1764ad982b8edd07d04f984e08a75318a0a5672805667917a61 greenlet-0.4.13.tar.gz
fdadaefaa69a07c1926a000c70ed58b92e2103942b7031310575e3b2feefa15d56d2f9df72db3cab583b97d1f6607df5e09bd85bc3be284a0de18d2d1ffbe869 ppc64le_clobbering.patch"