[Python-modules-commits] [python-qtpy] branch upstream updated (2facca4 -> d0ff155)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 8 14:40:47 UTC 2016


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

ghisvail-guest pushed a change to branch upstream
in repository python-qtpy.

      from  2facca4   Imported Upstream version 1.0.2
       new  d0ff155   Imported Upstream version 1.1.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 +++----
 {tests => 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(-)
 create mode 100644 appveyor.yml
 copy {tests => qtpy/_patch}/__init__.py (100%)
 create mode 100644 qtpy/_patch/qcombobox.py
 create mode 100644 qtpy/uic.py
 create mode 100644 tests/conftest.py
 create mode 100644 tests/test.ui
 create mode 100644 tests/test_custom.ui
 create mode 100644 tests/test_main.py
 create mode 100644 tests/test_patch_qcombobox.py
 create mode 100644 tests/test_uic.py
 delete mode 100644 tests/tests.py

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