45610a9dbd
Accepting request 180859 from KDE:Qt
Stephan Kulow
2013-06-28 09:54:47 +00:00
2248561cb6
readd p3 spec
Stephan Kulow
2013-06-25 11:48:50 +00:00
cc1800a5b9
remove duplicated spec file
Stephan Kulow
2013-06-24 09:04:11 +00:00
2ddbdf4b94
- 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.
Dirk Mueller2013-06-19 07:21:24 +00:00
3a929d70ef
Accepting request 173739 from KDE:Qt
Stephan Kulow
2013-05-02 09:44:50 +00:00
a8a809dc61
Accepting request 150264 from KDE:Qt
Stephan Kulow
2013-01-29 13:34:46 +00:00
2c89b5e678
- update to 4.14.3: - The /KeepReference/ argument annotation, when applied to factories, will now keep the reference with the object created by the factory. - Any object that supports the buffer protocol can now be passed when a sip.voidptr is expected.
Dirk Mueller2013-01-29 08:06:11 +00:00
c5680d28c4
Accepting request 147139 from KDE:Qt
Stephan Kulow
2013-01-07 16:37:37 +00:00
272f1409c6
Accepting request 142452 from devel:languages:python3
Dirk Mueller2013-01-04 17:00:22 +00:00
f9558c2b6a
Accepting request 144842 from KDE:Qt
Stephan Kulow
2012-12-14 09:46:35 +00:00
8a064d3ab7
- 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.
Dirk Mueller2012-10-29 09:55:30 +00:00
c235ac83cf
Accepting request 136575 from KDE:Qt
Stephan Kulow
2012-10-03 08:08:34 +00:00
07ca79cac4
Accepting request 127207 from KDE:Qt
Stephan Kulow
2012-07-09 08:16:46 +00:00
7457f4fde9
- install api version as rpm macro * The /NoRaisesPyException/ and /RaisesPyException/ function annotations can now be applied to constructors. * Added support for the Python v3.3 handling of Unicode.
Dirk Mueller2012-07-05 12:30:49 +00:00
20de8da597
Accepting request 125734 from home:mlin7442:branches:KDE:Qt
Adrian Schröter2012-06-22 07:22:31 +00:00
5766ee6723
Accepting request 115251 from KDE:Qt
Stephan Kulow
2012-05-03 09:00:12 +00:00
61f9f03dd4
update to 4.13.2: - A bug fix release.
Dirk Mueller2012-02-20 12:20:38 +00:00
b3863756c1
Accepting request 98711 from KDE:Qt
Stephan Kulow
2012-01-05 12:51:41 +00:00
400062b4c4
- update to 4.13.1: - Deprecation warnings can no longer be disabled. - Added the all_raise_py_exception argument to the %Module directive. - Added the /NoRaisesPyException/ function annotation. - Added the /PyName/ typedef annotation. - Class templates now allow super-classes to be defined as template arguments. - Added support for 'public' preceding the name of a class in a super-class list. - Added support for 'protected' and 'private' preceding the name of a class in a super-class list. Any such super-class will be ignored.
Dirk Mueller2011-12-23 12:58:15 +00:00
0c02b131ee
Accepting request 92901 from KDE:Qt
Stephan Kulow
2011-11-22 16:49:25 +00:00
b70fb8fdf4
Accepting request 92833 from home:cgiboudeaux:branches:KDE:Qt
Dirk Mueller2011-11-21 17:02:25 +00:00
7616a52f61
Accepting request 89923 from devel:languages:python
Dirk Mueller2011-11-02 16:04:58 +00:00
0b00568862
Autobuild autoformatter for 81774
Sascha Peilicke
2011-09-11 17:35:25 +00:00
93a5ad2e3c
- update to 4.12.2: * /KeepReference/ is now supported as a function annotation. * Handwritten code in class templates no longer have the types substituted in lines that appear to contain C preprocessor directives. * Added support for global inplace numeric operators.
Dirk Mueller2011-05-02 16:56:25 +00:00
72c635a5c6
Autobuild autoformatter for 60412
Ruediger Oertel
2011-02-11 01:13:37 +00:00
6e7a9096fe
- update to 4.12.1: - Added support for the __getattribute__, __getattr__, __setattr__ and __delattr__ methods. - Added the /RaisesPyException/ function annotation. - Added SIP_SSIZE_T as a predefined type. - PyObject * can now be used as a synonym for SIP_PYOBJECT. - Added sip.ispycreated() to the sip module. - Added the --deployment-target flag to configure.py for MacOS/X.
Dirk Mueller2011-01-25 10:56:50 +00:00
2a05831803
Autobuild autoformatter for 57006
Berthold Gunreben
2011-01-07 09:37:01 +00:00
9246fcba2b
Updating link to change in openSUSE:Factory/python-sip revision 40.0
OBS User buildservice-autocommit
2011-01-07 09:37:01 +00:00
8736b6e6af
- update to 4.12: - Implemented the revised directive syntax for %Module. - Deprecated %CModule, use %Module instead. - Added the keyword_arguments argument to %Module to specify the level of support for Python keyword arguments. - Deprecated the -k flag to sip, use the keyword_arguments argument to %Module instead. - Added an automatic pseudo-%Timeline to allow the SIP version number to be used in the %If directive. - Changed the behavior of the /KeywordArgs/ annotation to specify the level of support for Python keyword arguments. - Deprecated the /NoKeywordArgs/ annotation, use /KeywordArgs="All"/ instead. - Added the use_argument_names argument to %Module to provide the real names of arguments to handwritten code. - Module docstrings are now supported. - Added %AutoPyName to automatically provide Python names. - Added %Property to implement Python properties based on C/C++ getters and setters. - Added %Extract to allow arbitrary text to be embedded in specification files and subsequently extracted. - Deprecated %Doc and %ExportedDoc, use %Extract instead. - Added the -X flag to sip to extract text defined with %Extract. - Deprecated the -d flag to sip, use -X instead. - Added /PyInt/ as an argument, function and typedef annotation to force char types to be handled as Python integers rather that single character strings. - Added the L and M format characters to sipBuildResult(), sipCallMethod() and sipParseResult(). - Added sipGetAddress().
Dirk Mueller2011-01-03 09:45:55 +00:00
dc1f7f8321
Autobuild autoformatter for 53434
OBS User autobuild
2010-11-20 11:01:55 +00:00
9e486a1f00
Updating link to change in openSUSE:Factory/python-sip revision 38.0
OBS User buildservice-autocommit
2010-11-20 11:01:55 +00:00
d1fe9188f3
- update to 4.11.2: - /KeepReference/ can now be applied to global functions and static methods. - %TypeCode can now be specified in a %MappedType directive. - Mapped types for templates no longer require the template arguments to be fully defined. - Build system changes required by PyQt v4.8 and Qt v4.7.
Dirk Mueller2010-10-25 13:34:04 +00:00
6e752de7e4
Accepting request 49692 from KDE:Qt
OBS User autobuild
2010-10-03 20:37:36 +00:00
38951e749c
Updating link to change in openSUSE:Factory/python-sip revision 36.0
OBS User buildservice-autocommit
2010-10-03 20:37:36 +00:00
630a3956f2
checked in (request 49692)
OBS User autobuild
2010-10-03 20:37:35 +00:00
cabac3c604
Accepting request 49630 from home:luca_b:pyqt
Dirk Mueller2010-10-03 19:05:35 +00:00
4de6b28c91
Accepting request 49064 from home:TheBlackCat:kde
Dirk Mueller2010-09-26 17:02:38 +00:00
432191c3e1
Accepting request 47213 from KDE:Qt
OBS User autobuild
2010-09-06 09:48:25 +00:00
12e5baa3ad
Updating link to change in openSUSE:Factory/python-sip revision 35.0
OBS User buildservice-autocommit
2010-09-06 09:48:25 +00:00
b9a0af67e8
Accepting request 47210 from home:coolo:branches:openSUSE:Factory
Stephan Kulow
2010-09-06 08:03:58 +00:00
b84ca56338
Accepting request 46893 from KDE:Qt
OBS User autobuild
2010-09-03 12:20:14 +00:00
3e59cb2832
Updating link to change in openSUSE:Factory/python-sip revision 34.0
OBS User buildservice-autocommit
2010-09-03 12:20:14 +00:00
5ef8a7649a
checked in (request 46893)
OBS User autobuild
2010-09-03 12:20:13 +00:00
635beba9eb
- update to 4.11: - Added the %UnitPostIncludeCode directive. - /KeepReference/ will now accept a key to track when the same object is passed to more than one method. - operator() and __call__() can now accept keyword arguments. - Added support for Python v3.2.
Dirk Mueller2010-09-01 08:46:33 +00:00
707b325d81
Accepting request 41422 from KDE:Qt
OBS User autobuild
2010-06-14 15:08:55 +00:00
fbb051486d
checked in (request 41422)
OBS User autobuild
2010-06-14 15:08:54 +00:00
0301e137b4
- update to 4.10.2: - A bug fix release.
Dirk Mueller2010-06-08 14:52:09 +00:00
d2f42bd6dd
Accepting request 40407 from KDE:Qt
OBS User autobuild
2010-05-25 12:08:26 +00:00
416c3edb91
Updating link to change in openSUSE:Factory/python-sip revision 30.0
OBS User buildservice-autocommit
2010-05-25 12:08:26 +00:00
04f6e552b5
checked in (request 40407)
OBS User autobuild
2010-05-25 12:08:25 +00:00
d705cf8580
Accepting request 40393 from home:RedDwarf:branches:KDE:Qt
Pavol Rusnak
2010-05-19 22:04:22 +00:00
7987a7b231
Accepting request 35884 from KDE:Qt
OBS User autobuild
2010-03-31 17:52:30 +00:00
3254f68c24
Updating link to change in openSUSE:Factory/python-sip revision 29.0
OBS User buildservice-autocommit
2010-03-31 17:52:30 +00:00
147281412c
checked in (request 35884)
OBS User autobuild
2010-03-31 17:52:29 +00:00