17
0

2 Commits

Author SHA256 Message Date
0ed89f8da1 Accepting request 1316738 from devel:languages:python
- Update to 5.0:
  * doc: add API reference
  * Fix absorption issue
  * Workaround incompatibility with Python 3.14

OBS-URL: https://build.opensuse.org/request/show/1316738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boolean.py?expand=0&rev=7
2025-11-10 18:16:42 +00:00
fa1ab7121d - Update to 5.0:
* doc: add API reference
  * Fix absorption issue
  * Workaround incompatibility with Python 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=12
2025-11-10 05:11:47 +00:00
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6
size 33855

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4abcff0f5cb0ced314f18e9ba2f323953939ba3a04837e32b6f3750a6128a83b
size 34438

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 10 05:10:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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