Commit Graph

68 Commits

Author SHA256 Message Date
61f9f03dd4 update to 4.13.2:
- A bug fix release.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=71
2012-02-20 12:20:38 +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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=68
2011-12-23 12:58:15 +00:00
7616a52f61 Accepting request 89923 from devel:languages:python
Added the last changes to changelog

OBS-URL: https://build.opensuse.org/request/show/89923
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=65
2011-11-02 16:04:58 +00:00
Ismail Dönmez
a861b93cd2 Accepting request 79987 from home:termim:branches:KDE:Qt
add python-sip-bin package to avoid conflicts between python2 and python3 versions

OBS-URL: https://build.opensuse.org/request/show/79987
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=61
2011-08-29 11:40:46 +00:00
Ismail Dönmez
ba46c76bbe Accepting request 79128 from home:termim:branches:KDE:Qt
Fix License per bnc#712639

OBS-URL: https://build.opensuse.org/request/show/79128
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=59
2011-08-17 13:51:09 +00:00
Ismail Dönmez
6d05158638 Accepting request 79001 from home:termim:branches:KDE:Qt
Update to 4.12.4
add python3-sip.spec

OBS-URL: https://build.opensuse.org/request/show/79001
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=58
2011-08-16 12:28:43 +00:00
a7bf4cb9eb - update to 4.12.3:
- A bug fix release.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=56
2011-05-30 13:27:18 +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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=54
2011-05-02 16:56:25 +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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=52
2011-01-25 10:56:50 +00:00
OBS User buildservice-autocommit
9246fcba2b Updating link to change in openSUSE:Factory/python-sip revision 40.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=e177544e43dda3b65c93e2477b9a5da3
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().

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=50
2011-01-03 09:45:55 +00:00
OBS User buildservice-autocommit
9e486a1f00 Updating link to change in openSUSE:Factory/python-sip revision 38.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=2e809eccdfd8d6e5c0f5fb580f6105d2
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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=48
2010-10-25 13:34:04 +00:00
OBS User buildservice-autocommit
38951e749c Updating link to change in openSUSE:Factory/python-sip revision 36.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=749af23aeb054142c7a296dffe0c0d77
2010-10-03 20:37:36 +00:00
OBS User autobuild
630a3956f2 checked in (request 49692)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=47
2010-10-03 20:37:35 +00:00
cabac3c604 Accepting request 49630 from home:luca_b:pyqt
OBS-URL: https://build.opensuse.org/request/show/49630
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=46
2010-10-03 19:05:35 +00:00
4de6b28c91 Accepting request 49064 from home:TheBlackCat:kde
OBS-URL: https://build.opensuse.org/request/show/49064
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=45
2010-09-26 17:02:38 +00:00
OBS User buildservice-autocommit
12e5baa3ad Updating link to change in openSUSE:Factory/python-sip revision 35.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=5b949cb1cdbdfa77109a1e26ae07b62c
2010-09-06 09:48:25 +00:00
Stephan Kulow
b9a0af67e8 Accepting request 47210 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/47210
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=43
2010-09-06 08:03:58 +00:00
OBS User buildservice-autocommit
3e59cb2832 Updating link to change in openSUSE:Factory/python-sip revision 34.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=261f1b67d5cf6dbc8f69c788755f12ce
2010-09-03 12:20:14 +00:00
OBS User autobuild
5ef8a7649a checked in (request 46893)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=42
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.

- update to 4.10.5:
  - A bug fix release for Python v3 and Python v2.7.
  - Use capsules when being built for Python v2.7 to work around an apparent
    bug in the support for PyCObject.
  - Added support for Q_SLOT, Q_SLOTS, Q_SIGNAL and Q_SIGNALS.
  - Added the /__len__/ function annotation.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=41
2010-09-01 08:46:33 +00:00
OBS User autobuild
fbb051486d checked in (request 41422)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=40
2010-06-14 15:08:54 +00:00
0301e137b4 - update to 4.10.2:
- A bug fix release.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=39
2010-06-08 14:52:09 +00:00
OBS User buildservice-autocommit
416c3edb91 Updating link to change in openSUSE:Factory/python-sip revision 30.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=e8c9e2a962e7c5cc6353b4c1f6f3222b
2010-05-25 12:08:26 +00:00
OBS User autobuild
04f6e552b5 checked in (request 40407)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=38
2010-05-25 12:08:25 +00:00
Pavol Rusnak
d705cf8580 Accepting request 40393 from home:RedDwarf:branches:KDE:Qt
Copy from home:RedDwarf:branches:KDE:Qt/python-sip via accept of submit request 40393 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40393
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=37
2010-05-19 22:04:22 +00:00
OBS User buildservice-autocommit
3254f68c24 Updating link to change in openSUSE:Factory/python-sip revision 29.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=94a1f9deefea4bf791769149231c43d2
2010-03-31 17:52:30 +00:00
OBS User autobuild
147281412c checked in (request 35884)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=36
2010-03-31 17:52:29 +00:00
0ea71f7935 ChangeLog has been removed
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=35
2010-03-26 19:15:32 +00:00
afffd6ca67 - update to 4.10.1:
* Added the /NoCopy/ function and argument annotations.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=34
2010-03-26 17:50:21 +00:00
OBS User autobuild
45c04c244e checked in (request 31828)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=32
2010-02-09 21:46:32 +00:00
3a985e8ae2 Accepting request 29769 from KDE:Qt46
Copy from KDE:Qt46/python-sip via accept of submit request 29769 revision 3.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/29769
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=31
2010-01-15 19:14:49 +00:00
Stephan Binner
729ac34011 unbreak
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=30
2009-11-29 07:19:17 +00:00
Lubos Lunak
d7f5932a03 fix build
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=29
2009-11-27 13:47:42 +00:00
ae31ba09df Accepting request 24944 from home:frispete:branches:KDE:Qt
Copy from home:frispete:branches:KDE:Qt/python-sip via accept of submit request 24944 revision 30.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/24944
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=28
2009-11-27 12:39:21 +00:00
OBS User buildservice-autocommit
24e8c74f70 Updating link to change in openSUSE:Factory/python-sip revision 25.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=0e1be0d60d2aa6be360d3ae585a93c39
2009-11-23 12:57:09 +00:00
OBS User autobuild
3754338112 checked in
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=27
2009-11-23 12:57:08 +00:00
86c8257971 - update to 4.9.2:
* A bug fix release.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=26
2009-11-20 11:16:56 +00:00
58351be6cc - add split-provides
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=25
2009-11-20 11:12:28 +00:00
OBS User autobuild
205fe90c30 checked in
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=24
2009-10-26 16:07:14 +00:00
eb88be1bb1 - update to 4.9.1:
* A bug fix release.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=23
2009-10-24 10:29:21 +00:00
62bcbc820a - update to 4.9:
* support for __iter__ and __next__
  * the %API directive
  * the /API/ annotation
  * sipIsAPIEnabled() has been added to the C API
  * sip.getapi() and sip.setapi() have been added to the Python API
  * sip.ispyowned() has been added to the Python API
  * mapped types can now act as a namespace for enums and static methods
  * the /Array/ annotation can now be applied to classes and mapped types
  * the /NoArgParser/ annotation can now be applied to methods as well as functions
  * the --arch flag was added to configure.py to specify which MacOS/X architectures are built
  * SIP is now also licensed under the GPL v2 and v3.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=22
2009-09-28 17:03:40 +00:00
OBS User buildservice-autocommit
032a151c88 Updating link to change in openSUSE:Factory/python-sip revision 22.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=c741d7e262bd8153a72c957b2aaed114
2009-08-31 19:21:34 +00:00
OBS User autobuild
6a4291f7a4 checked in
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=21
2009-08-31 19:21:32 +00:00
Stephan Binner
34a67819a8 fix build on <11.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=20
2009-08-31 16:24:37 +00:00
Stephan Binner
9b145a4e47 fix plasmoids requiring python-devel to work (part of bnc#535057)
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=19
2009-08-31 12:57:19 +00:00
OBS User autobuild
6ae14c385d Accepting request 17948 from KDE:Qt
Copy from KDE:Qt/python-sip based on submit request 17948 from user Beineri

OBS-URL: https://build.opensuse.org/request/show/17948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=21
2009-08-17 12:56:00 +00:00
OBS User unknown
328dd963c3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=20 2009-08-04 20:34:07 +00:00
OBS User unknown
abbc05a247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=19 2009-07-25 16:58:06 +00:00