~alpine/aports

testing/py-cairocffi: Increment pkgrel v1 PROPOSED

Marian Buschsieweke: 1
 testing/py-cairocffi: Increment pkgrel

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/706/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py-cairocffi: Increment pkgrel Export this patch

Current py3-cairocffi subpackage was still build for python 3.6
---
 testing/py-cairocffi/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/py-cairocffi/APKBUILD b/testing/py-cairocffi/APKBUILD
index f5dddcb39a..88e6f2e700 100644
--- a/testing/py-cairocffi/APKBUILD
+++ b/testing/py-cairocffi/APKBUILD
@@ -4,7 +4,7 @@
pkgname=py-cairocffi
_pkgname=cairocffi
pkgver=0.9.0
pkgrel=1
pkgrel=2
pkgdesc="Python CFFI-based binding to Cairo and GDK-PixBuf"
url="https://pythonhosted.org/cairocffi/"
arch="noarch"
-- 
2.21.0


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Hello Marian,

According to [this][0], the python3 subpackage has already been built
against 3.7. 

Am I missing something?

Kind regards, Kevin

[0]:https://pkgs.alpinelinux.org/contents?branch=edge&name=py3-cairocffi&arch=x86_64&repo=testing

On Thu, May 23, 2019 at 10:39:40PM +0200, Marian Buschsieweke wrote: