From 3a144a382d68af9bc8d45953ab7f2eb89dba1671ce0c6e491c7da0c08c34aa5f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Feb 2021 18:19:36 +0000 Subject: [PATCH] Accepting request 871621 from home:bnavigator:branches:devel:languages:python:numeric - Update to 3.0.3 * Fix loading of color, color palette and styles configuration with PyYaml >= 5.2 - Change in 3.0.2 * Support pyyaml 5.2+ - Skip python36 build in TW because python36-scipy is no more (NEP 29) OBS-URL: https://build.opensuse.org/request/show/871621 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=16 --- chartify-3.0.1.tar.gz | 3 --- chartify-3.0.3.tar.gz | 3 +++ python-chartify.changes | 11 +++++++++++ python-chartify.spec | 6 ++++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 chartify-3.0.1.tar.gz create mode 100644 chartify-3.0.3.tar.gz diff --git a/chartify-3.0.1.tar.gz b/chartify-3.0.1.tar.gz deleted file mode 100644 index fbd22f7..0000000 --- a/chartify-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a61edad52cca09d9ffd1076a645d102f6dade38771d381cfb1cf9acda23395f8 -size 4019238 diff --git a/chartify-3.0.3.tar.gz b/chartify-3.0.3.tar.gz new file mode 100644 index 0000000..2b8152a --- /dev/null +++ b/chartify-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50ae772a4f78a45b3ed912ed64d8c6fe8fd19afae0f214c4d994ebd3944c0e5 +size 4019384 diff --git a/python-chartify.changes b/python-chartify.changes index b4ed0a8..7c89f9a 100644 --- a/python-chartify.changes +++ b/python-chartify.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 12 15:46:27 UTC 2021 - Ben Greiner + +- Update to 3.0.3 + * Fix loading of color, color palette and styles configuration + with PyYaml >= 5.2 +- Change in 3.0.2 + * Support pyyaml 5.2+ +- Skip python36 build in TW because python36-scipy is no more + (NEP 29) + ------------------------------------------------------------------- Wed Jul 8 11:01:06 UTC 2020 - Marketa Calabkova diff --git a/python-chartify.spec b/python-chartify.spec index 94428f0..9fe8b11 100644 --- a/python-chartify.spec +++ b/python-chartify.spec @@ -1,7 +1,7 @@ # # spec file for package python-chartify # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +# NEP29: TW does not have python36-scipy anymore +%define skip_python36 1 Name: python-chartify -Version: 3.0.1 +Version: 3.0.3 Release: 0 Summary: Python library for plotting charts License: Apache-2.0