diff --git a/python-matplotlib-inline.spec b/python-matplotlib-inline.spec index 00ea28a..8118af6 100644 --- a/python-matplotlib-inline.spec +++ b/python-matplotlib-inline.spec @@ -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 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 0.1.7-1mamba +- update to 0.1.7 + * Tue Sep 26 2023 Automatic Build System 0.1.6-3mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba