~alpine/aports

[alpine-aports] [PATCH] community/py-sip: upgrade to 4.19.13

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181225061101.BDDB9592ED@mx12.valuehost.ru>
Sender timestamp
1545717230
DKIM signature
missing
Download raw message
Patch: +2 -2
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 <fcolista@alpinelinux.org>
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
---
Reply to thread Export thread (mbox)