- update to 4.13.1:
- Deprecation warnings can no longer be disabled. - Added the all_raise_py_exception argument to the %Module directive. - Added the /NoRaisesPyException/ function annotation. - Added the /PyName/ typedef annotation. - Class templates now allow super-classes to be defined as template arguments. - Added support for 'public' preceding the name of a class in a super-class list. - Added support for 'protected' and 'private' preceding the name of a class in a super-class list. Any such super-class will be ignored. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=68
This commit is contained in:
parent
b70fb8fdf4
commit
400062b4c4
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 23 13:49:02 CET 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 4.13.1:
|
||||||
|
- Deprecation warnings can no longer be disabled.
|
||||||
|
- Added the all_raise_py_exception argument to the %Module directive.
|
||||||
|
- Added the /NoRaisesPyException/ function annotation.
|
||||||
|
- Added the /PyName/ typedef annotation.
|
||||||
|
- Class templates now allow super-classes to be defined as template
|
||||||
|
arguments.
|
||||||
|
- Added support for 'public' preceding the name of a class in a super-class
|
||||||
|
list.
|
||||||
|
- Added support for 'protected' and 'private' preceding the name of a class
|
||||||
|
in a super-class list. Any such super-class will be ignored.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 27 16:55:43 UTC 2011 - Sascha.Manns@open-slx.de
|
Thu Oct 27 16:55:43 UTC 2011 - Sascha.Manns@open-slx.de
|
||||||
|
|
||||||
|
@ -15,20 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-sip
|
Name: python-sip
|
||||||
BuildRequires: c++_compiler python python-devel
|
BuildRequires: c++_compiler
|
||||||
|
BuildRequires: python
|
||||||
|
BuildRequires: python-devel
|
||||||
|
Summary: SIP tool to use python sip bindings
|
||||||
License: GPL-2.0 or GPL-3.0 or SIP
|
License: GPL-2.0 or GPL-3.0 or SIP
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: SIP tool to use python sip bindings
|
Version: 4.13.1
|
||||||
Version: 4.13
|
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion %version
|
%define rversion %version
|
||||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: sip-%{rversion}.tar.bz2
|
Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
|
||||||
Patch0: disable-rpaths.diff
|
Patch0: disable-rpaths.diff
|
||||||
Patch1: build-compare.diff
|
Patch1: build-compare.diff
|
||||||
%py_requires
|
%py_requires
|
||||||
@ -40,8 +40,6 @@ Python bindings for the Qt toolkit, but can be used to create bindings
|
|||||||
for any C or C++ library.
|
for any C or C++ library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL-2.0 or GPL-3.0 or SIP
|
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Summary: SIP tool to create python bindings
|
Summary: SIP tool to create python bindings
|
||||||
Requires: %name = %version
|
Requires: %name = %version
|
||||||
Requires: c++_compiler python-devel python-sip-bin
|
Requires: c++_compiler python-devel python-sip-bin
|
||||||
@ -57,8 +55,6 @@ own sip bindings.
|
|||||||
|
|
||||||
|
|
||||||
%package bin
|
%package bin
|
||||||
License: GPL-2.0 or GPL-3.0 or SIP
|
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Summary: SIP tool to create python bindings
|
Summary: SIP tool to create python bindings
|
||||||
Provides: python-sip:/usr/bin/sip
|
Provides: python-sip:/usr/bin/sip
|
||||||
|
|
||||||
|
@ -16,16 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python3-sip
|
Name: python3-sip
|
||||||
Version: 4.13
|
Version: 4.13.1
|
||||||
Release: 2
|
Release: 0
|
||||||
License: GPL-2.0 or GPL-3.0 or SIP
|
|
||||||
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 SIP
|
||||||
|
Group: Development/Libraries/Python
|
||||||
%define rversion %{version}
|
%define rversion %{version}
|
||||||
Url: http://www.riverbankcomputing.com/software/sip/intro
|
Url: http://www.riverbankcomputing.com/software/sip/intro
|
||||||
Group: Development/Libraries/Python
|
Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{rversion}.tar.gz
|
||||||
Source0: sip-%{rversion}.tar.bz2
|
|
||||||
Patch0: disable-rpaths.diff
|
Patch0: disable-rpaths.diff
|
||||||
Patch1: build-compare.diff
|
Patch1: build-compare.diff
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
@ -50,9 +49,7 @@ Python bindings for the Qt toolkit, but can be used to create bindings
|
|||||||
for any C or C++ library.
|
for any C or C++ library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL-2.0 or GPL-3.0 or SIP
|
|
||||||
Summary: SIP tool to create python bindings
|
Summary: SIP tool to create python bindings
|
||||||
Group: Development/Libraries/Python
|
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: c++_compiler
|
Requires: c++_compiler
|
||||||
Requires: python-sip-bin
|
Requires: python-sip-bin
|
||||||
|
3
sip-4.13.1.tar.gz
Normal file
3
sip-4.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee8b2465dbe756608326cc9a2cbcd8b98773743bdc59984ed082bddf19a0b226
|
||||||
|
size 733021
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77a636f694094494bc67dce5680ce9b70dab14137e2246cbccbe2aca04890f51
|
|
||||||
size 531916
|
|
Loading…
Reference in New Issue
Block a user