Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-envisage for openSUSE:Factory
checked in at 2021-09-02 23:20:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-envisage (Old)
and /work/SRC/openSUSE:Factory/.python-envisage.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-envisage"
Thu Sep 2 23:20:24 2021 rev:8 rq:915781 version:6.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-envisage/python-envisage.changes
2021-05-06 22:52:50.098698106 +0200
+++
/work/SRC/openSUSE:Factory/.python-envisage.new.1899/python-envisage.changes
2021-09-02 23:20:46.768588240 +0200
@@ -1,0 +2,22 @@
+Mon Aug 30 19:16:16 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 6.0.1
+ * This bugfix release fixes the issue where Extension
+ Point resolution was happening too eagerly, which caused
+ issues during application startup time in certain cases. We
+ recommend all users of Envisage to upgrade to this bugfix
+ version.
+- Release 6.0.0
+ * This major release focuses on speeding up Envisage
+ applications. We achieved this speedup by removing
+ unused functionality in the package. Specifically, we
+ removed the @contributes_to decorator and the code
+ needed to handle methods decorated with the above
+ decorator.
+ * Additionally, with this release, parts of Envisage
+ start using the new Traits observation framework instead
+ of the old Traits on_trait_change. So, Envisage now
+ depends on Traits version >= 6.2.
+- Don't test with ipykernel => 6 -- gh#enthought/envisage#448
+
+-------------------------------------------------------------------
Old:
----
envisage-5.0.0.tar.gz
New:
----
envisage-6.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-envisage.spec ++++++
--- /var/tmp/diff_new_pack.OC1lks/_old 2021-09-02 23:20:47.248588839 +0200
+++ /var/tmp/diff_new_pack.OC1lks/_new 2021-09-02 23:20:47.252588843 +0200
@@ -21,7 +21,7 @@
%define X_display ":98"
%bcond_without test
Name: python-envisage
-Version: 5.0.0
+Version: 6.0.1
Release: 0
Summary: Extensible application framework for Python
# Source code is under BSD but images are under different licenses
@@ -30,15 +30,16 @@
URL: https://github.com/enthought/envisage
Source:
https://files.pythonhosted.org/packages/source/e/envisage/envisage-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module traits}
+BuildRequires: %{python_module traits >= 6.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-traits
+Requires: python-traits >= 6.2
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module apptools}
-BuildRequires: %{python_module ipykernel}
+# Only test optional ipykernel where we still have an old version --
gh#enthought/envisage#423
+BuildRequires: %{python_module ipykernel < 6 if %python-base < 3.7}
BuildRequires: %{python_module traitsui}
BuildRequires: xorg-x11-server
%endif
@@ -72,7 +73,7 @@
trap "kill $! || true" EXIT
sleep 10
-%pyunittest
+%pyunittest -v
%endif
%files %{python_files}
++++++ envisage-5.0.0.tar.gz -> envisage-6.0.1.tar.gz ++++++
++++ 43908 lines of diff (skipped)