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

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 10 11:18:19 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  c370069   Release to unstable.
       new  3dc0eef   Imported Upstream version 1.1.2
       new  0a7ae8f   Merge tag 'upstream/1.1.2'
       new  ed4ccd8   Adapt testing to new upstream codebase layout.
       new  a5e12cd   Release to unstable.

The 4 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:
 .coveralls.yml                                |  3 +++
 .gitignore                                    |  2 +-
 .travis.yml                                   | 27 ++++++++++++++--------
 CHANGELOG.md                                  | 20 ++++++++++++++++
 README.md                                     | 19 ++++++++++++++-
 appveyor.yml                                  | 33 +++++++++++++++++----------
 circle.yml                                    | 33 +++++++++++++++++++++++++++
 conda.recipe/meta.yaml                        | 11 ++++-----
 debian/changelog                              |  7 ++++++
 debian/rules                                  |  3 +++
 debian/tests/control                          |  4 ++--
 qtpy/QtCore.py                                |  8 +++++++
 qtpy/QtWidgets.py                             |  2 ++
 qtpy/__init__.py                              |  2 +-
 qtpy/_version.py                              |  2 +-
 {tests => qtpy/tests}/conftest.py             |  0
 qtpy/tests/runtests.py                        | 26 +++++++++++++++++++++
 {tests => qtpy/tests}/test.ui                 |  0
 {tests => qtpy/tests}/test_custom.ui          |  0
 {tests => qtpy/tests}/test_main.py            |  0
 {tests => qtpy/tests}/test_patch_qcombobox.py |  1 +
 {tests => qtpy/tests}/test_uic.py             |  0
 tests/__init__.py                             |  0
 23 files changed, 170 insertions(+), 33 deletions(-)
 create mode 100644 .coveralls.yml
 create mode 100644 circle.yml
 rename {tests => qtpy/tests}/conftest.py (100%)
 create mode 100755 qtpy/tests/runtests.py
 rename {tests => qtpy/tests}/test.ui (100%)
 rename {tests => qtpy/tests}/test_custom.ui (100%)
 rename {tests => qtpy/tests}/test_main.py (100%)
 rename {tests => qtpy/tests}/test_patch_qcombobox.py (99%)
 rename {tests => qtpy/tests}/test_uic.py (100%)
 delete mode 100644 tests/__init__.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