[Python-modules-commits] [python-qtpy] branch master updated (a5e12cd -> 3b21853)

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


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  a5e12cd   Release to unstable.
       new  6ea37d4   Initialize git-dpm
       new  4cd7b87   Add tag format settings
       new  d70791b   Remove gbp configuration
       new  49a11dc   Import python-qtpy_1.2.0.orig.tar.gz
       new  77ac24a   record new upstream branch created by importing python-qtpy_1.2.0.orig.tar.gz and merge it
       new  7698768   Bump minimum Python versions (2.7, 3.3)
       new  84b52d6   Add new dependency on pyqt5.qtmultimedia
       new  8c47866   Simplify setup for tests in pybuild
       new  2f8a959   Drop superfluous Testsuite field
       new  1312ea5   Upgrade packaging to debhelper 10
       new  61e43ed   Support the nocheck build profile
       new  709433e   Fix whitespaces in rules file
       new  3b21853   Release to unstable

The 13 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 ++++++----
 debian/.git-dpm                      |  11 ++++
 debian/changelog                     |  17 ++++++
 debian/compat                        |   2 +-
 debian/control                       |  32 ++++++-----
 debian/gbp.conf                      |   6 --
 debian/rules                         |  11 ++--
 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 ++--
 33 files changed, 500 insertions(+), 77 deletions(-)
 create mode 100644 .ciocheck
 create mode 100644 MANIFEST.in
 create mode 100644 debian/.git-dpm
 delete mode 100644 debian/gbp.conf
 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