Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-boolean.py for openSUSE:Factory checked in at 2022-09-23 14:15:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boolean.py (Old) and /work/SRC/openSUSE:Factory/.python-boolean.py.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boolean.py" Fri Sep 23 14:15:05 2022 rev:5 rq:1005446 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boolean.py/python-boolean.py.changes 2021-09-09 23:08:05.932869585 +0200 +++ /work/SRC/openSUSE:Factory/.python-boolean.py.new.2275/python-boolean.py.changes 2022-09-23 14:15:40.406044183 +0200 @@ -1,0 +2,14 @@ +Thu Sep 22 11:24:15 UTC 2022 - Matthias Fehring <buschman...@opensuse.org> + +- update to 4.0 + * API changes + + Drop support for Python 2. + + Test on Python 3.10 + + Make Expression.sort_order an instance attributes and not a + class attribute + * Misc. + + Correct licensing documentation + + Improve docstringf and apply minor refactorings + + Adopt black code style and isort for imports + +------------------------------------------------------------------- Old: ---- python-boolean.py-3.7.tar.gz New: ---- python-boolean.py-4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boolean.py.spec ++++++ --- /var/tmp/diff_new_pack.2qzpVI/_old 2022-09-23 14:15:40.878045283 +0200 +++ /var/tmp/diff_new_pack.2qzpVI/_new 2022-09-23 14:15:40.882045292 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-boolean.py # -# 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 @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-boolean.py -Version: 3.7 +Version: 4.0 Release: 0 Summary: Module to define boolean algebras and create/parse boolean expressions License: BSD-2-Clause @@ -56,7 +57,7 @@ %files %{python_files} %license LICENSE.txt -%doc README.md CHANGELOG.rst html/ +%doc README.rst CHANGELOG.rst html/ %{python_sitelib}/* %changelog ++++++ python-boolean.py-3.7.tar.gz -> python-boolean.py-4.0.tar.gz ++++++ ++++ 3820 lines of diff (skipped)