Dirk Mueller
4ef7b1cbb1
- Use alternatives for /usr/bin/sip to prevent conflicts between Python 3 and Python 2 python-sip-devel packages OBS-URL: https://build.opensuse.org/request/show/204054 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=111
167 lines
6.5 KiB
Plaintext
167 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Oct 20 07:42:54 UTC 2013 - lbeltrame@kde.org
|
|
|
|
- Use alternatives for /usr/bin/sip to prevent conflicts between
|
|
Python 3 and Python 2 python-sip-devel packages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 12:41:50 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
- update to v4.15.3. This is a bug fix release for a regression
|
|
that affects PyQtChart.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 24 09:42:26 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
- Fix building on openSUSE 12.2. The approach is kind of ugly,
|
|
but it is the only way I can find that works. Feel free to improve
|
|
it.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 19 10:37:30 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
- update to v4.15.2. This is a minor functional release that will
|
|
be needed by PyQt v5.1. It also contains bug fixes needed by
|
|
PyKDE4.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 13:31:52 UTC 2013 - speilicke@suse.com
|
|
|
|
- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
|
|
that in python3-sip-devel (plus split provides) only causes trouble. It will
|
|
make python3-sip-devel depend forever on Python2 for absolutely no reason.
|
|
Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
|
|
since the binary is identical. You can have both installed in parallel and
|
|
remove either without breaking anything. (bnc#835161)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 06:49:37 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
- Build issues are resolved with the Python KDE bindings. Return
|
|
to version 4.15.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 30 14:36:12 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
- Revert back to version 4,14,7 to prevent crashes in Plasma-desktop
|
|
(bko#323899).
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Update to 4.14.4
|
|
* bugfix release
|
|
* include a potential incompatibility in the use of the %VirtualErrorHandler directive.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 9 13:44:20 UTC 2012 - lbeltrame@kde.org
|
|
|
|
- Update to 4.14.2:
|
|
- Added sip.setdestroyonexit().
|
|
- sip.voidptr() will now accept any object that implements the buffer
|
|
protocol.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
- Removed openSUSE 11.4 spec file workarounds
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 29 09:55:09 UTC 2012 - dmueller@suse.com
|
|
|
|
- update to 4.14.1:
|
|
- SIP_PYBUFFER can now be used to define objects that implement the Python
|
|
buffer protocol.
|
|
- Added /Capsule/ typedef annotation.
|
|
- Added the 'z' format character to sipBuildResult().
|
|
- Added the 'z', '!' and '$' format characters to sipParseResult().
|
|
- The C prototype foo(void) is now accepted.
|
|
- sipdistutils.py will now include swig_opts if no sip_opts have been
|
|
defined.
|
|
- Bug fixes.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- install api version as rpm macro
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 22 02:59:36 UTC 2012 - mlin@suse.com
|
|
|
|
- Update to version 4.13.3
|
|
- The /NoRaisesPyException/ and /RaisesPyException/ function annotations can
|
|
now be applied to constructors.
|
|
- Added support for the Python v3.3 handling of Unicode.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 11 13:40:14 UTC 2012 - asterios.dramis@gmail.com
|
|
|
|
- Link against libpython. Fixes bnc#756282 and bnc#721280.
|
|
- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
|
|
Use SUSE- proprietary extension until SIP license is accepted upstream at
|
|
spdx.org
|
|
- Remove SUSE_ASNEEDED=0 from spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 10:33:26 UTC 2011 - cgiboudeaux@gmx.com
|
|
|
|
- Define python3_sitearch (fixes the <12.1 build)
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 26 20:19:38 UTC 2011 - Sascha.Manns@open-slx.de
|
|
|
|
- Update to 4.13
|
|
- last stable release
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 18:41:49 UTC 2011 - termim@gmail.com
|
|
|
|
- Add python-sip-bin package to avoid conflicts between python2
|
|
and python3 versions
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 16 00:07:23 UTC 2011 - termim@gmail.com
|
|
|
|
- Update to 4.12.4
|
|
- A bug fix release.
|
|
- Adapted python-sip.spec for python3
|
|
|
|
|