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

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

Branch merges

Branch information

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

Recent commits

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

Fix and cleanup version string for 5.12.6 release

Change-Id: I3ea04143444c891ea6c5777faf606bf8dbd2e543
Reviewed-by: Qt CI Bot <email address hidden>
Reviewed-by: Friedemann Kleint <email address hidden>

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

Brute solution for skipping missing ci template

There is a problem with Ubuntu 18.04 provisioning in
Qt5#5.12.6 branch, so we can't use that target. In
order to be able to skip that, we have to use CI's
custom module class instead of pyside class to get
pass the blocker. This commit is only to be used in
release branch, while it disables LicenceCheck target.

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

6564925... by Friedemann Kleint

Add 5.12.6 changelog

Change-Id: Ia7dee36eec9e20598627c490bf5c33fb0d7620fe
Reviewed-by: Cristian Maureira-Fredes <email address hidden>
(cherry picked from commit a75ab6b986ce570185e312b0d2a58f813525b728)
Reviewed-by: Simo Fält <email address hidden>

d55827d... by Julien Schueller

Fix RuntimeError: dictionary changed size during iteration

Seems the dictionary of modules needs to be copied before iterating
Fixes https://github.com/spyder-ide/qtpy/issues/195

Change-Id: I8517e031c4a250856d3318b364b1cd5dab3f8f80
Reviewed-by: Christian Tismer <email address hidden>
(cherry picked from commit dc73e75c1802df9e7594097ca65327b937097b3f)
Reviewed-by: Friedemann Kleint <email address hidden>

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

Disable Android target from CI

Change-Id: I4945620d3328cfd26a713306730beb64445136f4
Reviewed-by: Cristian Maureira-Fredes <email address hidden>
(cherry picked from commit 833e2e1dde7c2f4de281c177e42e737b6865cdde)

9571893... by Cristian Maureira-Fredes <email address hidden>

Remove extra ref on QDataStream::setDevice

According to the documentation the object does not take
ownership of the QIODevice.

Change-Id: I1a617844fd825e6420167c4a5d848fd36e90823f
Fixes: PYSIDE-1007
Reviewed-by: Qt CI Bot <email address hidden>
Reviewed-by: Alexandru Croitor <email address hidden>
Reviewed-by: Friedemann Kleint <email address hidden>

0add417... by stackless

Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7

The patching of the type generation needs to become universal.
Additional to the patch for SbkObjectType_TypeF, we now patch

* SbkObjectTypeTpNew
* introduceWrapperType

which makes the modifications for the heaptype flag complete.

Actually, the modification of tp_new_wrapper has to be more
sophisticated in this general case:
We follow the __mro__ and patch exactly those functions which
have the old wrapper and add the new wrapper.

Change-Id: I51d4d77c99bd18eed2e31d2ab21143c0f4e2ea6c
Fixes: PYSIDE-1051
Reviewed-by: Qt CI Bot <email address hidden>
Reviewed-by: Cristian Maureira-Fredes <email address hidden>
(cherry picked from commit cd6172063756a59e02f1a7857bc60a1737214ad1)

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>