From 5164482d429f22ffdb34d1048dea974dade71129581222d3bae3d28d5638adfa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 23 Sep 2022 07:17:14 +0000 Subject: [PATCH] Accepting request 1005513 from home:yarunachalam:branches:devel:languages:python - Update to version 0.5.0: * Support for Pathlib when saving an `Element` (@wd60622 #103) * Faster UUID generation for `Element` id (@bwest2397 #101) * Store html content in `srcdoc` instead of `data-html` (@dstein64 #96) * Add `max_labels` argument to color maps (@martinfleis #90) * Pass caption when converting colormap to steps (@ndswaef #87) - Update to version 0.4.2 * Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76) OBS-URL: https://build.opensuse.org/request/show/1005513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=11 --- branca-0.4.2.tar.gz | 3 --- branca-0.5.0.tar.gz | 3 +++ python-branca.changes | 13 +++++++++++++ python-branca.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 branca-0.4.2.tar.gz create mode 100644 branca-0.5.0.tar.gz diff --git a/branca-0.4.2.tar.gz b/branca-0.4.2.tar.gz deleted file mode 100644 index 8b93b4a..0000000 --- a/branca-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b75a38728872b0dbcec958f5d5a96b086915077804bd8a240a9a7db1fdbabcf -size 59344 diff --git a/branca-0.5.0.tar.gz b/branca-0.5.0.tar.gz new file mode 100644 index 0000000..c43642b --- /dev/null +++ b/branca-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b47bf59c0fd5e2e595e81a66b596d889c7091c1707687471a3a670ac342628 +size 58481 diff --git a/python-branca.changes b/python-branca.changes index b4e8c16..b47b140 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 23 02:40:27 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.5.0: + * Support for Pathlib when saving an `Element` (@wd60622 #103) + * Faster UUID generation for `Element` id (@bwest2397 #101) + * Store html content in `srcdoc` instead of `data-html` (@dstein64 #96) + * Add `max_labels` argument to color maps (@martinfleis #90) + * Pass caption when converting colormap to steps (@ndswaef #87) + +- Update to version 0.4.2 + * Fix special char encoding in notebooks, store as percent-encoded (@conengmo #76) + ------------------------------------------------------------------- Tue Jun 28 08:51:59 UTC 2022 - Daniel GarcĂ­a Moreno diff --git a/python-branca.spec b/python-branca.spec index 4c02b19..a8d202e 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-branca -Version: 0.4.2 +Version: 0.5.0 Release: 0 Summary: HTML+JS page generator License: MIT