diff --git a/python-sip.changes b/python-sip.changes index 04963b2..9817a55 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -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 diff --git a/python-sip.spec b/python-sip.spec index cfd844d..a30c5ac 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -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 diff --git a/python3-sip.changes b/python3-sip.changes index 4210e8c..015bdb4 100644 --- a/python3-sip.changes +++ b/python3-sip.changes @@ -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 diff --git a/python3-sip.spec b/python3-sip.spec index f57718e..80510b9 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -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 diff --git a/sip-4.14.7.tar.gz b/sip-4.14.7.tar.gz deleted file mode 100644 index 30976c7..0000000 --- a/sip-4.14.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05669120a53a2c98f98560424cda413ae95f5528494c80764004dbea78d361b7 -size 754916 diff --git a/sip-4.15.1.tar.gz b/sip-4.15.1.tar.gz new file mode 100644 index 0000000..d081422 --- /dev/null +++ b/sip-4.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2c698d95685ec24c00c27ea05be55782b094616429a4256f63850530d676ad +size 772389