Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyface for openSUSE:Factory checked in at 2021-03-30 21:06:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyface (Old) and /work/SRC/openSUSE:Factory/.python-pyface.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyface" Tue Mar 30 21:06:36 2021 rev:5 rq:874714 version:7.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes 2020-07-24 12:09:18.053799159 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyface.new.2401/python-pyface.changes 2021-03-30 21:07:03.693157028 +0200 @@ -1,0 +2,24 @@ +Tue Feb 23 19:25:36 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 7.3.0 + * Replace use of Traits on_trait_change with observe. +- Release 7.2.0 + * New <pyface.undo> subpackage that has been copied over from + apptools (soon to be deprecated in apptools) +- Release 7.1.0 + * A new pyface.data_view subpackage has been introduced + to support visualization of hierarchical and + non-hierarchical tabular data. See Pyface DataViews + section of the user manual for an introduction. + Additional examples are also added to the source + distribution. Please note that as of this release the + API is provisional. + * A new pyface.color.Color class and a corresponding + pyface.ui_traits.PyfaceColor trait type have been + introduced to support representing colors via a toolkit + independent API. See Trait Types section of the user manual + for further details. +- Add explicit skip_python2 +- Don't test numpy in python36 (NEP 29, not available in TW) + +------------------------------------------------------------------- Old: ---- pyface-7.0.0.tar.gz New: ---- pyface-7.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyface.spec ++++++ --- /var/tmp/diff_new_pack.rAQQv9/_old 2021-03-30 21:07:04.269157661 +0200 +++ /var/tmp/diff_new_pack.rAQQv9/_new 2021-03-30 21:07:04.273157666 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyface # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python -%define X_display ":98" +%define skip_python2 1 Name: python-pyface -Version: 7.0.0 +Version: 7.3.0 Release: 0 Summary: Traits-capable windowing framework # Source code is under BSD but images are under different licenses @@ -30,17 +29,21 @@ URL: https://github.com/enthought/pyface Source: https://files.pythonhosted.org/packages/source/p/pyface/pyface-%{version}.tar.gz BuildRequires: %{python_module Pygments} -BuildRequires: %{python_module mock} -BuildRequires: %{python_module numpy} +BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module importlib-resources >= 1.1.0} BuildRequires: %{python_module qt5} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module traits >= 6} +BuildRequires: %{python_module traits >= 6.2} BuildRequires: %{python_module wxWidgets} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: xorg-x11-server -Requires: python-traits >= 6 +BuildRequires: xvfb-run +BuildRequires: %{python_module numpy if (%python-base without python36-base)} +Requires: python-importlib-metadata +Requires: python-importlib-resources >= 1.1.0 +Requires: python-traits >= 6.2 Recommends: python-Pygments +Recommends: python-numpy Recommends: python-qt5 Recommends: python-traitsui Recommends: python-wxWidgets @@ -73,22 +76,19 @@ %check export ETS_TOOLKIT=qt4 -export DISPLAY=%{X_display} -Xvfb %{X_display} >& Xvfb.log & -trap "kill $! || true" EXIT -sleep 10 - %{python_expand mkdir tester_%{$python_bin_suffix} pushd tester_%{$python_bin_suffix} export PYTHONPATH=%{buildroot}%{$python_sitelib} -$python -m unittest discover -v pyface +xvfb-run $python -m unittest discover -v pyface popd +# wait 10 seconds before the next xvfb-run +sleep 10 } %files %{python_files} -%doc CHANGES.txt README.rst TODO.txt +%doc README.rst %license LICENSE.txt image_LICENSE*.txt %{python_sitelib}/pyface/ -%{python_sitelib}/pyface-%{version}-py*.egg-info +%{python_sitelib}/pyface-%{version}*-info %changelog ++++++ pyface-7.0.0.tar.gz -> pyface-7.3.0.tar.gz ++++++ ++++ 39464 lines of diff (skipped)