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 2022-01-25 17:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-envisage (Old)
and /work/SRC/openSUSE:Factory/.python-envisage.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-envisage"
Tue Jan 25 17:36:06 2022 rev:9 rq:948966 version:6.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-envisage/python-envisage.changes
2021-09-02 23:20:46.768588240 +0200
+++
/work/SRC/openSUSE:Factory/.python-envisage.new.1938/python-envisage.changes
2022-01-25 17:37:42.309658674 +0100
@@ -1,0 +2,5 @@
+Tue Jan 25 09:08:21 UTC 2022 - Dirk M??ller <[email protected]>
+
+- add test eggs for python 3.10 build
+
+-------------------------------------------------------------------
New:
----
py310-eggs.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-envisage.spec ++++++
--- /var/tmp/diff_new_pack.dZVF0V/_old 2022-01-25 17:37:44.589642971 +0100
+++ /var/tmp/diff_new_pack.dZVF0V/_new 2022-01-25 17:37:44.593642943 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-envisage
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
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
@@ -57,7 +59,7 @@
Part of the Enthought Tool Suite (ETS).
%prep
-%setup -q -n envisage-%{version}
+%setup -q -n envisage-%{version} -a 1
%build
%python_build