From 65d79455965f2d365b78a3eb9e979bfb82cf753d453ff77459d947a3b31482c0 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 30 Jan 2018 08:07:52 +0000 Subject: [PATCH] Accepting request 570006 from home:alois:branches:KDE:Qt5 - Update to version v4.19.7 * The %Docstring directive can now include automatically generated signature descriptions using the "signature" option. * typedefs can now have %Docstring directives. * Bug fixes. version v4.19.6 * Bug fixes. version v4.19.5 * Bug fixes. version v4.19.4 * Added support for C++11 scoped enums implemented as Python enums. * Added enableoverflowchecking() to the sip module. * Added sipEnableOverflowChecking() to the C API. * Added sipTypeIsScopedEnum() to the C API. * Added sipConvertToBool() to the C API. * Added sipConvertToEnum() to the C API. * Deprecated sipCanConvertToEnum() in the C API. * Added sipLong_AsChar(), sipLong_AsSignedChar() and sipLong_AsUnsignedChar() to the C API. * Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C API. * Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API. * Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C API. * Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to the C API. * Bug fixes. OBS-URL: https://build.opensuse.org/request/show/570006 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=15 --- python-sip.changes | 32 ++++++++++++++++++++++++++++++++ python-sip.spec | 10 +++++----- sip-4.19.3.tar.gz | 3 --- sip-4.19.7.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 sip-4.19.3.tar.gz create mode 100644 sip-4.19.7.tar.gz diff --git a/python-sip.changes b/python-sip.changes index 8810591..72f1584 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Jan 26 08:33:38 UTC 2018 - aloisio@gmx.com + +- Update to version v4.19.7 + * The %Docstring directive can now include automatically + generated signature descriptions using the "signature" option. + * typedefs can now have %Docstring directives. + * Bug fixes. + version v4.19.6 + * Bug fixes. + version v4.19.5 + * Bug fixes. + version v4.19.4 + * Added support for C++11 scoped enums implemented as Python + enums. + * Added enableoverflowchecking() to the sip module. + * Added sipEnableOverflowChecking() to the C API. + * Added sipTypeIsScopedEnum() to the C API. + * Added sipConvertToBool() to the C API. + * Added sipConvertToEnum() to the C API. + * Deprecated sipCanConvertToEnum() in the C API. + * Added sipLong_AsChar(), sipLong_AsSignedChar() and + sipLong_AsUnsignedChar() to the C API. + * Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C + API. + * Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API. + * Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C + API. + * Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to + the C API. + * Bug fixes. + ------------------------------------------------------------------- Wed Nov 15 14:11:50 UTC 2017 - mimi.vx@gmail.com diff --git a/python-sip.spec b/python-sip.spec index 4320a83..036dc37 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,7 +1,7 @@ # # spec file for package python-sip # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,17 @@ # -%define python_sip_api 12.2 +%define python_sip_api 12.3 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sip -Version: 4.19.3 +Version: 4.19.7 Release: 0 Summary: SIP tool to use python sip bindings License: GPL-2.0 or GPL-3.0 or SUSE-SIP Group: Development/Libraries/Python -Url: http://www.riverbankcomputing.com/software/sip/introa -Source0: sip-%{version}.tar.gz +Url: https://www.riverbankcomputing.com/software/sip/introa +Source0: https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths Patch0: disable-rpaths.diff BuildRequires: %{python_module devel} diff --git a/sip-4.19.3.tar.gz b/sip-4.19.3.tar.gz deleted file mode 100644 index d702659..0000000 --- a/sip-4.19.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:740df844f80cc45dcc9b23294a92492923bc403ce88e68c35783f27c177c4b74 -size 1007481 diff --git a/sip-4.19.7.tar.gz b/sip-4.19.7.tar.gz new file mode 100644 index 0000000..bc46c1b --- /dev/null +++ b/sip-4.19.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b50d29dd4b72965e7980c41e3320e460eff481a177beeddebf8c3be84b8cde +size 1022209