15
0
forked from pool/python-branca

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
This commit is contained in:
2022-09-23 07:17:14 +00:00
committed by Git OBS Bridge
parent 2e3cb28e16
commit 5164482d42
4 changed files with 17 additions and 4 deletions

View File

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

3
branca-0.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 23 02:40:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dani@danigm.net>

View File

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