~thopiekar/pyside/+git/pyside-setup:5.12.5

Last commit made on 2019-09-11
Get this branch:
git clone -b 5.12.5 https://git.launchpad.net/~thopiekar/pyside/+git/pyside-setup

Branch merges

Branch information

Name:
5.12.5
Repository:
lp:~thopiekar/pyside/+git/pyside-setup

Recent commits

af0953e... by =?utf-8?q?Simo_F=C3=A4lt?= <email address hidden>

Cleanup version strings for 5.12.5 release

Change-Id: I40819f4594cfd2d76b8a580f78c4eefe1876af3c
Reviewed-by: Friedemann Kleint <email address hidden>

91003e1... by =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?= <email address hidden>

Add 5.12.5 changelog

Change-Id: I74b02a12aa9c1dd25c607cf17dfcd04a3908725d
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

f478f4f... by =?utf-8?q?Simo_F=C3=A4lt?= <email address hidden>

Bump version for 5.12.5

Change-Id: I741a7880bf87cca4a6482cc0e07e6f878e2e02b3
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

ffecd65... by =?utf-8?q?Simo_F=C3=A4lt?= <email address hidden>

Add Proprietary License to be show in metadata

Adding Proprietary License to METADATA to indicate possibility for
commercial licencing. License will be shown in pypi.org with LGPL
possibility.

Change-Id: Ic389adc2a867b9ea1118574fdf627e78acb02ba2
Reviewed-by: Friedemann Kleint <email address hidden>
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

04847c3... by =?utf-8?q?Cristi=C3=A1n_Maureira-Fredes?= <email address hidden>

Documentation: add a paragraph related to licenses

This is required to be showed on the description page
on PyPi.

Change-Id: I6e25736ea8540c8e5426dbe9d48678efc1033e0c
Reviewed-by: Simo Fält <email address hidden>

11322d4... by Alexandru Croitor <email address hidden>

Fix Xcode sdk value embedded into PySide2 binaries

Previously when building on the Coin VMs, the incorrect
Xcode sdk value of "10.0" was embedded into all the built shiboken
and PySide2 binaries. This causes issues when trying to notarize
a PySide2 app.

The reason why this happens is described as a long investigation
on the respective bug report.

The fix is to ask xcrun to report an SDK path which contains
the version number in the SDK path (/path/to/MacOSX10.14.sdk
vs just /path/to/MacOSX.sdk).

Change-Id: I3f02510953e2f54032c19a48cb8a7162814bf9e7
Fixes: PYSIDE-1066
Reviewed-by: Qt CI Bot <email address hidden>
Reviewed-by: Simo Fält <email address hidden>

a790865... by Friedemann Kleint

Update pyside2-tools submodule

Change-Id: Ifc268eea8a3c0137d19524d6d7114e3238a41a6d
Task-number: PYSIDE-1035
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

e6a5bcd... by Friedemann Kleint

Exclude SLES_12,15 from COIN builds

Change-Id: I6ba6cb1799837ebcf093404ca3415c893584f21e
Reviewed-by: Christian Tismer <email address hidden>
Reviewed-by: Simo Fält <email address hidden>

efc7ad5... by Renato Araujo Oliveira Filho <email address hidden>

Fix crash when accessing a invalid property in the smart pointer

Sbk_*_getattro receives an utf8 string and we need to convert it to
ascii string before use it on PyErr_Format.

Change-Id: Ie3cf5286c9eb6b01f86347b00d523837ca41de32
Reviewed-by: Cristian Maureira-Fredes <email address hidden>

68b2245... by stackless

correct QtPrintSupport dependency

QtPrintSupport was missing the XML entry QtWidgets
in typesystem_widgets_common.xml, which
resulted in follow-up errors in generate_pyi .

With this addition, the following pointer-types patch will create
a correct signature

def getPageMargins(self, unit: PySide2.QtPrintSupport.QPrinter.Unit) -> typing.Tuple[float, float, float, float]: ...

Task-number: PYSIDE-951
Change-Id: I0b87cc31c3b39e727aec0a433687a131f1dc1aa6
Reviewed-by: Friedemann Kleint <email address hidden>