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 2023-03-03 22:28:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-envisage (Old)
and /work/SRC/openSUSE:Factory/.python-envisage.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-envisage"
Fri Mar 3 22:28:12 2023 rev:10 rq:1069026 version:6.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-envisage/python-envisage.changes
2022-01-25 17:37:42.309658674 +0100
+++
/work/SRC/openSUSE:Factory/.python-envisage.new.31432/python-envisage.changes
2023-03-03 22:31:12.755981451 +0100
@@ -1,0 +2,31 @@
+Thu Mar 2 18:58:30 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Remove py310-eggs.tar.gz source, it's upstreamed now.
+- Update to 6.1.1
+ * A trait validation error in the Workbench DefaultActionSet has
+ been fixed. This fixes a compatibility issue with Traits 6.4.
+ (#485)
+ * Initialization of application directories now correctly respects
+ the value of self.state_location. (#490)
+ * In the test suite, egg generation now uses sys.executable to
+ ensure it picks up the correct Python executable. (#499)
+ * The version of PySide6 used in test workflows has been restricted.
+ (#487)
+ * The EDM version used in test workflow has been updated. (#484)
+ * Various fixes have been made to the GitHub Actions workflows, for
+ compatibility with the newest runners. (#491, #494)
+ * Copyright headers have been updated for 2023. (#493)
+- 6.1.0
+ * The Application.user_data directory no longer includes the id
+ * of the application, but instead matches the ETSConfig.user_data. (#467)
+ * The Envisage Application will no longer try to change the
+ * ETSConfig.application_home attribute. (#467)
+ * The PackageResourceProtocol now uses importlib.resources instead
+ * of pkg_resources. (#466)
+ * The IPython-related features of Envisage require ipykernel version < 6 and
+ * IPython version < 8. (#449)
+ * Fix EggPluginManager to use current pkg_resources.working_set. (#444)
+ * Simplify ImportManager by using importlib. (#465)
+ * Update end year in copyright headers. (#458)
+
+-------------------------------------------------------------------
Old:
----
envisage-6.0.1.tar.gz
py310-eggs.tar.gz
New:
----
envisage-6.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-envisage.spec ++++++
--- /var/tmp/diff_new_pack.wCSuND/_old 2023-03-03 22:31:13.299983771 +0100
+++ /var/tmp/diff_new_pack.wCSuND/_new 2023-03-03 22:31:13.303983788 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-envisage
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define X_display ":98"
%bcond_without test
Name: python-envisage
-Version: 6.0.1
+Version: 6.1.1
Release: 0
Summary: Extensible application framework for Python
# Source code is under BSD but images are under different licenses
@@ -29,8 +28,6 @@
License: BSD-3-Clause AND Python-2.0 AND LGPL-3.0-only AND CC-BY-SA-1.0
AND CC-BY-SA-2.0 AND CC-BY-SA-2.5 AND CC-BY-SA-3.0 AND SUSE-Public-Domain
URL: https://github.com/enthought/envisage
Source:
https://files.pythonhosted.org/packages/source/e/envisage/envisage-%{version}.tar.gz
-# FIX-UPSTREAM: taken from https://github.com/enthought/envisage/pull/436
-Source1: py310-eggs.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traits >= 6.2}
BuildRequires: fdupes
@@ -59,7 +56,7 @@
Part of the Enthought Tool Suite (ETS).
%prep
-%setup -q -n envisage-%{version} -a 1
+%setup -q -n envisage-%{version}
%build
%python_build
++++++ envisage-6.0.1.tar.gz -> envisage-6.1.1.tar.gz ++++++
++++ 44651 lines of diff (skipped)