Accepting request 136482 from home:luca_b:branches:KDE:Qt
This is an update (see below) for the SIP package following the latest upstream version. I have updated both the python2 and python3 spec files. Let me know if I need to make a separate request for the py2 version. - Update to latest upstream version: - The internal API version is increased to 9.0 requiring the regeneration of all modules. - Added the %InstanceCode directive. - Added the %VirtualErrorHandler directive. - Added the default_VirtualErrorHandler argument to the %Module directive. - Added the VirtualErrorHandler class annotation. - Added the NoVirtualErrorHandler and VirtualErrorHandler function annotations. - The AllowNone and NoRelease mapped type annotations can now be used with mapped type templates. - SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated corresponding to the -t arguments passed on the command line. - Deprecated sipTransferBreak(). - For Python v2.x unsigned short and unsigned char (when used as a byte) are now converted to int, rather than long, objects. - Added support for MSVC 2010 to the build system. - - Update to the latest upstream version: - The internal API version is increased to 9.0 requiring the regeneration of all modules. - Added the %InstanceCode directive. - Added the %VirtualErrorHandler directive. - Added the default_VirtualErrorHandler argument to the %Module directive. - Added the VirtualErrorHandler class annotation. - Added the NoVirtualErrorHandler and VirtualErrorHandler function annotations. - The AllowNone and NoRelease mapped type annotations can now be used with mapped type templates. OBS-URL: https://build.opensuse.org/request/show/136482 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=79
This commit is contained in:
parent
7457f4fde9
commit
90de1c1f48
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 05:42:10 UTC 2012 - einar@heavensinferno.net
|
||||||
|
|
||||||
|
- Update to latest upstream version:
|
||||||
|
|
||||||
|
- The internal API version is increased to 9.0 requiring the regeneration
|
||||||
|
of all modules.
|
||||||
|
- Added the %InstanceCode directive.
|
||||||
|
- Added the %VirtualErrorHandler directive.
|
||||||
|
- Added the default_VirtualErrorHandler argument to the %Module directive.
|
||||||
|
- Added the VirtualErrorHandler class annotation.
|
||||||
|
- Added the NoVirtualErrorHandler and VirtualErrorHandler function
|
||||||
|
annotations.
|
||||||
|
- The AllowNone and NoRelease mapped type annotations can now be used
|
||||||
|
with mapped type templates.
|
||||||
|
- SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
|
||||||
|
corresponding to the -t arguments passed on the command line.
|
||||||
|
- Deprecated sipTransferBreak().
|
||||||
|
- For Python v2.x unsigned short and unsigned char (when used as a byte)
|
||||||
|
are now converted to int, rather than long, objects.
|
||||||
|
- Added support for MSVC 2010 to the build system.
|
||||||
|
-
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 5 12:30:23 UTC 2012 - dmueller@suse.com
|
Thu Jul 5 12:30:23 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%define rversion %{version}
|
%define rversion %{version}
|
||||||
%define python_sip_api 8.1
|
%define python_sip_api 9.0
|
||||||
|
|
||||||
Name: python-sip
|
Name: python-sip
|
||||||
Version: 4.13.3
|
Version: 4.14
|
||||||
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
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 05:43:35 UTC 2012 - einar@heavensinferno.net
|
||||||
|
|
||||||
|
- Update to the latest upstream version:
|
||||||
|
|
||||||
|
- The internal API version is increased to 9.0 requiring the regeneration
|
||||||
|
of all modules.
|
||||||
|
- Added the %InstanceCode directive.
|
||||||
|
- Added the %VirtualErrorHandler directive.
|
||||||
|
- Added the default_VirtualErrorHandler argument to the %Module directive.
|
||||||
|
- Added the VirtualErrorHandler class annotation.
|
||||||
|
- Added the NoVirtualErrorHandler and VirtualErrorHandler function
|
||||||
|
annotations.
|
||||||
|
- The AllowNone and NoRelease mapped type annotations can now be used
|
||||||
|
with mapped type templates.
|
||||||
|
- SIP_PLATFORM_* and SIP_TIMELINE_* preprocessor symbols are generated
|
||||||
|
corresponding to the -t arguments passed on the command line.
|
||||||
|
- Deprecated sipTransferBreak().
|
||||||
|
- For Python v2.x unsigned short and unsigned char (when used as a byte)
|
||||||
|
are now converted to int, rather than long, objects.
|
||||||
|
- Added support for MSVC 2010 to the build system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 5 12:30:36 UTC 2012 - dmueller@suse.com
|
Thu Jul 5 12:30:36 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@
|
|||||||
%global py3_abi %(python3-config --abiflags)
|
%global py3_abi %(python3-config --abiflags)
|
||||||
|
|
||||||
%define rversion %{version}
|
%define rversion %{version}
|
||||||
%define python_sip_api 8.1
|
%define python_sip_api 9.0
|
||||||
|
|
||||||
Name: python3-sip
|
Name: python3-sip
|
||||||
Version: 4.13.3
|
Version: 4.14
|
||||||
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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec295f71ef339c5b98db5650865f2c6c1200c4085b7a3f33f284111e1f534ac1
|
|
||||||
size 734458
|
|
3
sip-4.14.tar.gz
Normal file
3
sip-4.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52175dfd8d8a82b861bf698843e344a69c313f1fe80ba45a19fbdf63ab57c937
|
||||||
|
size 742647
|
Loading…
Reference in New Issue
Block a user