update version to 0.1.7

This commit is contained in:
zhaojingyu 2024-04-22 16:28:57 +08:00
parent d966624f57
commit 69e73954ce
3 changed files with 7 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,12 +5,12 @@
Inline Matplotlib backend for Jupyter}
Name: python-%{pypi_name}
Version: 0.1.6
Version: 0.1.7
Release: 1
Summary: Inline Matplotlib backend for Jupyter
License: BSD
URL: https://github.com/ipython/matplotlib-inline
Source0: %{pypi_source matplotlib-inline}
Source0: https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -28,7 +28,7 @@ Summary: Inline Matplotlib backend for Jupyter
%description -n python3-%{pypi_name} %_description
%prep
%autosetup -n %{pypi_name}-%{version}
%autosetup -n matplotlib_inline-%{version}
%build
%py3_build
@ -43,5 +43,9 @@ Summary: Inline Matplotlib backend for Jupyter
%{python3_sitelib}/matplotlib_inline/
%changelog
* Mon Apr 22 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 0.1.7-1
- Update package to version 0.1.7
- Use short matplotlib backend name
* Tue Aug 1 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.1.6-1
- package init