forked from pool/python-matplotlib
Accepting request 131264 from devel:languages:python
new upstream release 1.1.1 (forwarded request 131261 from HighwayStar) OBS-URL: https://build.opensuse.org/request/show/131264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=21
This commit is contained in:
parent
5b0307c9f3
commit
5270d4cbd0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f9c66dfad96c83bdd8cab464f4f0cfa4760b57b34bac79327d5f979d223e6c4
|
||||
size 33858778
|
3
matplotlib-1.1.1.tar.bz2
Normal file
3
matplotlib-1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0d8e8ec19edda5c8faed75757f3707435682f066dcd7a886346f1c82c63b4a8
|
||||
size 32054422
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 02:47:37 UTC 2012 - highwaystar.ru@gmail.com
|
||||
|
||||
- bugfix upstream release 1.1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 26 12:03:33 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -15,9 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define modname matplotlib
|
||||
Name: python-%{modname}
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
|
||||
Summary: Plotting Library for Python
|
||||
@ -75,6 +76,7 @@ application servers, and six graphical user interface toolkits.
|
||||
|
||||
%package tk
|
||||
Summary: Tk backend for %{name}
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-tk
|
||||
@ -84,6 +86,7 @@ Tk backend for %{name} plotting package
|
||||
|
||||
%package wx
|
||||
Summary: Wx backend for %{name}
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-wxGTK
|
||||
@ -93,8 +96,8 @@ wxWidgets backend for %{name} plotting package
|
||||
|
||||
%package designer
|
||||
Summary: Qt Designer %{name} plugin
|
||||
Group: Development/Libraries/Python
|
||||
License: MIT
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-qt4
|
||||
Requires: qt-creator
|
||||
|
Loading…
Reference in New Issue
Block a user