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