[Python-modules-commits] [python-qtpy] branch master updated (184d8df -> 114fe48)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 23 15:10:46 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  184d8df   Release to unstable
       new  5d46433   Switch from git-dpm to gbp
       new  6cabfc4   Source new releases from PyPI
       new  527043b   New upstream version 1.3.1
       new  e151f94   Merge tag 'upstream/1.3.1'
       new  dea64e8   Add new install dependency on pyqt5.qtopengl
       new  ab9bd4e   Bump standards version to 4.1.0
       new  114fe48   Release to unstable

The 7 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 -------------------------------
 .coveralls.yml                           |   3 -
 .gitignore                               |  36 -----------
 CHANGELOG.md                             |  64 ++++++++++++++++++
 MANIFEST.in                              |   2 +-
 PKG-INFO                                 |  62 ++++++++++++++++++
 QtPy.egg-info/PKG-INFO                   |  62 ++++++++++++++++++
 QtPy.egg-info/SOURCES.txt                |  47 ++++++++++++++
 QtPy.egg-info/dependency_links.txt       |   1 +
 QtPy.egg-info/top_level.txt              |   1 +
 README.md                                |  14 ++--
 RELEASE.md                               |  23 -------
 appveyor.yml                             |  56 ----------------
 circle.yml                               |  46 -------------
 conda.recipe/build.sh                    |   3 -
 conda.recipe/meta.yaml                   |  28 --------
 debian/.git-dpm                          |  11 ----
 debian/changelog                         |  10 +++
 debian/control                           |   4 +-
 debian/gbp.conf                          |   7 ++
 debian/watch                             |   7 +-
 qtpy/QtCore.py                           |  50 ++++++++++++++-
 qtpy/QtGui.py                            |  58 +++++++++++++----
 qtpy/QtMultimedia.py                     |   5 ++
 qtpy/QtNetwork.py                        |   4 +-
 qtpy/{QtSvg.py => QtOpenGL.py}           |   8 +--
 qtpy/QtPrintSupport.py                   |   4 +-
 qtpy/QtSvg.py                            |   6 +-
 qtpy/QtTest.py                           |   4 +-
 qtpy/QtWebEngineWidgets.py               |  14 +++-
 qtpy/QtWidgets.py                        |  34 ++++++----
 qtpy/__init__.py                         |  46 ++++++++++---
 qtpy/_patch/qheaderview.py               |  31 +++++----
 qtpy/_version.py                         |   2 +-
 qtpy/{_patch => tests}/__init__.py       |   0
 qtpy/tests/conftest.py                   |  12 ++++
 qtpy/tests/test_main.py                  |  11 ++++
 qtpy/tests/test_patch_qcombobox.py       |   9 ++-
 qtpy/tests/test_patch_qheaderview.py     |  25 +++++---
 qtpy/tests/test_qdesktopservice_split.py |  28 ++++++++
 qtpy/tests/test_qtcore.py                |  10 +++
 qtpy/tests/test_qtdesigner.py            |  28 ++++++++
 qtpy/tests/test_qtmultimedia.py          |   4 +-
 qtpy/tests/test_qtnetwork.py             |  42 ++++++++++++
 qtpy/tests/test_qtprintsupport.py        |  18 ++++++
 qtpy/tests/test_qtsvg.py                 |  14 ++++
 qtpy/tests/test_qttest.py                |   9 +++
 qtpy/tests/test_uic.py                   |   4 +-
 qtpy/uic.py                              |  12 ++--
 setup.cfg                                |   8 ++-
 50 files changed, 692 insertions(+), 402 deletions(-)
 delete mode 100644 .ciocheck
 delete mode 100644 .coveralls.yml
 delete mode 100644 .gitignore
 create mode 100644 PKG-INFO
 create mode 100644 QtPy.egg-info/PKG-INFO
 create mode 100644 QtPy.egg-info/SOURCES.txt
 create mode 100644 QtPy.egg-info/dependency_links.txt
 create mode 100644 QtPy.egg-info/top_level.txt
 delete mode 100644 RELEASE.md
 delete mode 100644 appveyor.yml
 delete mode 100644 circle.yml
 delete mode 100644 conda.recipe/build.sh
 delete mode 100644 conda.recipe/meta.yaml
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/gbp.conf
 copy qtpy/{QtSvg.py => QtOpenGL.py} (77%)
 copy qtpy/{_patch => tests}/__init__.py (100%)
 create mode 100644 qtpy/tests/test_qdesktopservice_split.py
 create mode 100644 qtpy/tests/test_qtcore.py
 create mode 100644 qtpy/tests/test_qtdesigner.py
 create mode 100644 qtpy/tests/test_qtnetwork.py
 create mode 100644 qtpy/tests/test_qtprintsupport.py
 create mode 100644 qtpy/tests/test_qtsvg.py
 create mode 100644 qtpy/tests/test_qttest.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