Accepting request 1330432 from devel:languages:python:jupyter
- update to 0.2.1:
* python 3.13 support
* move to flit
* test on python 3.14
* docstring fixes
- Update to version 0.1.7
* Use short matplotlib backend name
* Add matplotlib.backend entry point
* Use pyproject.toml instead of setup.cfg
- Use pyproject-based install
- Skip testing with python 3.9: python39-ipython is no longer
available.
- Add %{?sle15_python_module_pythons}
- 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
- Update to version 0.3
* Update project URL
- initial specfile for version 0.2
- new requirement for IPython 7.25 and IPyKernel 6
- multibuild for rudimentary test in order to avoid depcycle with
ipython
OBS-URL: https://build.opensuse.org/request/show/1330432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib-inline?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90
|
||||
size 8159
|
||||
3
matplotlib_inline-0.2.1.tar.gz
Normal file
3
matplotlib_inline-0.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1ee949c340d771fc39e241ea75683deb94762c8fa5f2927ec57c83c4dffa9fe
|
||||
size 8110
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 1 22:58:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.2.1:
|
||||
* python 3.13 support
|
||||
* move to flit
|
||||
* test on python 3.14
|
||||
* docstring fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 22:22:11 UTC 2024 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
@@ -47,5 +56,5 @@ Sat Jun 26 15:13:49 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- initial specfile for version 0.2
|
||||
- new requirement for IPython 7.25 and IPyKernel 6
|
||||
- multibuild for rudimentary test in order to avoid depcycle with
|
||||
- multibuild for rudimentary test in order to avoid depcycle with
|
||||
ipython
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-matplotlib-inline
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -28,14 +28,14 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-matplotlib-inline%{psuffix}
|
||||
Version: 0.1.7
|
||||
Version: 0.2.1
|
||||
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_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module traitlets}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user