From cd24ae068b75e8c2632db5ddb91ec8dee08a6808ec9b572dac70217da07e51aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 07:31:47 +0000 Subject: [PATCH] Accepting request 729664 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/729664 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=3 --- python-boolean.py.changes | 5 +++++ python-boolean.py.spec | 17 ++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/python-boolean.py.changes b/python-boolean.py.changes index 8ba9074..e8c4d2c 100644 --- a/python-boolean.py.changes +++ b/python-boolean.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 07:14:25 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu Sep 5 13:15:45 UTC 2019 - Carmen Bianca Bakker diff --git a/python-boolean.py.spec b/python-boolean.py.spec index f13fb50..1d4a4a0 100644 --- a/python-boolean.py.spec +++ b/python-boolean.py.spec @@ -1,5 +1,5 @@ # -# spec file for package python-license-expression +# spec file for package python-boolean.py # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -12,36 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boolean.py Version: 3.6 Release: 0 +Summary: Module to define boolean algebras and create/parse boolean expressions License: BSD-2-Clause -Summary: Define boolean algebras, and create and parse boolean expressions -URL: https://github.com/bastikr/boolean.py Group: Development/Languages/Python +URL: https://github.com/bastikr/boolean.py Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: python-rpm-macros +BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module Sphinx} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -"boolean.py" is a small library implementing a boolean algebra. It defines +"boolean.py" is a library implementing a boolean algebra. It defines two base elements, TRUE and FALSE, and a Symbol class that can take on one of these two values. Calculations are done in terms of AND, OR and NOT - other compositions like XOR and NAND are not implemented but can be emulated with AND or and NOT. Expressions are constructed from parsed strings or in Python. - - %prep %setup -q -n boolean.py-%{version}