From ad0ee614e28362ebf562d2dd38129978512efe29345b6460d4de07facc4836f8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 10:45:11 +0000 Subject: [PATCH] Accepting request 1039432 from home:yarunachalam:branches:devel:languages:python - Update to version 0.6.0 - Properly escape colormap caption (@Conengmo #117) - Multiple fixes in color_brewer (@ajabep #115) - Expose colorbar size variables (@Conengmo #77) - Proper html tags in Figure template (@desrod #67) - Make Element class pickleable (@bwest2397 #99) - Improve colorbar representation in notebooks (@HaudinFlorence #110) - Allow custom ticks on colorbar (@kota7 #113) OBS-URL: https://build.opensuse.org/request/show/1039432 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=14 --- branca-0.5.0.tar.gz | 3 --- branca-0.6.0.tar.gz | 3 +++ python-branca.changes | 12 ++++++++++++ python-branca.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 branca-0.5.0.tar.gz create mode 100644 branca-0.6.0.tar.gz diff --git a/branca-0.5.0.tar.gz b/branca-0.5.0.tar.gz deleted file mode 100644 index c43642b..0000000 --- a/branca-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8b47bf59c0fd5e2e595e81a66b596d889c7091c1707687471a3a670ac342628 -size 58481 diff --git a/branca-0.6.0.tar.gz b/branca-0.6.0.tar.gz new file mode 100644 index 0000000..d640717 --- /dev/null +++ b/branca-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83516078a9b430372cad18713cb8b97a24ca69bcaf42d0ca166ac09619462cd4 +size 40167 diff --git a/python-branca.changes b/python-branca.changes index 7fc0353..3a26f50 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 2 00:53:30 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.6.0 + - Properly escape colormap caption (@Conengmo #117) + - Multiple fixes in color_brewer (@ajabep #115) + - Expose colorbar size variables (@Conengmo #77) + - Proper html tags in Figure template (@desrod #67) + - Make Element class pickleable (@bwest2397 #99) + - Improve colorbar representation in notebooks (@HaudinFlorence #110) + - Allow custom ticks on colorbar (@kota7 #113) + ------------------------------------------------------------------- Fri Sep 23 09:51:27 UTC 2022 - pgajdos@suse.com diff --git a/python-branca.spec b/python-branca.spec index 72c3f01..3c47390 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.5.0 +Version: 0.6.0 Release: 0 Summary: HTML+JS page generator License: MIT