Hello community,
here is the log from the commit of package python-traitsui for openSUSE:Factory
checked in at 2019-09-16 10:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traitsui (Old)
and /work/SRC/openSUSE:Factory/.python-traitsui.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traitsui"
Mon Sep 16 10:51:25 2019 rev:3 rq:730770 version:6.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traitsui/python-traitsui.changes
2019-07-26 12:43:20.973830508 +0200
+++
/work/SRC/openSUSE:Factory/.python-traitsui.new.7948/python-traitsui.changes
2019-09-16 10:51:27.103164078 +0200
@@ -1,0 +2,22 @@
+Fri Sep 13 14:59:00 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 6.1.3:
+ * Add "bool" to allowed types for TableColumn (#656)
+ * Fix tabular editor column widths (#652)
+ * Fix setting valus in DataFrameEditor (#651)
+ * Allow '...' in addition to ellipsis in text elision (#644)
+ * Handle invalid values in RangeEditor better (#637)
+ * Fix multi-select in Qt TabularEditor (#633)
+ * Fix call to Bind in Wx FileEditor (#628)
+ * Fixes to doc links in tutorial (#619)
+ * Remove 3.5 from test matrix (#615)
+ * Ensure etstool.py has consistent default Python versions (#614)
+ * Fix typos in comments for table editor (#610)
+ * Comprehensive tests for the base Editor object (#609)
+ * Fix ContextValue __init__ method (#607)
+ * Fix tutor.py in examples for Python 3 (#603)
+ * Set initial item focus correctly on Qt (#602)
+ * Make View and UI icons an Image trait (#600)
+ * Fix TableEditor styling for Qt (#597)
+
+-------------------------------------------------------------------
Old:
----
traitsui-6.1.2.tar.gz
New:
----
traitsui-6.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-traitsui.spec ++++++
--- /var/tmp/diff_new_pack.IlyInH/_old 2019-09-16 10:51:28.651163878 +0200
+++ /var/tmp/diff_new_pack.IlyInH/_new 2019-09-16 10:51:28.659163877 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-traitsui
#
-# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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/
#
@@ -20,14 +20,14 @@
%define oldpython python
%define X_display ":98"
Name: python-traitsui
-Version: 6.1.2
+Version: 6.1.3
Release: 0
Summary: Traits-capable windowing framework
-License: BSD-3-Clause and EPL-1.0 and LGPL-2.1 and LGPL-3.0
-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/traitsui
+License: BSD-3-Clause AND EPL-1.0 AND LGPL-2.1-only AND LGPL-3.0-only
+Group: Development/Libraries/Python
+URL: https://github.com/enthought/traitsui
Source:
https://files.pythonhosted.org/packages/source/t/traitsui/traitsui-%{version}.tar.gz
BuildRequires: %{python_module configobj}
BuildRequires: %{python_module numpy}
@@ -37,21 +37,22 @@
BuildRequires: %{python_module traits}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-configobj
+Requires: python-pyface
+Requires: python-six
+Requires: python-traits
+Recommends: python-qt5
+Recommends: python-wxWidgets
+BuildArch: noarch
# SECTION test requirements
-BuildRequires: Mesa-dri
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module qt5}
BuildRequires: %{python_module wxPython}
+BuildRequires: Mesa-dri
BuildRequires: python-mock
BuildRequires: xorg-x11-server
# /SECTION
-Requires: python-configobj
-Requires: python-pyface
-Requires: python-six
-Requires: python-traits
-Recommends: python-qt5
-Recommends: python-wxWidgets
%ifpython2
Provides: %{oldpython}-TraitsGUI = %{version}
Obsoletes: %{oldpython}-TraitsGUI < %{version}
@@ -60,8 +61,6 @@
Provides: %{oldpython}-TraitsBackendWx = %{version}
Obsoletes: %{oldpython}-TraitsBackendWx < %{version}
%endif
-BuildArch: noarch
-
%python_subpackages
%description
++++++ traitsui-6.1.2.tar.gz -> traitsui-6.1.3.tar.gz ++++++
++++ 3190 lines of diff (skipped)