Accepting request 570865 from KDE:Qt5
OBS-URL: https://build.opensuse.org/request/show/570865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=96
This commit is contained in:
commit
a4fcfeca36
@ -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
|
Wed Nov 15 14:11:50 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sip
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sip
|
Name: python-sip
|
||||||
Version: 4.19.3
|
Version: 4.19.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SIP tool to use python sip bindings
|
Summary: SIP tool to use python sip bindings
|
||||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://www.riverbankcomputing.com/software/sip/introa
|
Url: https://www.riverbankcomputing.com/software/sip/introa
|
||||||
Source0: sip-%{version}.tar.gz
|
Source0: https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
|
# PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
|
||||||
Patch0: disable-rpaths.diff
|
Patch0: disable-rpaths.diff
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:740df844f80cc45dcc9b23294a92492923bc403ce88e68c35783f27c177c4b74
|
|
||||||
size 1007481
|
|
3
sip-4.19.7.tar.gz
Normal file
3
sip-4.19.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25b50d29dd4b72965e7980c41e3320e460eff481a177beeddebf8c3be84b8cde
|
||||||
|
size 1022209
|
Loading…
Reference in New Issue
Block a user