Accepting request 850573 from home:bnavigator:branches:KDE:Qt5

- Update to version 5.5.0
  * Added the 'exceptions', 'extra_compile_args', 'extra_link_args'
    and 'extra_objects' attributes to the 'Buildable' class with
    corresponding bindings options.
  * The 'abi-version' project option and the '--abi-version' of 
    sip-module can now specify a major version only (as opposed to
    a major.minor version) to select the latest ABI with that major
    version number.

OBS-URL: https://build.opensuse.org/request/show/850573
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=51
This commit is contained in:
2020-11-24 20:15:53 +00:00
committed by Git OBS Bridge
parent a16f1a6397
commit d04aea748f
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 24 15:01:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 5.5.0
* Added the 'exceptions', 'extra_compile_args', 'extra_link_args'
and 'extra_objects' attributes to the 'Buildable' class with
corresponding bindings options.
* The 'abi-version' project option and the '--abi-version' of
sip-module can now specify a major version only (as opposed to
a major.minor version) to select the latest ABI with that major
version number.
-------------------------------------------------------------------
Mon Nov 16 22:00:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>