X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 84F57F854CA for ; Tue, 25 Dec 2018 06:11:05 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id BDDB9592ED for ; Tue, 25 Dec 2018 09:11:01 +0300 (MSK) From: alpine-mips-patches Date: Tue, 25 Dec 2018 05:53:50 +0000 Subject: [alpine-aports] [PATCH] community/py-sip: upgrade to 4.19.13 To: alpine-aports@lists.alpinelinux.org Message-Id: <20181225061101.BDDB9592ED@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This version particularly fixes -Wformat warnings from 4.19.7: siplib.c: In function 'parsePass1': siplib.c:5369:58: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument %s overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~ siplib.c:5379:59: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument '%s' overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~ --- community/py-sip/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py-sip/APKBUILD b/community/py-sip/APKBUILD index 95fe238871..65a8a8f878 100644 --- a/community/py-sip/APKBUILD +++ b/community/py-sip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=py-sip _pkgname=sip -pkgver=4.19.7 +pkgver=4.19.13 pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" url="http://www.riverbankcomputing.com/software/sip/" @@ -60,4 +60,4 @@ _py() { install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE } -sha512sums="0cead34e129d25ee3d908e503a3853289bbfd77c58c563a2046ce7b65bd8f0b318b20af72346cbf4cb7a17e76c9c1374f686b5dabc284d7247897a1648c15f97 sip-4.19.7.tar.gz" +sha512sums="eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98 sip-4.19.13.tar.gz" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---