forked from pool/python-boolean.py
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0ed89f8da1 | |||
| fa1ab7121d | |||
| 153c61c50e | |||
| eb70e4454b |
@@ -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,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 11:24:15 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
|
Thu Sep 22 11:24:15 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-boolean.py
|
# spec file for package python-boolean.py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-boolean.py
|
Name: python-boolean.py
|
||||||
Version: 4.0
|
Version: 5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to define boolean algebras and create/parse boolean expressions
|
Summary: Module to define boolean algebras and create/parse boolean expressions
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/bastikr/boolean.py
|
URL: https://github.com/bastikr/boolean.py
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module sphinxcontrib-apidoc}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -44,10 +44,10 @@ AND or and NOT. Expressions are constructed from parsed strings or in Python.
|
|||||||
%setup -q -n boolean.py-%{version}
|
%setup -q -n boolean.py-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
sphinx-build docs html
|
sphinx-build docs html
|
||||||
rm -rf html/.{doctrees,buildinfo}
|
rm -rf html/.{doctrees,buildinfo}
|
||||||
@@ -58,6 +58,7 @@ rm -rf html/.{doctrees,buildinfo}
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst CHANGELOG.rst html/
|
%doc README.rst CHANGELOG.rst html/
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/boolean
|
||||||
|
%{python_sitelib}/boolean[._]py-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user