- update to 4.14.7:
- The internal API version is increased to 10.0 requiring the regeneration of all modules. - Added the /Sequence/ function annotation. - %ConvertFromTypeCode can now be specified for classes. - Added sipEnableAutoconversion() to the C API. - Added sipSetDestroyOnExit() to the C API. - Bug fixes. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=98
This commit is contained in:
parent
a53e1d5d0a
commit
2ddbdf4b94
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:19:09 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 4.14.7:
|
||||
- The internal API version is increased to 10.0 requiring the regeneration of
|
||||
all modules.
|
||||
- Added the /Sequence/ function annotation.
|
||||
- %ConvertFromTypeCode can now be specified for classes.
|
||||
- Added sipEnableAutoconversion() to the C API.
|
||||
- Added sipSetDestroyOnExit() to the C API.
|
||||
- Bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 11:35:07 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
%define rversion %{version}
|
||||
%define python_sip_api 9.2
|
||||
%define python_sip_api 10.0
|
||||
|
||||
Name: python-sip
|
||||
Version: 4.14.6
|
||||
Version: 4.14.7
|
||||
Release: 0
|
||||
Summary: SIP tool to use python sip bindings
|
||||
License: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
||||
|
@ -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 9.2
|
||||
%define python_sip_api 10.0
|
||||
|
||||
Name: python3-sip
|
||||
Version: 4.14.6
|
||||
Version: 4.14.7
|
||||
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:4adda378be3ed0c2bb15f502b8437be72ddada20201b9433ea0df50c7b698daf
|
||||
size 749965
|
3
sip-4.14.7.tar.gz
Normal file
3
sip-4.14.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05669120a53a2c98f98560424cda413ae95f5528494c80764004dbea78d361b7
|
||||
size 754916
|
Loading…
Reference in New Issue
Block a user