!2 Update version to 0.1.7

From: @zhao-jingyu985 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-04-22 09:27:28 +00:00 committed by Gitee
commit 3ce57744ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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