Hello community,
here is the log from the commit of package python-boolean.py for
openSUSE:Factory checked in at 2019-09-11 10:33:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boolean.py (Old)
and /work/SRC/openSUSE:Factory/.python-boolean.py.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boolean.py"
Wed Sep 11 10:33:33 2019 rev:2 rq:729674 version:3.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boolean.py/python-boolean.py.changes
2019-09-09 23:48:22.233329673 +0200
+++
/work/SRC/openSUSE:Factory/.python-boolean.py.new.7948/python-boolean.py.changes
2019-09-11 10:33:45.671324662 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 07:14:25 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-boolean.py.spec ++++++
--- /var/tmp/diff_new_pack.aAFqnl/_old 2019-09-11 10:33:46.051324551 +0200
+++ /var/tmp/diff_new_pack.aAFqnl/_new 2019-09-11 10:33:46.055324550 +0200
@@ -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}