15
0
forked from pool/python-branca

Accepting request 1005595 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1005595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-branca?expand=0&rev=6
This commit is contained in:
2022-09-23 12:15:32 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 6 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,21 @@
-------------------------------------------------------------------
Fri Sep 23 09:51:27 UTC 2022 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
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
@@ -31,7 +31,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Jinja2
Requires: python-six
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Jinja2}
@@ -39,7 +38,6 @@ BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module selenium}
BuildRequires: %{python_module six}
# /SECTION
%python_subpackages