update to 0.1.7 [release 0.1.7-1mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 13:45:16 +02:00
parent fe3dd7084b
commit 2e0a5c2f72

View File

@ -1,13 +1,13 @@
Name: python-matplotlib-inline
Version: 0.1.6
Release: 3mamba
Version: 0.1.7
Release: 1mamba
Summary: Inline Matplotlib backend for Jupyter
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/ipython/matplotlib-inline
Source: https://pypi.debian.net/matplotlib-inline/matplotlib-inline-%{version}.tar.gz
Source: https://pypi.debian.net/matplotlib-inline/matplotlib_inline-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -23,7 +23,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n matplotlib-inline-%{version}
%setup -q -n matplotlib_inline-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -46,6 +46,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
- update to 0.1.7
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.1.6-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba