[Python-modules-commits] [python-qtpy] branch master updated (bb8cdfb -> c370069)

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 change to branch master
in repository python-qtpy.

      from  bb8cdfb   Release to unstable.
      adds  d0ff155   Imported Upstream version 1.1.1
       new  bcfa154   Merge tag 'upstream/1.1.1'
       new  957757d   Update packaging to run the new upstream testsuite.
       new  7920f8a   Clean files from egg-info directory.
       new  7b9cdaa   Update copyright information: - Add upstream contact. - Add missing copyright. - Wrap and sort.
       new  c370069   Release to unstable.

The 5 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 +++++++
 debian/changelog                   |  12 ++
 debian/clean                       |   1 +
 debian/control                     |   6 +-
 debian/copyright                   |  38 ++++++-
 debian/rules                       |   8 +-
 debian/tests/control               |  10 +-
 debian/tests/python2               |  12 --
 debian/tests/python3               |  12 --
 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 --
 36 files changed, 1020 insertions(+), 246 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 debian/clean
 delete mode 100755 debian/tests/python2
 delete mode 100755 debian/tests/python3
 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