forked from pool/python-boolean.py
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user