17
0

Accepting request 872000 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/872000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-chartify?expand=0&rev=4
This commit is contained in:
2021-02-15 22:18:38 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a61edad52cca09d9ffd1076a645d102f6dade38771d381cfb1cf9acda23395f8
size 4019238

3
chartify-3.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d50ae772a4f78a45b3ed912ed64d8c6fe8fd19afae0f214c4d994ebd3944c0e5
size 4019384

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 12 15:46:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <mcalabkova@suse.com>

View File

@@ -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