From c94f5be14b8fc2fa16b763b9089f3c861d5f095d3472c13919bb0d4bf6d9579b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 11 Jan 2021 15:03:06 +0000 Subject: [PATCH] Accepting request 862140 from home:badshah400:branches:devel:languages:python * Update to version 0.4.2. * New BuildRequires for tests: python-nbconvert. * Disable an additional test that also requires 'geckodriver'. * Use source name in the format branca-%{version}. OBS-URL: https://build.opensuse.org/request/show/862140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=7 --- branca-0.4.2.tar.gz | 3 +++ python-branca.changes | 10 ++++++++++ python-branca.spec | 11 ++++++----- v0.4.0.tar.gz | 3 --- 4 files changed, 19 insertions(+), 8 deletions(-) create mode 100644 branca-0.4.2.tar.gz delete mode 100644 v0.4.0.tar.gz diff --git a/branca-0.4.2.tar.gz b/branca-0.4.2.tar.gz new file mode 100644 index 0000000..8b93b4a --- /dev/null +++ b/branca-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b75a38728872b0dbcec958f5d5a96b086915077804bd8a240a9a7db1fdbabcf +size 59344 diff --git a/python-branca.changes b/python-branca.changes index 8e1a7a0..1d3eee4 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 10 17:31:08 UTC 2021 - Atri Bhattacharya + +- Update to version 0.4.2: + * Fix special char encoding in notebooks, store as + percent-encoded (gh#python-visualization/branca#76). +- New BuildRequires for tests: python-nbconvert. +- Disable an additional test that also requires 'geckodriver'. +- Use source name in the format branca-%{version}. + ------------------------------------------------------------------- Thu Mar 5 09:12:06 UTC 2020 - pgajdos@suse.com diff --git a/python-branca.spec b/python-branca.spec index 6ea777f..a56ed17 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -1,7 +1,7 @@ # # spec file for package python-branca # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-branca -Version: 0.4.0 +Version: 0.4.2 Release: 0 Summary: HTML+JS page generator License: MIT Group: Development/Languages/Python URL: https://github.com/python-visualization/branca -Source: https://github.com/python-visualization/branca/archive/v%{version}.tar.gz +Source: https://github.com/python-visualization/branca/archive/v%{version}.tar.gz#/branca-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -35,6 +35,7 @@ Requires: python-six BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module nbconvert} BuildRequires: %{python_module pytest} BuildRequires: %{python_module selenium} BuildRequires: %{python_module six} @@ -55,8 +56,8 @@ Generate HTML+JS pages with Python. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_rendering_utf8_iframe requires geckodriver -%pytest -k 'not test_rendering_utf8_iframe' -v +# test_rendering_utf8_iframe and test_rendering_figure_notebook require geckodriver +%pytest -k 'not (test_rendering_utf8_iframe or test_rendering_figure_notebook)' -v %files %{python_files} %doc CHANGES.txt README.md diff --git a/v0.4.0.tar.gz b/v0.4.0.tar.gz deleted file mode 100644 index 2757979..0000000 --- a/v0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:350a7b210b5ad9e4d1a98db4b2aec7d3b35e1ed35050f6f520c690bc6160e0cd -size 59508