From 5fb123e765666f2fc75ed0195ba3c484a9be14cb9f9de470ef725558a952dba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Mar 2020 09:20:56 +0000 Subject: [PATCH] Accepting request 781776 from home:pgajdos:python - version update to 0.4.0 - Dropped Python 2 support - Store html content in a data-html attribute (#66) - Colormap alpha #64 - Fix caption being propagated in scale functions #62 - Assert color type in color_brewer #52 OBS-URL: https://build.opensuse.org/request/show/781776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=5 --- python-branca.changes | 10 ++++++++++ python-branca.spec | 7 ++++--- v0.3.1.tar.gz | 3 --- v0.4.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 v0.3.1.tar.gz create mode 100644 v0.4.0.tar.gz diff --git a/python-branca.changes b/python-branca.changes index 3c12246..8e1a7a0 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 5 09:12:06 UTC 2020 - pgajdos@suse.com + +- version update to 0.4.0 + - Dropped Python 2 support + - Store html content in a data-html attribute (#66) + - Colormap alpha #64 + - Fix caption being propagated in scale functions #62 + - Assert color type in color_brewer #52 + ------------------------------------------------------------------- Thu Jun 6 08:25:54 UTC 2019 - pgajdos@suse.com diff --git a/python-branca.spec b/python-branca.spec index cb51c33..6ea777f 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -1,7 +1,7 @@ # # spec file for package python-branca # -# 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 @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-branca -Version: 0.3.1 +Version: 0.4.0 Release: 0 Summary: HTML+JS page generator License: MIT @@ -58,7 +59,7 @@ Generate HTML+JS pages with Python. %pytest -k 'not test_rendering_utf8_iframe' -v %files %{python_files} -%doc CHANGES.txt README.rst +%doc CHANGES.txt README.md %license LICENSE.txt %{python_sitelib}/* diff --git a/v0.3.1.tar.gz b/v0.3.1.tar.gz deleted file mode 100644 index 76a7797..0000000 --- a/v0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87b9b294d7e15dc02f66fce23311a36b0ea3b6fba4874fb9ba9da64220bb156a -size 57494 diff --git a/v0.4.0.tar.gz b/v0.4.0.tar.gz new file mode 100644 index 0000000..2757979 --- /dev/null +++ b/v0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350a7b210b5ad9e4d1a98db4b2aec7d3b35e1ed35050f6f520c690bc6160e0cd +size 59508