[Python-modules-commits] [python-qtpy] 01/05: Merge tag 'upstream/1.1.1'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 8 18:04:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-qtpy.

commit bcfa154f4ec01c406dcada3277c96aa7f0d55c66
Merge: bb8cdfb d0ff155
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 3 13:50:11 2016 +0100

    Merge tag 'upstream/1.1.1'
    
    Upstream version 1.1.1
    
    # gpg: Signature made Sun 03 Jul 2016 13:50:07 BST using RSA key ID DDEB910A
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 1282 871F 5C7F 0CB6 BBA1  0BD9 A930 D81A 46EC 4F9B
    #      Subkey fingerprint: F3DB 8E75 2506 0E1B DB84  C20D 6A99 0FB3 DDEB 910A

 .travis.yml                   |  87 ++++++----------
 AUTHORS.md                    |   5 +
 CHANGELOG.md                  | 103 +++++++++++++++++--
 README.md                     |  20 +++-
 appveyor.yml                  |  39 ++++++++
 qtpy/QtCore.py                |  22 ++---
 qtpy/QtDesigner.py            |  11 +--
 qtpy/QtGui.py                 |  14 +--
 qtpy/QtNetwork.py             |  14 +--
 qtpy/QtPrintSupport.py        |  14 +--
 qtpy/QtSvg.py                 |  14 +--
 qtpy/QtTest.py                |  18 +---
 qtpy/QtWebEngineWidgets.py    |  14 +--
 qtpy/QtWidgets.py             |  29 +++---
 qtpy/__init__.py              |  43 ++++----
 qtpy/_patch/__init__.py       |   0
 qtpy/_patch/qcombobox.py      | 101 +++++++++++++++++++
 qtpy/_version.py              |   2 +-
 qtpy/compat.py                |   4 +-
 qtpy/uic.py                   | 223 ++++++++++++++++++++++++++++++++++++++++++
 setup.py                      |  10 +-
 tests/conftest.py             |  59 +++++++++++
 tests/test.ui                 |  35 +++++++
 tests/test_custom.ui          |  42 ++++++++
 tests/test_main.py            |  71 ++++++++++++++
 tests/test_patch_qcombobox.py |  94 ++++++++++++++++++
 tests/test_uic.py             |  68 +++++++++++++
 tests/tests.py                |  11 ---
 28 files changed, 961 insertions(+), 206 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtpy.git



More information about the Python-modules-commits mailing list