commit python-pyface for openSUSE:Factory

2020-07-24 Thread root
Hello community,

here is the log from the commit of package python-pyface for openSUSE:Factory 
checked in at 2020-07-24 12:09:06

Comparing /work/SRC/openSUSE:Factory/python-pyface (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyface.new.3592 (New)


Package is "python-pyface"

Fri Jul 24 12:09:06 2020 rev:4 rq:820912 version:7.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes  
2019-07-23 22:56:33.222165864 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyface.new.3592/python-pyface.changes
2020-07-24 12:09:18.053799159 +0200
@@ -1,0 +2,16 @@
+Mon Jul 13 10:42:34 UTC 2020 - Marketa Calabkova 
+
+- Update to 7.0.0
+  * Use Traits 6 features (#480, #494)
+  * WxPython 4 support (#469, #473, #497, $499)
+  * Remove six and other Python 2 code (#493)
+  * Add utility functions for Qt images (#498)
+  * Allow live update of Action images (#484)
+  * Add Qt Multimedia APIs to pyface.qt (#485)
+  * Allow additional copyright notices in the AboutDialog class (#467)
+  * Replace default AboutDialog and Splashscreen images with Python logo (#454)
+  * Allow etstool.py to run in non EDM environments (#443)
+  * Add assertEventuallyTrueInGui method to GuiTestAssistant (#419)
+  * Multiple bugfixes
+
+---

Old:

  pyface-6.1.2.tar.gz

New:

  pyface-7.0.0.tar.gz



Other differences:
--
++ python-pyface.spec ++
--- /var/tmp/diff_new_pack.LwxHnU/_old  2020-07-24 12:09:19.553800669 +0200
+++ /var/tmp/diff_new_pack.LwxHnU/_new  2020-07-24 12:09:19.557800672 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyface
 #
-# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,34 +15,31 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# Tests have a dependency loop with traitsui
-%bcond_with test
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 %define X_display ":98"
 Name:   python-pyface
-Version:6.1.2
+Version:7.0.0
 Release:0
 Summary:Traits-capable windowing framework
-License:BSD-3-Clause and EPL-1.0 and LGPL-2.1 and LGPL-3.0 and 
SUSE-Public-Domain
-Group:  Development/Libraries/Python
 # Source code is under BSD but images are under different licenses
 # and details are inside image_LICENSE.txt
-Url:https://github.com/enthought/pyface
+License:BSD-3-Clause AND EPL-1.0 AND LGPL-2.1-only AND LGPL-3.0-only 
AND SUSE-Public-Domain
+Group:  Development/Libraries/Python
+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 qt5}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module traits}
+BuildRequires:  %{python_module traits >= 6}
+BuildRequires:  %{python_module wxWidgets}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module qt5}
 BuildRequires:  xorg-x11-server
-%endif
-Requires:   python-traits
+Requires:   python-traits >= 6
 Recommends: python-Pygments
 Recommends: python-qt5
 Recommends: python-traitsui
@@ -74,7 +71,6 @@
 %fdupes %{buildroot}%{$python_sitelib}/pyface/sizers
 }
 
-%if %{with test}
 %check
 export ETS_TOOLKIT=qt4
 export DISPLAY=%{X_display}
@@ -85,10 +81,9 @@
 %{python_expand mkdir tester_%{$python_bin_suffix}
 pushd tester_%{$python_bin_suffix}
 export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -m nose.core -v pyface --exclude=wx
+$python -m unittest discover -v pyface
 popd
 }
-%endif
 
 %files %{python_files}
 %doc CHANGES.txt README.rst TODO.txt

++ pyface-6.1.2.tar.gz -> pyface-7.0.0.tar.gz ++
 87134 lines of diff (skipped)




commit python-pyface for openSUSE:Factory

2019-07-23 Thread root
Hello community,

here is the log from the commit of package python-pyface for openSUSE:Factory 
checked in at 2019-07-23 22:56:29

Comparing /work/SRC/openSUSE:Factory/python-pyface (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyface.new.4126 (New)


Package is "python-pyface"

Tue Jul 23 22:56:29 2019 rev:3 rq:718002 version:6.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes  
2019-04-20 17:13:17.850935519 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyface.new.4126/python-pyface.changes
2019-07-23 22:56:33.222165864 +0200
@@ -1,0 +2,33 @@
+Tue Jul 23 20:23:21 UTC 2019 - Todd R 
+
+- Update to 6.1.2
+  + Enhancements
+* Application classes
+* New API for Timers
+* Support simple widgets in toolbars
+* Experimental support of Pyside2
+* Support single codebase for Python 2 and 3
+* Support ui dispatch for Traits even if TraitsUI not available
+  + Fixes
+* Remove use of deprecated Traits get() method
+* Fix pyqt5 webkit imports
+* Remove use of cmp in fix_introspection_bug
+* Update CI infrastructure
+* Update unittest imports
+* Fix bug in argspec usage
+* Fix regression in DoLaterTimer API
+* Fix context menu behaviour
+* Remove TraitsUI dependency in GuiTestAssistant
+* Fixes for ProgressDialog
+* Fixes for toolbar and statusbar life cycles
+* Fixes for CI
+* Fix usages of event_loop() in tests
+* Fix SplitEditorAreaPane tab dragging on Qt5
+* Fix resource warnings in test suite from un-closed files
+* Remove uses of deprecated HasTraits.set() method
+* Add Qt5 support for deprecated Qt Style options that Mayavi needs
+* Various fixes around Qt API selection
+* Fixes for setup.py
+
+
+---

Old:

  pyface-6.0.0.tar.gz

New:

  pyface-6.1.2.tar.gz



Other differences:
--
++ python-pyface.spec ++
--- /var/tmp/diff_new_pack.01dcyW/_old  2019-07-23 22:56:33.862165502 +0200
+++ /var/tmp/diff_new_pack.01dcyW/_new  2019-07-23 22:56:33.882165491 +0200
@@ -22,7 +22,7 @@
 %define oldpython python
 %define X_display ":98"
 Name:   python-pyface
-Version:6.0.0
+Version:6.1.2
 Release:0
 Summary:Traits-capable windowing framework
 License:BSD-3-Clause and EPL-1.0 and LGPL-2.1 and LGPL-3.0 and 
SUSE-Public-Domain
@@ -31,7 +31,6 @@
 # and details are inside image_LICENSE.txt
 Url:https://github.com/enthought/pyface
 Source: 
https://files.pythonhosted.org/packages/source/p/pyface/pyface-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module traits}
@@ -92,7 +91,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.txt README.rst TODO.txt
 %license LICENSE.txt image_LICENSE*.txt
 %{python_sitelib}/pyface/

++ pyface-6.0.0.tar.gz -> pyface-6.1.2.tar.gz ++
 24832 lines of diff (skipped)




commit python-pyface for openSUSE:Factory

2019-04-20 Thread root
Hello community,

here is the log from the commit of package python-pyface for openSUSE:Factory 
checked in at 2019-04-20 17:13:07

Comparing /work/SRC/openSUSE:Factory/python-pyface (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyface.new.5536 (New)


Package is "python-pyface"

Sat Apr 20 17:13:07 2019 rev:2 rq:695965 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyface/python-pyface.changes  
2018-05-29 16:47:37.226094500 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyface.new.5536/python-pyface.changes
2019-04-20 17:13:17.850935519 +0200
@@ -1,0 +2,5 @@
+Wed Apr 17 21:07:33 UTC 2019 - Todd R 
+
+- Use qt5 backend.
+
+---



Other differences:
--
++ python-pyface.spec ++
--- /var/tmp/diff_new_pack.tcwJGK/_old  2019-04-20 17:13:19.386937838 +0200
+++ /var/tmp/diff_new_pack.tcwJGK/_new  2019-04-20 17:13:19.386937838 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyface
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 # Tests have a dependency loop with traitsui
@@ -40,12 +40,10 @@
 %if %{with test}
 BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module qt4}
 BuildRequires:  %{python_module qt5}
 BuildRequires:  xorg-x11-server
 %endif
 Requires:   python-traits
-Requires:   python-qt4
 Recommends: python-Pygments
 Recommends: python-qt5
 Recommends: python-traitsui