[Python-modules-commits] [python-qtpy] 04/07: Merge tag 'upstream/1.3.1'
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 commit to branch master
in repository python-qtpy.
commit e151f94cde14200a166e43934a521ac6743a946a
Merge: 6cabfc4 527043b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Aug 22 09:31:03 2017 +0100
Merge tag 'upstream/1.3.1'
Upstream version 1.3.1
# gpg: Signature made Tue 22 Aug 2017 09:30:58 BST
# gpg: using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
# gpg: issuer "ghisvail at gmail.com"
# gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]
.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 --------
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/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 ++-
45 files changed, 669 insertions(+), 386 deletions(-)
--
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