forked from pool/python-boolean.py
Accepting request 766679 from home:mcalabkova:branches:devel:languages:python
- update to 3.7 * Add new sort argument to simplify() to optionally not sort when simplifying expressions (e.g. not applying "commutativity"). * Add new argument to tokenizer to optionally accept extra characters in symbol tokens. OBS-URL: https://build.opensuse.org/request/show/766679 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
cd24ae068b
commit
b36ece4728
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4990b15caaea9a5843285004dd1cd829a94b6e539358d0a161a369ff206cecd
|
|
||||||
size 30383
|
|
3
python-boolean.py-3.7.tar.gz
Normal file
3
python-boolean.py-3.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b4638c17f70eab189ebf3be326b893281dd8e47e408457a70293f7eea1b8cdc
|
||||||
|
size 30948
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 17:34:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 3.7
|
||||||
|
* Add new sort argument to simplify() to optionally not sort when
|
||||||
|
simplifying expressions (e.g. not applying "commutativity").
|
||||||
|
* Add new argument to tokenizer to optionally accept extra
|
||||||
|
characters in symbol tokens.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 07:14:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Sep 10 07:14:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-boolean.py
|
# spec file for package python-boolean.py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-boolean.py
|
Name: python-boolean.py
|
||||||
Version: 3.6
|
Version: 3.7
|
||||||
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
|
||||||
@@ -31,7 +31,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user