From b36ece4728d0efb5b20ce09356ac2b62dbb403fce049a9e2d5fd3092b190824c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Jan 2020 17:53:16 +0000 Subject: [PATCH] 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 --- python-boolean.py-3.6.tar.gz | 3 --- python-boolean.py-3.7.tar.gz | 3 +++ python-boolean.py.changes | 9 +++++++++ python-boolean.py.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 python-boolean.py-3.6.tar.gz create mode 100644 python-boolean.py-3.7.tar.gz diff --git a/python-boolean.py-3.6.tar.gz b/python-boolean.py-3.6.tar.gz deleted file mode 100644 index 4d3d103..0000000 --- a/python-boolean.py-3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4990b15caaea9a5843285004dd1cd829a94b6e539358d0a161a369ff206cecd -size 30383 diff --git a/python-boolean.py-3.7.tar.gz b/python-boolean.py-3.7.tar.gz new file mode 100644 index 0000000..40716d0 --- /dev/null +++ b/python-boolean.py-3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4638c17f70eab189ebf3be326b893281dd8e47e408457a70293f7eea1b8cdc +size 30948 diff --git a/python-boolean.py.changes b/python-boolean.py.changes index e8c4d2c..e26b795 100644 --- a/python-boolean.py.changes +++ b/python-boolean.py.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 23 17:34:52 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-boolean.py.spec b/python-boolean.py.spec index 1d4a4a0..2acf165 100644 --- a/python-boolean.py.spec +++ b/python-boolean.py.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boolean.py -Version: 3.6 +Version: 3.7 Release: 0 Summary: Module to define boolean algebras and create/parse boolean expressions License: BSD-2-Clause @@ -31,7 +31,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description