Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0ed89f8da1 | |||
| fa1ab7121d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18790aa5a233293688483eddc4dd1fa73c7165bc226b00009ed2fa9ce5a06ee6
|
||||
size 33855
|
||||
3
python-boolean.py-5.0.tar.gz
Normal file
3
python-boolean.py-5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4abcff0f5cb0ced314f18e9ba2f323953939ba3a04837e32b6f3750a6128a83b
|
||||
size 34438
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user