diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-12-25 05:53:50 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-12-28 01:56:52 +0200 |
commit | 2156de186eef9403e54cbae80571bf5324dc21a9 (patch) | |
tree | ccab6947d082a0b91c7a8ebc1e5da026d2425b0f | |
parent | 70a17c9226078dc81caef56f7d05ac3b0c066cfd (diff) | |
download | aports-2156de186eef9403e54cbae80571bf5324dc21a9.tar.bz2 aports-2156de186eef9403e54cbae80571bf5324dc21a9.tar.xz |
community/py-sip: upgrade to 4.19.13
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);
~~~~~~~~~~~~~~
-rw-r--r-- | community/py-sip/APKBUILD | 4 |
1 files 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" |