Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2013-08-23 14:21:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2012-11-14 16:56:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2013-08-23 14:21:17.000000000 +0200
@@ -1,0 +2,42 @@
+Wed Aug 21 05:25:57 UTC 2013 - [email protected]
+
+- update to 1.3.0
+- New features:
+ * xkcd-style sketch plotting
+ * New eventplot plot type
+ * Triangular grid interpolation
+ * Baselines for stackplot
+ * Rectangular colorbar extensions
+ * Calling subplot() without arguments
+- Drawing:
+ * Independent alpha values for face and edge colors
+ * Path effects on lines
+ * Easier creation of colormap and normalizer for levels with colors
+ * Full control of the background color
+ * Improved bbox_inches="tight" functionality
+ * Initialize a rotated rectangle
+- Text:
+ * Anchored text support
+ * Better vertical text alignment and multi-line text
+ * Left and right side axes titles
+ * Improved manual contour plot label positioning
+- Configuration (rcParams) 
+ * Quickly find rcParams
+ * Changes to font rcParams
+- Backends
+ * WebAgg backend
+ * Remember save directory 
+- Documentation and examples:
+ * Numpydoc docstrings
+ * Example reorganization
+ * Examples now use subplots()
+- Infrastructure
+ * Housecleaning
+ * New setup script
+ * XDG base directory support
+ * Catch opening too many figures using pyplot
+- for API changes see 
+  http://matplotlib.org/api/api_changes.html#changes-in-1-3   
+- removed patches needed for python3 package
+
+-------------------------------------------------------------------

Old:
----
  matplotlib-1.2.0.tar.bz2
  no-multiprocessing-setup.patch
  py3-matplotlib-setup.cfg

New:
----
  matplotlib-1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.UXAIig/_old  2013-08-23 14:21:19.000000000 +0200
+++ /var/tmp/diff_new_pack.UXAIig/_new  2013-08-23 14:21:19.000000000 +0200
@@ -18,14 +18,14 @@
 
 %define modname matplotlib
 Name:           python-%{modname}
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 
 Summary:        Plotting Library for Python
 License:        BSD-2-Clause
 Group:          Development/Libraries/Python
 Url:            http://sourceforge.net/projects/%{modname}
-Source:         %{modname}-%{version}.tar.bz2
+Source:         %{modname}-%{version}.tar.gz
 Source1:        %{modname}-setup.cfg
 Source2:        %{modname}plugin.py
 Source3:        %{modname}widget.py
@@ -39,6 +39,7 @@
 BuildRequires:  python-gtk
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-numpy-devel >= 1.2.1
+BuildRequires:  python-setuptools
 BuildRequires:  python-tk
 BuildRequires:  tcl
 BuildRequires:  tcl-devel
@@ -128,9 +129,10 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGELOG
+%doc README.rst CHANGELOG
 %doc PKG-INFO TODO CXX examples 
-%{py_sitedir}/%{modname}-%{version}-py%{py_ver}.egg-info
+%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}.egg-info
+%{py_sitedir}/%{modname}-%{version}_r0-py%{py_ver}-nspkg.pth
 %{py_sitedir}/%{modname}/
 %{py_sitedir}/mpl_toolkits
 %{py_sitedir}/pylab.py

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to