Accepting request 196488 from home:termim:branches:KDE:Qt
Update to 4.15.1 OBS-URL: https://build.opensuse.org/request/show/196488 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=100
This commit is contained in:
parent
2ddbdf4b94
commit
5b4550a47f
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 03:29:18 UTC 2013 - termim@gmail.com
|
||||
- update to 4.15.1. This fixes a regression in v4.15 related to the handling of hidden virtual methods. The regression does not affect PyQt.
|
||||
- update to v4.15. This is a significant functional release and required by PyQt v5.0.1 and PyQt v4.10.3.
|
||||
- Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance.
|
||||
- Added the %FinalisationCode directive.
|
||||
- Added the /Mixin/ class annotation.
|
||||
- Added the /NoScope/ enum annotation.
|
||||
- Added sipConvertFromNewPyType() to the C API.
|
||||
- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
|
||||
- Added sipRegisterProxyResolver() to the C API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:19:09 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%define rversion %{version}
|
||||
%define python_sip_api 10.0
|
||||
%define python_sip_api 10.1
|
||||
|
||||
Name: python-sip
|
||||
Version: 4.14.7
|
||||
Version: 4.15.1
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 03:31:58 UTC 2013 - termim@gmail.com
|
||||
|
||||
- update to 4.15.1. This fixes a regression in v4.15 related to the handling of hidden virtual methods. The regression does not affect PyQt.
|
||||
- update to v4.15. This is a significant functional release and required by PyQt v5.0.1 and PyQt v4.10.3.
|
||||
- Added the call_super_init argument to the %Module directive to specify that classes should support cooperative multi-inheritance.
|
||||
- Added the %FinalisationCode directive.
|
||||
- Added the /Mixin/ class annotation.
|
||||
- Added the /NoScope/ enum annotation.
|
||||
- Added sipConvertFromNewPyType() to the C API.
|
||||
- Added sipConvertToArray() and sipConvertToTypedArray() to the C API.
|
||||
- Added sipRegisterProxyResolver() to the C API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 02:57:09 UTC 2013 - mlin@suse.com
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%global py3_incdir %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc(True))" 2>/dev/null || echo PYTHON-NOT-FOUND)
|
||||
%define rversion %{version}
|
||||
%define python_sip_api 10.0
|
||||
%define python_sip_api 10.1
|
||||
|
||||
Name: python3-sip
|
||||
Version: 4.14.7
|
||||
Version: 4.15.1
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05669120a53a2c98f98560424cda413ae95f5528494c80764004dbea78d361b7
|
||||
size 754916
|
3
sip-4.15.1.tar.gz
Normal file
3
sip-4.15.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e2c698d95685ec24c00c27ea05be55782b094616429a4256f63850530d676ad
|
||||
size 772389
|
Loading…
Reference in New Issue
Block a user