[Python-modules-commits] [python-qtpy] branch upstream updated (21689c4 -> 527043b)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Aug 23 15:10:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch upstream
in repository python-qtpy.
from 21689c4 Import python-qtpy_1.2.1.orig.tar.gz
new 527043b New upstream version 1.3.1
The 1 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 --------
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 ++-
45 files changed, 669 insertions(+), 386 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
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