Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-encore for openSUSE:Factory checked in at 2023-01-28 18:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-encore (Old) and /work/SRC/openSUSE:Factory/.python-encore.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-encore" Sat Jan 28 18:45:36 2023 rev:5 rq:1061745 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-encore/python-encore.changes 2022-05-02 16:26:40.720912204 +0200 +++ /work/SRC/openSUSE:Factory/.python-encore.new.32243/python-encore.changes 2023-01-28 19:01:16.852040256 +0100 @@ -1,0 +2,13 @@ +Sat Jan 28 14:32:20 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.8.0: + * This release brings build and distribution machinery up to date, adds + support for more recent Python 3 versions, and drops support for Python 2. + We no longer support Python versions older than 3.6. + * Removed Python 2 compatibility code. + * Migrated CI from Travis CI and Appveyor to GitHub Actions. + * Updated copyright headers. + * Modernised build machinery. + * Updated documentation to use the Enthought Sphinx Theme. + +------------------------------------------------------------------- Old: ---- encore-0.7.0.tar.gz New: ---- encore-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-encore.spec ++++++ --- /var/tmp/diff_new_pack.idkxkv/_old 2023-01-28 19:01:17.204042197 +0100 +++ /var/tmp/diff_new_pack.idkxkv/_new 2023-01-28 19:01:17.212042241 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-encore # -# 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,17 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%{?!python_module:%define python_module() python3-%{**}} Name: python-encore -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Low-level core modules for building Python applications License: Apache-2.0 AND LGPL-2.1-only AND Python-2.0 Group: Development/Languages/Python URL: https://github.com/enthought/encore Source: https://files.pythonhosted.org/packages/source/e/encore/encore-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,13 +34,7 @@ # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} -%if %{with python2} -BuildRequires: python-futures -%endif # /SECTION -%ifpython2 -Requires: python-futures -%endif %python_subpackages %description ++++++ encore-0.7.0.tar.gz -> encore-0.8.0.tar.gz ++++++ ++++ 6394 lines of diff (skipped)