Accepting request 998361 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/998361 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-matplotlib-inline?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee
|
||||
size 7448
|
||||
BIN
matplotlib-inline-0.1.6.tar.gz
LFS
Normal file
BIN
matplotlib-inline-0.1.6.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 14:59:06 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 0.1.6:
|
||||
* Return manager instead of None
|
||||
|
||||
- changes from version 0.1.5:
|
||||
* replace 0.1.4 on pypi, no changes
|
||||
|
||||
- changes from version 0.1.4:
|
||||
* Fix: always clear _draw_called
|
||||
* Move draw_if_interactive logic to new_figure_manager_given_figure.
|
||||
* Remove matplotlib rc overrides.
|
||||
* Create __version__ attribute
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 19:39:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -28,7 +28,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-matplotlib-inline%{psuffix}
|
||||
Version: 0.1.3
|
||||
Version: 0.1.6
|
||||
Release: 0
|
||||
Summary: Inline Matplotlib backend for Jupyter
|
||||
License: BSD-3-Clause
|
||||
@@ -36,14 +36,14 @@ URL: https://github.com/ipython/matplotlib-inline
|
||||
Source: https://files.pythonhosted.org/packages/source/m/matplotlib-inline/matplotlib-inline-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module traitlets}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-traitlets
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module ipython}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
Requires: python-traitlets
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user