update to 1.5.2 [release 1.5.2-1mamba;Fri Aug 12 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 11:26:21 +01:00
parent 1420c0117d
commit 38fba51067

View File

@ -1,13 +1,14 @@
Name: python-matplotlib
Version: 1.5.1
Release: 5mamba
Version: 1.5.2
Release: 1mamba
Summary: Python plotting library
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://matplotlib.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-%{version}/matplotlib-%{version}.tar.gz
Source0: https://github.com/matplotlib/matplotlib.git/v%{version}/matplotlib-%{version}.tar.bz2
#Source0: http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-%{version}/matplotlib-%{version}.tar.gz
Source1: python-matplotlib-1.0.1-setup.cfg
License: Python
## AUTOBUILDREQ-BEGIN
@ -45,9 +46,11 @@ Requires: py%{?pyver:%pyver}cairo
Requires: py2cairo
%endif
Requires: python-cycler%{?pyappend}
Requires: python-dateutil%{?pyappend}
Requires: python-pyparsing%{?pyappend}
Requires: python-setuptools%{?pyappend}
Requires: python-six%{?pyappend}
Requires: pygobject%{?pyappend}
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -107,6 +110,9 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
%doc LICENSE/LICENSE LICENSE/LICENSE_enthought.txt
%changelog
* Fri Aug 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
- update to 1.5.2
* Wed Aug 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-5mamba
- fix pyNcairo requirement according to %pyver