[Python-modules-commits] [python-qtpy] branch upstream updated (3dc0eef -> 49a11dc)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 17 18:40:27 UTC 2017


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  3dc0eef   Imported Upstream version 1.1.2
       new  49a11dc   Import python-qtpy_1.2.0.orig.tar.gz

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:
 .ciocheck                            | 107 +++++++++++++++++++++++++++++++++++
 .travis.yml                          |   6 +-
 CHANGELOG.md                         |  40 +++++++++++++
 LICENSE.txt                          |   2 +-
 MANIFEST.in                          |   4 ++
 README.md                            |   2 +-
 appveyor.yml                         |  10 +++-
 circle.yml                           |  31 ++++++----
 qtpy/QtCore.py                       |   8 ++-
 qtpy/QtDesigner.py                   |   2 +-
 qtpy/QtGui.py                        |   2 +-
 qtpy/QtMultimedia.py                 |  13 +++++
 qtpy/QtNetwork.py                    |   2 +-
 qtpy/QtPrintSupport.py               |   2 +-
 qtpy/QtSvg.py                        |  15 ++---
 qtpy/QtTest.py                       |   2 +-
 qtpy/QtWebEngineWidgets.py           |   2 +-
 qtpy/QtWidgets.py                    |  16 ++++--
 qtpy/__init__.py                     |   2 +-
 qtpy/_patch/qcombobox.py             |   4 +-
 qtpy/_patch/qheaderview.py           |  89 +++++++++++++++++++++++++++++
 qtpy/_version.py                     |   2 +-
 qtpy/compat.py                       |   8 +--
 qtpy/tests/test_patch_qheaderview.py |  91 +++++++++++++++++++++++++++++
 qtpy/tests/test_qtmultimedia.py      |  12 ++++
 qtpy/tests/test_uic.py               |  13 +++++
 qtpy/uic.py                          |  11 ++--
 27 files changed, 447 insertions(+), 51 deletions(-)
 create mode 100644 .ciocheck
 create mode 100644 MANIFEST.in
 create mode 100644 qtpy/QtMultimedia.py
 create mode 100644 qtpy/_patch/qheaderview.py
 create mode 100644 qtpy/tests/test_patch_qheaderview.py
 create mode 100644 qtpy/tests/test_qtmultimedia.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