diff --git a/python-boolean.py-4.0.tar.gz b/python-boolean.py-4.0.tar.gz deleted file mode 100644 index b630329..0000000 --- a/python-boolean.py-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6 -size 33855 diff --git a/python-boolean.py-5.0.tar.gz b/python-boolean.py-5.0.tar.gz new file mode 100644 index 0000000..94a5593 --- /dev/null +++ b/python-boolean.py-5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abcff0f5cb0ced314f18e9ba2f323953939ba3a04837e32b6f3750a6128a83b +size 34438 diff --git a/python-boolean.py.changes b/python-boolean.py.changes index 931002e..a8c43bb 100644 --- a/python-boolean.py.changes +++ b/python-boolean.py.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 10 05:10:52 UTC 2025 - Steve Kowalik + +- Update to 5.0: + * doc: add API reference + * Fix absorption issue + * Workaround incompatibility with Python 3.14 + ------------------------------------------------------------------- Thu May 15 11:56:29 UTC 2025 - Markéta Machová diff --git a/python-boolean.py.spec b/python-boolean.py.spec index 62a5fe8..16a9d68 100644 --- a/python-boolean.py.spec +++ b/python-boolean.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-boolean.py # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: python-boolean.py -Version: 4.0 +Version: 5.0 Release: 0 Summary: Module to define boolean algebras and create/parse boolean expressions License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/bastikr/boolean.py Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module sphinxcontrib-apidoc} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -59,6 +59,6 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE.txt %doc README.rst CHANGELOG.rst html/ %{python_sitelib}/boolean -%{python_sitelib}/boolean[._]py-%{version}*-info +%{python_sitelib}/boolean[._]py-%{version}.dist-info %changelog