Accepting request 647644 from home:TheBlackCat:branches:devel:languages:python

- Update to Version 1.5.2
  * Fix tests
  * Add support for PySide2.QtOpenGL 
- Update to Version 1.5.1
  * Make PythonQtError inherit from RuntimeError to be easily
    catchable
- Update to Version 1.5
  + New features 
    * Add support for QtLocation, QtMultimediaWidgets, QtQml,
      QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns.
    * Raise an error when trying to use the wrong combination of
      macOS and Qt versions. 
  + Issues Closed 
    * Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and
      Qt 5.11 and macOS 10.11 (PR 168)
    * Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with
      PySide2 (PR 169)
    * Issue 123 - Wrap QWebChannel module (PR 157) 
  + Pull Requests Merged 
    * PR 169 - Shim PyQt5 QDateTime.toPyDateTime to
      QDateTime.toPython for compatibility with PySide2 (153)
    * PR 168 - Raise error when trying to use the wrong
      combination of macOS and Qt versions (155)
    * PR 167 - Migrate to CircleCI 2.0
    * PR 163 - Add QtLocation
    * PR 162 - Update readme to remove funding appeal, harmonize
      with other readmes and minor fixes
    * PR 161 - Fix pyside2 wheels install
    * PR 157 - Add more Qt modules (123)

OBS-URL: https://build.opensuse.org/request/show/647644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=9
This commit is contained in:
Todd R 2018-11-09 17:47:25 +00:00 committed by Git OBS Bridge
parent 8c586d9356
commit 1455a93702
4 changed files with 38 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d1a4343540433a203280f162d43226e4c87489155fe4a9a6f1923ba11362bf9
size 27471

3
QtPy-1.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c690f90586c82c1210bb6fdf5e9ee4d1228809421dc6a349c5afacc27caabcd
size 30387

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Nov 8 17:02:01 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to Version 1.5.2
* Fix tests
* Add support for PySide2.QtOpenGL
- Update to Version 1.5.1
* Make PythonQtError inherit from RuntimeError to be easily
catchable
- Update to Version 1.5
+ New features
* Add support for QtLocation, QtMultimediaWidgets, QtQml,
QtQuick, QtWebChannel, QtWebSockets and QtXmlPatterns.
* Raise an error when trying to use the wrong combination of
macOS and Qt versions.
+ Issues Closed
* Issue 155 - Add warnings for Qt 5.9 in macOS 10.9 and
Qt 5.11 and macOS 10.11 (PR 168)
* Issue 153 - Shim PyQt5 ToPyDateTime for compatibility with
PySide2 (PR 169)
* Issue 123 - Wrap QWebChannel module (PR 157)
+ Pull Requests Merged
* PR 169 - Shim PyQt5 QDateTime.toPyDateTime to
QDateTime.toPython for compatibility with PySide2 (153)
* PR 168 - Raise error when trying to use the wrong
combination of macOS and Qt versions (155)
* PR 167 - Migrate to CircleCI 2.0
* PR 163 - Add QtLocation
* PR 162 - Update readme to remove funding appeal, harmonize
with other readmes and minor fixes
* PR 161 - Fix pyside2 wheels install
* PR 157 - Add more Qt modules (123)
-------------------------------------------------------------------
Thu May 31 15:38:45 UTC 2018 - toddrme2178@gmail.com

View File

@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-QtPy
Version: 1.4.2
Version: 1.5.2
Release: 0
License: MIT
Summary: Abstraction layer on top of Qt bindings
@ -32,6 +32,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: xvfb-run
# SECTION test requirements
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-qt5
@ -77,7 +78,6 @@ xvfb-run --server-args="-screen 0 1920x1080x24" py.test-%{$python_bin_suffix} ..
popd
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.md CHANGELOG.md README.md
%license LICENSE.txt
%{python_sitelib}/*