From 64cce8e575ace8fa1fe33ee78bd3ecd166460bbcc005ecf265db758d36ae9f3b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 22 Sep 2022 15:35:34 +0000 Subject: [PATCH] Accepting request 1005395 from home:buschmann23:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1005395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=8 --- python-boolean.py-3.7.tar.gz | 3 --- python-boolean.py-4.0.tar.gz | 3 +++ python-boolean.py.changes | 14 ++++++++++++++ python-boolean.py.spec | 7 ++++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 python-boolean.py-3.7.tar.gz create mode 100644 python-boolean.py-4.0.tar.gz diff --git a/python-boolean.py-3.7.tar.gz b/python-boolean.py-3.7.tar.gz deleted file mode 100644 index 40716d0..0000000 --- a/python-boolean.py-3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b4638c17f70eab189ebf3be326b893281dd8e47e408457a70293f7eea1b8cdc -size 30948 diff --git a/python-boolean.py-4.0.tar.gz b/python-boolean.py-4.0.tar.gz new file mode 100644 index 0000000..b630329 --- /dev/null +++ b/python-boolean.py-4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6 +size 33855 diff --git a/python-boolean.py.changes b/python-boolean.py.changes index 343fd24..1ed73ff 100644 --- a/python-boolean.py.changes +++ b/python-boolean.py.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 22 11:24:15 UTC 2022 - Matthias Fehring + +- 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 + ------------------------------------------------------------------- Mon Sep 6 08:50:56 UTC 2021 - pgajdos@suse.com diff --git a/python-boolean.py.spec b/python-boolean.py.spec index bf4bc96..3d7c8a8 100644 --- a/python-boolean.py.spec +++ b/python-boolean.py.spec @@ -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 @@ rm -rf html/.{doctrees,buildinfo} %files %{python_files} %license LICENSE.txt -%doc README.md CHANGELOG.rst html/ +%doc README.rst CHANGELOG.rst html/ %{python_sitelib}/* %changelog