17
0

Accepting request 925889 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 0.3
  * Update project URL

OBS-URL: https://build.opensuse.org/request/show/925889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-matplotlib-inline?expand=0&rev=3
This commit is contained in:
2021-10-17 21:53:42 +00:00
committed by Git OBS Bridge
parent 7f050124b7
commit cf7b46ffde
4 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 17 19:39:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.3
* Update project URL
-------------------------------------------------------------------
Sat Jun 26 15:13:49 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-matplotlib-inline
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -28,18 +28,18 @@
%define skip_python2 1
%define skip_python36 1
Name: python-matplotlib-inline%{psuffix}
Version: 0.1.2
Version: 0.1.3
Release: 0
Summary: Inline Matplotlib backend for Jupyter
License: BSD-3-Clause
URL: https://github.com/ipython/matplotlib-inline
Source: https://files.pythonhosted.org/packages/source/m/matplotlib-inline/matplotlib-inline-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traitlets}
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module matplotlib}
%endif
BuildRequires: fdupes
Requires: python-traitlets
@@ -55,7 +55,6 @@ Matplotlib Inline Back-end for IPython and Jupyter
%build
%python_build
%install
%if ! %{with test}
%python_install