Commit Graph

26 Commits

Author SHA256 Message Date
740a61060a Accepting request 199357 from home:saschpe:branches:KDE:Qt
- 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)

- 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)

OBS-URL: https://build.opensuse.org/request/show/199357
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=107
2013-09-19 09:09:26 +00:00
Raymond Wooninck
9ba36b78b2 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=105 2013-09-11 06:50:01 +00:00
Raymond Wooninck
401240dd19 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=102 2013-08-30 14:33:15 +00:00
Ismail Dönmez
5b4550a47f Accepting request 196488 from home:termim:branches:KDE:Qt
Update to 4.15.1

OBS-URL: https://build.opensuse.org/request/show/196488
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=100
2013-08-28 13:02: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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=98
2013-06-19 07:21:24 +00:00
a53e1d5d0a - update to 4.14.6:
* Bug fix

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=96
2013-04-22 11:37:09 +00:00
bc45bd0ce1 - update to 4.14.5:
* Bug fixes (specifically for QGIS)

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=92
2013-03-27 09:26:09 +00:00
Ismail Dönmez
2e9229c035 Accepting request 157602 from home:mlin7442:branches:KDE:Qt
update to 4.14.4

OBS-URL: https://build.opensuse.org/request/show/157602
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=90
2013-03-08 10:55:22 +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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=88
2013-01-29 08:06:11 +00:00
272f1409c6 Accepting request 142452 from devel:languages:python3
Remove openSUSE 11.4 spec file workarounds (forwarded request 142451 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142452
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=86
2013-01-04 17:00:22 +00:00
Ismail Dönmez
c84116bab3 Accepting request 144840 from home:luca_b:branches:KDE:Qt
- Update to 4.14.2:
  - Added sip.setdestroyonexit().
  - sip.voidptr() will now accept any object that implements the buffer 
    protocol.

OBS-URL: https://build.opensuse.org/request/show/144840
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=84
2012-12-09 14:37:29 +00:00
1a96e20dd7 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=82 2012-10-29 10:45:43 +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.

- 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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=81
2012-10-29 09:55:30 +00:00
Ismail Dönmez
90de1c1f48 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
2012-10-02 07:27:30 +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.

- 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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=77
2012-07-05 12:30:49 +00:00
20de8da597 Accepting request 125734 from home:mlin7442:branches:KDE:Qt
update to version 4.13.3

OBS-URL: https://build.opensuse.org/request/show/125734
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=76
2012-06-22 07:22:31 +00:00
Ismail Dönmez
130872ef1f Accepting request 115249 from home:adra:branches:KDE:Qt
Fix for bnc#756282 and bnc#721280

OBS-URL: https://build.opensuse.org/request/show/115249
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=74
2012-04-24 20:22:11 +00:00
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
b70fb8fdf4 Accepting request 92833 from home:cgiboudeaux:branches:KDE:Qt
Fix the 11.3/11.4 python3-sip build

OBS-URL: https://build.opensuse.org/request/show/92833
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=66
2011-11-21 17:02:25 +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
b06bdcf2bc Accepting request 81744 from home:termim:branches:KDE:Qt
require python3-base only for > 11.4

OBS-URL: https://build.opensuse.org/request/show/81744
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=63
2011-09-10 09:46:00 +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
OBS User buildservice-autocommit
8c9fa8eb9c Updating link to change in openSUSE:Factory/python-sip revision 47.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=ed073d6c93bf35b6b4c5b7e05def3216
2011-08-19 13:23:37 +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