commit python-matplotlib for openSUSE:Factory

2020-10-23 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-10-23 12:19:14

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.3463 (New)


Package is "python-matplotlib"

Fri Oct 23 12:19:14 2020 rev:80 rq:843432 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2020-08-06 17:33:02.201107254 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3463/python-matplotlib.changes
2020-10-23 12:19:28.116562915 +0200
@@ -1,0 +2,7 @@
+Thu Oct 22 08:59:30 UTC 2020 - Ismail Dönmez 
+
+- Copy updated transparent_markers.pdf from upstream commit
+  https://github.com/matplotlib/matplotlib/pull/18604 to fix
+  test failure Ghostscript 9.53
+
+---

New:

  transparent_markers.pdf



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.6ZN8uZ/_old  2020-10-23 12:19:29.440563599 +0200
+++ /var/tmp/diff_new_pack.6ZN8uZ/_new  2020-10-23 12:19:29.444563601 +0200
@@ -38,6 +38,8 @@
 URL:https://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
+# Remove after next update
+Source2:
https://github.com/matplotlib/matplotlib/raw/b9470957c7f440084915a0b6573af3ee2235b941/lib/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf
 # Bundled version of freetype for testing purposes only
 Source99:   
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
 Patch0: no-builddir-freetype.patch
@@ -225,6 +227,9 @@
 cp %{SOURCE1} setup.cfg
 %patch0 -p1
 
+# Fix test with ghostscript 9.53
+cp %{SOURCE2} 
lib/matplotlib/tests/baseline_images/test_axes/transparent_markers.pdf
+
 %build
 %if !%{with test}
 %python_build




commit python-matplotlib for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-08-06 17:32:23

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.3399 (New)


Package is "python-matplotlib"

Thu Aug  6 17:32:23 2020 rev:79 rq:824485 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2020-06-26 21:44:32.785658809 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3399/python-matplotlib.changes
2020-08-06 17:33:02.201107254 +0200
@@ -1,0 +2,83 @@
+Thu Jul 23 09:49:30 UTC 2020 - Benjamin Greiner 
+
+- Require Pillow
+- Bump dependency versions 
+
+---
+Mon Jul 20 21:10:29 UTC 2020 - Benjamin Greiner 
+
+- Work on unit testing
+  * Move architecture selection to bcond definition at top of 
+specfile. This makes it clear in the OBS web UI that the test
+flavor is only built for x86_64 and aarch64
+  * do not build everything a second time during check (in-place)
+  * instead use new subpackage testdata wich contains the baseline
+images created at regular build time
+  * use pytest-xvfb and %pytest macro 
+(buildroot path actually not required)
+  * tidy test skip definitions
+  * add python-gobject-Gdk to pass the gtk3 backend testso
+- include version for obsoletes -qt-shared (rpmlint warning)
+- move some cairo files to backend packages
+- remove python2 transition requirements mock and six
+- update matplotlib-setup.cfg
+
+---
+Sat Jul 18 19:20:56 UTC 2020 - Todd R 
+
+- update to version 3.3.0
+  + Figure and Axes creation / management
+* Provisional API for composing semantic axes layouts from text or nested 
lists
+* GridSpec.subplots()
+* New Axes.sharex, Axes.sharey methods
+* tight_layout now supports suptitle
+* Setting axes box aspect
+  + Colors and colormaps
+* Turbo colormap
+* colors.BoundaryNorm supports extend keyword argument
+* Text color for legend labels
+* Pcolor and Pcolormesh now accept shading='nearest' and 'auto'
+  + Titles, ticks, and labels
+* Align labels to Axes edges
+* Allow tick formatters to be set with str or function inputs
+* Axes.set_title gains a y keyword argument to control auto positioning
+* Offset text is now set to the top when using axis.tick_top()
+* Set zorder of contour labels
+  + Other changes
+* New Axes.axline method
+* imshow now coerces 3D arrays with depth 1 to 2D
+* Better control of Axes.pie normalization
+* Dates use a modern epoch
+* Lines now accept MarkerStyle instances as input
+  + Fonts
+* Simple syntax to select fonts by absolute path
+* Improved font weight detection
+  + rcParams improvements
+* matplotlib.rc_context can be used as a decorator
+* rcParams for controlling default "raise window" behavior
+* Add generalized mathtext.fallback to rcParams
+* Add contour.linewidth to rcParams
+  + 3D Axes improvements
+* Axes3D no longer distorts the 3D plot to match the 2D aspect ratio
+* 3D axes now support minor ticks
+* Home/Forward/Backward buttons now work with 3D axes
+  + Interactive tool improvements
+* More consistent toolbar behavior across backends
+* Toolbar icons are now styled for dark themes
+* Cursor text now uses a number of significant digits matching pointing 
precision
+* GTK / Qt zoom rectangle now black and white
+* Event handler simplifications
+  + Functions to compute a Path's size
+* Better interface for Path segment iteration
+* Fixed bug that computed a Path's Bbox incorrectly
+  + Backend-specific improvements
+* savefig() gained a backend keyword argument
+* The SVG backend can now render hatches with transparency
+* SVG supports URLs on more artists
+* Images in SVG will no longer be blurred in some viewers
+* Saving SVG now supports adding metadata
+* Saving PDF metadata via PGF now consistent with PDF backend
+* NbAgg and WebAgg no longer use jQuery & jQuery UI
+- Rebase no-builddir-freetype.patch
+
+---

Old:

  matplotlib-3.2.2.tar.gz

New:

  matplotlib-3.3.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.Y12qgL/_old  2020-08-06 17:33:04.805107004 +0200
+++ /var/tmp/diff_new_pack.Y12qgL/_new  2020-08-06 17:33:04.809107005 +0200
@@ -24,12 +24,14 @@
 %if "%{flavor}" == "test"
 %define psuffix -test
 %bcond_without test
+# Run on 64bit intel and arm only, on others there are 

commit python-matplotlib for openSUSE:Factory

2020-06-26 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-06-26 21:44:26

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.3060 (New)


Package is "python-matplotlib"

Fri Jun 26 21:44:26 2020 rev:78 rq:816747 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2020-06-05 20:01:40.776229017 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3060/python-matplotlib.changes
2020-06-26 21:44:32.785658809 +0200
@@ -1,0 +2,16 @@
+Wed Jun 24 02:32:47 UTC 2020 - Todd R 
+
+- update to version 3.2.2:
+  * Unit converters recognize subclasses
+  * imsave accepts metadata and PIL options
+  * cbook.normalize_kwargs
+  * FontProperties accepts os.PathLike
+  * Gouraud-shading alpha channel in PDF backend
+  * Kerning adjustments now use correct values
+  * bar3d lightsource shading
+  * Shifting errorbars
+  * Improvements in Logit scale ticker and formatter
+  * rcParams for axes title location and color
+  * 3-digit and 4-digit hex colors
+
+---

Old:

  matplotlib-3.2.1.tar.gz

New:

  matplotlib-3.2.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.QbTL1D/_old  2020-06-26 21:44:34.373663891 +0200
+++ /var/tmp/diff_new_pack.QbTL1D/_new  2020-06-26 21:44:34.377663904 +0200
@@ -29,7 +29,7 @@
 %bcond_with test
 %endif
 Name:   python-matplotlib%{psuffix}
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -76,6 +76,7 @@
 BuildRequires:  pkgconfig(tcl)
 # /SECTION
 %if %{with test}
+BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}

++ matplotlib-3.2.1.tar.gz -> matplotlib-3.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3060/matplotlib-3.2.2.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-06-05 20:01:25

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.3606 (New)


Package is "python-matplotlib"

Fri Jun  5 20:01:25 2020 rev:77 rq:811473 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2020-04-19 21:47:57.707899231 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3606/python-matplotlib.changes
2020-06-05 20:01:40.776229017 +0200
@@ -1,0 +2,26 @@
+Thu Jun  4 12:59:00 UTC 2020 - Tomáš Chvátal 
+
+- Skip tests that randomly fail
+- Run the tests on 64bit arm and intel only as elsewhere there are
+  >100 test failures
+
+---
+Mon May 18 08:45:00 UTC 2020 - Tomáš Chvátal 
+
+- Add patch no-builddir-freetype.patch to not require freetype
+  in build/ subfolder which we use in python macros
+  * This is SUSE specific patch
+- Make the package multibuild and execute the testsuite
+
+---
+Mon May 18 06:56:24 UTC 2020 - Tomáš Chvátal 
+
+- Remove the is_opensuse literals as we don't want to have matplotlib
+  behave differently between openSUSE and SLE jsc#SLE-11752
+
+---
+Fri May 15 09:03:43 UTC 2020 - Tomáš Chvátal 
+
+- Remove the qt4 code support as we do just Qt5 everywhere
+
+---

New:

  _multibuild
  freetype-2.6.1.tar.gz
  no-builddir-freetype.patch



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.heMvr0/_old  2020-06-05 20:01:42.600234999 +0200
+++ /var/tmp/diff_new_pack.heMvr0/_new  2020-06-05 20:01:42.604235012 +0200
@@ -17,26 +17,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
 %define skip_python2 1
-# No Qt4 plugin on > Leap 15.1
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
-%bcond_with qt4
-%else
-%bcond_without qt4
-%endif
 # Not doing tests because they take too long
 # The tests also pull in dependencies of all backends done in pure python
-%bcond_with tests
-Name:   python-matplotlib
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-matplotlib%{psuffix}
 Version:3.2.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
-Group:  Development/Libraries/Python
 URL:https://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
+# Bundled version of freetype for testing purposes only
+Source99:   
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
+Patch0: no-builddir-freetype.patch
 BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module kiwisolver}
@@ -50,6 +52,7 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
+BuildRequires:  qhull-devel >= 2003.1
 Requires:   python-Cycler >= 0.10
 Requires:   python-kiwisolver >= 1.0.1
 Requires:   python-numpy >= 1.7.1
@@ -63,9 +66,6 @@
 Recommends: python-Pillow
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
-%if 0%{?is_opensuse}
-BuildRequires:  qhull-devel >= 2003.1
-%endif
 # SECTION WebAgg dependencies
 BuildRequires:  %{python_module tornado}
 # /SECTION
@@ -75,12 +75,11 @@
 BuildRequires:  pkgconfig(libpng) >= 1.2
 BuildRequires:  pkgconfig(tcl)
 # /SECTION
-%if %{with tests}
-# SECTION testing dependencies
+%if %{with test}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.1}
-# /SECTION
 # SECTION cairo dependencies
 BuildRequires:  %{python_module cairo}
 # SECTION GTK3 dependencies
@@ -88,7 +87,7 @@
 # /SECTION
 # SECTION Qt5 dependencies
 BuildRequires:  %{python_module qt5}
-BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xvfb-run
 BuildRequires:  pkgconfig(gtk+-3.0)
 # /SECTION
 # SECTION tk dependencies
@@ -103,9 +102,8 @@
 BuildRequires:  poppler-tools
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
-BuildRequires:  texlive-tex

commit python-matplotlib for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-04-19 21:47:29

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.2738 (New)


Package is "python-matplotlib"

Sun Apr 19 21:47:29 2020 rev:76 rq:789360 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2020-02-14 16:25:29.683194565 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.2738/python-matplotlib.changes
2020-04-19 21:47:57.707899231 +0200
@@ -1,0 +2,40 @@
+Sat Mar 28 16:40:20 UTC 2020 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+  * tkagg.py and wx_compat.py are not part of the build process anymore
+(the backends still exist though); removed appropiate files from %files 
section
+
+- update to version 3.2.1:
+  * fix Quiver.set_UVC calls with scalar inputs
+  * fix bezier.get_parallels failure from floating point rounding
+errors
+  * fix markers specified as tuples (polygons, stars, or asterisks)
+  * fix saving PNGs to file objects in some places
+  * fix saving figures using the nbAgg/notebook backend
+  * fix saving with tight layout using the PGF backend
+  * fix setting custom datapath in rcParams (note: it is still
+deprecated)
+  * fix various issues running setup.py in non-CI environments
+  * fix xpdf distiller
+  * various minor bug and documentation fixes
+
+- changes from version 3.2.0:
+  * default image interpolation is now `'antialiased'` to better
+handle down-sampling and reduce artifacts when up-sampling by
+small ratios.
+  * change when ticks switch to using an offset to improve readability
+  * improvements to auto-scaling and auto-limits
+  * `DivergingNorm` has been renamed to `TwoSlopeNorm`
+  * support for 3 and 4 digit hex colors (`#123` maps to `#112233`)
+  * improvements to Logit scale ticker and formatter
+  * control of where errorbars start getting placed with `errorevery`
+  * correct kerning when laying out text
+  * improvements to MovieRegistry
+
+  * For the full details please see the whats new [1] and API changes
+[2] in the documentation
+[1] https://matplotlib.org/3.2.0/users/whats_new.html
+[2] https://matplotlib.org/3.2.0/api/api_changes.html
+
+---

Old:

  matplotlib-3.1.3.tar.gz

New:

  matplotlib-3.2.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.e7o8qe/_old  2020-04-19 21:47:59.755903341 +0200
+++ /var/tmp/diff_new_pack.e7o8qe/_new  2020-04-19 21:47:59.759903349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,12 +29,12 @@
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 Name:   python-matplotlib
-Version:3.1.3
+Version:3.2.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
 Group:  Development/Libraries/Python
-URL:http://matplotlib.org
+URL:https://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
 BuildRequires:  %{python_module Cycler >= 0.10}
@@ -50,18 +50,6 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-%if 0%{?is_opensuse}
-BuildRequires:  qhull-devel >= 2003.1
-%endif
-# SECTION WebAgg dependencies
-BuildRequires:  %{python_module tornado}
-# /SECTION
-# SECTION tk dependencies via tcl
-BuildRequires:  tcl
-BuildRequires:  pkgconfig(freetype2) >= 2.3
-BuildRequires:  pkgconfig(libpng) >= 1.2
-BuildRequires:  pkgconfig(tcl)
-# /SECTION
 Requires:   python-Cycler >= 0.10
 Requires:   python-kiwisolver >= 1.0.1
 Requires:   python-numpy >= 1.7.1
@@ -75,6 +63,18 @@
 Recommends: python-Pillow
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
+%if 0%{?is_opensuse}
+BuildRequires:  qhull-devel >= 2003.1
+%endif
+# SECTION WebAgg dependencies
+BuildRequires:  %{python_module tornado}
+# /SECTION
+# SECTION tk dependencies via tcl
+BuildRequires:  tcl
+BuildRequires:  pkgconfig(freetype2) >= 2.3
+BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(tcl)
+# /SECTION
 %if %{with tests}
 # SECTION testing dependencies
 BuildRequires:  

commit python-matplotlib for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-02-14 16:25:23

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.26092 (New)


Package is "python-matplotlib"

Fri Feb 14 16:25:23 2020 rev:75 rq:773163 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-12-11 12:04:31.708755412 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.26092/python-matplotlib.changes
   2020-02-14 16:25:29.683194565 +0100
@@ -1,0 +2,13 @@
+Mon Feb 10 15:18:57 UTC 2020 - Todd R 
+
+- Update to 3.1.3
+  * suppress a warning with Pandas 1.0
+  * support pillow >= 7
+  * support dateutils >= 2.8.1
+  * prevent an infinite recursion
+  * do not clobber non-python registered signal handler
+  * fix path intersection computation with 0 length segments
+  * fix performance regression in draw_idle
+  * several minor bugs
+
+---

Old:

  matplotlib-3.1.2.tar.gz

New:

  matplotlib-3.1.3.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.RkejE8/_old  2020-02-14 16:25:33.259196507 +0100
+++ /var/tmp/diff_new_pack.RkejE8/_new  2020-02-14 16:25:33.263196508 +0100
@@ -29,7 +29,7 @@
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 Name:   python-matplotlib
-Version:3.1.2
+Version:3.1.3
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-3.1.2.tar.gz -> matplotlib-3.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.26092/matplotlib-3.1.3.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-12-11 12:03:35

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.4691 (New)


Package is "python-matplotlib"

Wed Dec 11 12:03:35 2019 rev:74 rq:754780 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-11-04 17:05:37.744211301 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.4691/python-matplotlib.changes
2019-12-11 12:04:31.708755412 +0100
@@ -1,0 +2,11 @@
+Fri Dec  6 18:48:47 UTC 2019 - Todd R 
+
+- Update to 3.1.2
+  * fix regresion of incorrect limits for y-axis in imshow
+  * fix integer indexed pandas series
+  * fix ScalarFormatter formatting of masked values
+  * webagg and nbagg no longer incorrectly fallback to agg when $DISPLAY is 
not set
+  * several fixes for Qt5 backend
+  * other bugfixes and documentation fixes
+
+---

Old:

  matplotlib-3.1.1.tar.gz

New:

  matplotlib-3.1.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.12OPOq/_old  2019-12-11 12:04:33.596754618 +0100
+++ /var/tmp/diff_new_pack.12OPOq/_new  2019-12-11 12:04:33.596754618 +0100
@@ -29,7 +29,7 @@
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 Name:   python-matplotlib
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -37,7 +37,6 @@
 URL:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
-# Needed for all versions of python
 BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module kiwisolver}
@@ -47,21 +46,22 @@
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10}
-# WebAgg dependencies
-BuildRequires:  %{python_module tornado}
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-# Python 2 only
-BuildRequires:  python-functools32
 BuildRequires:  python-rpm-macros
-BuildRequires:  python-subprocess32
-# tk dependencies via tcl
+%if 0%{?is_opensuse}
+BuildRequires:  qhull-devel >= 2003.1
+%endif
+# SECTION WebAgg dependencies
+BuildRequires:  %{python_module tornado}
+# /SECTION
+# SECTION tk dependencies via tcl
 BuildRequires:  tcl
 BuildRequires:  pkgconfig(freetype2) >= 2.3
 BuildRequires:  pkgconfig(libpng) >= 1.2
 BuildRequires:  pkgconfig(tcl)
-# End of backend dependencies
+# /SECTION
 Requires:   python-Cycler >= 0.10
 Requires:   python-kiwisolver >= 1.0.1
 Requires:   python-numpy >= 1.7.1
@@ -75,33 +75,36 @@
 Recommends: python-Pillow
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
-# needed for testing
 %if %{with tests}
-# cairo dependencies
-BuildRequires:  %{python_module cairo}
-# GTK3 dependencies
-BuildRequires:  %{python_module gobject}
+# SECTION testing dependencies
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module python-dateutil >= 2.1}
-# Qt5 dependencies
+# /SECTION
+# SECTION cairo dependencies
+BuildRequires:  %{python_module cairo}
+# SECTION GTK3 dependencies
+BuildRequires:  %{python_module gobject}
+# /SECTION
+# SECTION Qt5 dependencies
 BuildRequires:  %{python_module qt5}
-# tk dependencies
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  pkgconfig(gtk+-3.0)
+# /SECTION
+# SECTION tk dependencies
 BuildRequires:  %{python_module tk}
-# Wx dependencies
+# /SECTION
+# SECTION Wx dependencies
 BuildRequires:  %{python_module wxPython >= 4}
-# latex dependencies
+# /SECTION
+# SECTION latex dependencies
 BuildRequires:  ghostscript
 BuildRequires:  inkscape
 BuildRequires:  poppler-tools
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex
-# X server needed for Qt4/Qt5 tests
-BuildRequires:  xorg-x11-Xvfb
-BuildRequires:  pkgconfig(gtk+-3.0)
 %if 0%{?is_opensuse}
-BuildRequires:  qhull-devel >= 2003.1
 BuildRequires:  texlive-sfmath
 BuildRequires:  tex(8a.enc)
 BuildRequires:  tex(helvet.sty)
@@ -111,10 +114,12 @@
 BuildRequires:  tex(type1cm.sty)
 BuildRequires:  tex(ucs.sty)
 %endif
+# /SECTION
+# SECTION Qt4 dependencies
 %if %{with qt4}
-# Qt4 dependencies
 BuildRequires:  %{python_module qt4}
 %endif
+# /SECTION
 %endif
 %if 0%{?suse_version} >= 1500
 

commit python-matplotlib for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-11-04 17:05:36

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.2990 (New)


Package is "python-matplotlib"

Mon Nov  4 17:05:36 2019 rev:73 rq:738242 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-07-30 13:00:21.834448452 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.2990/python-matplotlib.changes
2019-11-04 17:05:37.744211301 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 07:54:34 UTC 2019 - Fabian Vogt 
+
+- Disable Qt4 on Leap 15.2+
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.CwvsSk/_old  2019-11-04 17:05:39.032212677 +0100
+++ /var/tmp/diff_new_pack.CwvsSk/_new  2019-11-04 17:05:39.036212681 +0100
@@ -19,8 +19,8 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 %define skip_python2 1
-# No Qt4 plugin on > Leap 15
-%if 0%{?suse_version} > 1500
+# No Qt4 plugin on > Leap 15.1
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
 %bcond_with qt4
 %else
 %bcond_without qt4




commit python-matplotlib for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-07-30 13:00:00

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.4126 (New)


Package is "python-matplotlib"

Tue Jul 30 13:00:00 2019 rev:72 rq:713875 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-05-20 13:16:42.319967470 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.4126/python-matplotlib.changes
2019-07-30 13:00:21.834448452 +0200
@@ -1,0 +2,8 @@
+Sat Jul  6 21:17:49 UTC 2019 - Arun Persaud 
+
+- update to version 3.1.1:
+  * The first bug-fix release of the 3.1 series
++ Locator.nonsingular return order API change
+  * Lots of backports of various bug fixes.
+
+---

Old:

  matplotlib-3.1.0.tar.gz

New:

  matplotlib-3.1.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.Jq1Ksb/_old  2019-07-30 13:00:23.334448117 +0200
+++ /var/tmp/diff_new_pack.Jq1Ksb/_new  2019-07-30 13:00:23.338448116 +0200
@@ -19,17 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 %define skip_python2 1
-# Not doing tests because they take too long
-# The tests also pull in dependencies of all backends done in pure python
-%bcond_with tests
 # No Qt4 plugin on > Leap 15
 %if 0%{?suse_version} > 1500
 %bcond_with qt4
 %else
 %bcond_without qt4
 %endif
+# Not doing tests because they take too long
+# The tests also pull in dependencies of all backends done in pure python
+%bcond_with tests
 Name:   python-matplotlib
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-3.1.0.tar.gz -> matplotlib-3.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.4126/matplotlib-3.1.1.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-05-20 13:16:37

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.5148 (New)


Package is "python-matplotlib"

Mon May 20 13:16:37 2019 rev:71 rq:703997 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-03-04 09:11:38.816695146 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.5148/python-matplotlib.changes
2019-05-20 13:16:42.319967470 +0200
@@ -1,0 +2,40 @@
+Sun May 19 02:47:55 UTC 2019 - Todd R 
+
+- update to version 3.1.0:
+  + New Features
+* `~.dates.ConciseDateFormatter`
+* Secondary x/y Axis support
+* `~.scale.FuncScale` for arbitrary axes scales
+* Legend for scatter
+* Matplotlib no longer requires framework app build on MacOSX backend
+  + Figure, FigureCanvas, and Backends
+* Figure.frameon is now a direct proxy for the Figure patch visibility 
state
+* *pil_kwargs* argument added to savefig
+* Add ``inaxes`` method to `.FigureCanvasBase`
+* cairo backend defaults to pycairo instead of cairocffi
+  + Axes and Artists
+* axes_grid1 and axisartist Axes no longer draw spines twice
+* Return type of ArtistInspector.get_aliases changed
+* `.ConnectionPatch` accepts arbitrary transforms
+* mplot3d Line3D now allows {set,get}_data_3d
+* ``Axes3D.voxels`` now shades the resulting voxels
+  + Axis and Ticks
+* Added `.Axis.get_inverted` and `.Axis.set_inverted`
+* Adjust default minor tick spacing
+* `.EngFormatter` now accepts `usetex`, `useMathText` as keyword only 
arguments
+  + Animation and Interactivity
+* Support for forward/backward mouse buttons
+* *progress_callback* argument to `~.Animation.save()`
+* Add ``cache_frame_data`` keyword-only argument into 
`.animation.FuncAnimation`
+* Endless Looping GIFs with PillowWriter
+* Adjusted `.matplotlib.widgets.Slider` to have vertical orientation
+* Improved formatting of image values under cursor when a colorbar is 
present
+* MouseEvent button attribute is now an IntEnum
+  + Configuration, Install, and Development
+* The MATPLOTLIBRC environment variable can now point to any "file" path
+* Allow LaTeX code ``pgf.preamble`` and ``text.latex.preamble`` in 
MATPLOTLIBRC file
+* New logging API
+- Switch to upstream-recommended python-cairo instead of
+  python-cairocffi
+
+---

Old:

  matplotlib-3.0.3.tar.gz

New:

  matplotlib-3.1.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.gEd9Qy/_old  2019-05-20 13:16:43.467966872 +0200
+++ /var/tmp/diff_new_pack.gEd9Qy/_new  2019-05-20 13:16:43.471966870 +0200
@@ -29,7 +29,7 @@
 %bcond_without qt4
 %endif
 Name:   python-matplotlib
-Version:3.0.3
+Version:3.1.0
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -78,7 +78,7 @@
 # needed for testing
 %if %{with tests}
 # cairo dependencies
-BuildRequires:  %{python_module cairocffi}
+BuildRequires:  %{python_module cairo}
 # GTK3 dependencies
 BuildRequires:  %{python_module gobject}
 BuildRequires:  %{python_module mock}
@@ -135,7 +135,7 @@
 License:SUSE-Matplotlib
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-cairocffi
+Requires:   python-cairo
 
 %descriptioncairo
 This package includes the non-interactive Cairo-based backend

++ matplotlib-3.0.3.tar.gz -> matplotlib-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.5148/matplotlib-3.1.0.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-03-04 09:11:34

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.28833 (New)


Package is "python-matplotlib"

Mon Mar  4 09:11:34 2019 rev:70 rq:680626 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2019-02-27 21:12:15.467189927 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.28833/python-matplotlib.changes
   2019-03-04 09:11:38.816695146 +0100
@@ -1,0 +2,13 @@
+Fri Mar  1 17:40:22 UTC 2019 - Arun Persaud 
+
+- update to version 3.0.3:
+  * fix several possible memory leaks
+  * documentation fixes
+  * jquery-ui is no longer bundled in git repo and is downloaded
+during the install or sdist process. If you are installing from
+pypi the files will be included, but if you are installing from
+git you will need internet access the first time you run `pip
+install .`. The install process tries to cache the files and will
+not need internet access on future installations.
+
+---

Old:

  matplotlib-3.0.2.tar.gz

New:

  matplotlib-3.0.3.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.aIlSnB/_old  2019-03-04 09:11:39.836694975 +0100
+++ /var/tmp/diff_new_pack.aIlSnB/_new  2019-03-04 09:11:39.836694975 +0100
@@ -16,22 +16,20 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
+%define skip_python2 1
 # Not doing tests because they take too long
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
-
 # No Qt4 plugin on > Leap 15
 %if 0%{?suse_version} > 1500
 %bcond_with qt4
 %else
 %bcond_without qt4
 %endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
-%define skip_python2 1
 Name:   python-matplotlib
-Version:3.0.2
+Version:3.0.3
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -39,15 +37,6 @@
 URL:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
-BuildRequires:  c++_compiler
-BuildRequires:  fdupes
-BuildRequires:  pkg-config
-BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(freetype2) >= 2.3
-BuildRequires:  pkgconfig(libpng) >= 1.2
-# Python 2 only
-BuildRequires:  python-functools32
-BuildRequires:  python-subprocess32
 # Needed for all versions of python
 BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module devel}
@@ -58,18 +47,59 @@
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10}
+# WebAgg dependencies
+BuildRequires:  %{python_module tornado}
+BuildRequires:  c++_compiler
+BuildRequires:  fdupes
+BuildRequires:  pkgconfig
+# Python 2 only
+BuildRequires:  python-functools32
+BuildRequires:  python-rpm-macros
+BuildRequires:  python-subprocess32
+# tk dependencies via tcl
+BuildRequires:  tcl
+BuildRequires:  pkgconfig(freetype2) >= 2.3
+BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(tcl)
+# End of backend dependencies
+Requires:   python-Cycler >= 0.10
+Requires:   python-kiwisolver >= 1.0.1
+Requires:   python-numpy >= 1.7.1
+Requires:   python-pyparsing > 2.1.6
+Requires:   python-python-dateutil >= 2.1
+Requires:   python-pytz
+Requires:   python-six >= 1.10
+Recommends: ghostscript
+Recommends: libxml2-tools
+Recommends: poppler-tools
+Recommends: python-Pillow
+Provides:   python-matplotlib-gtk = %{version}
+Obsoletes:  python-matplotlib-gtk < %{version}
 # needed for testing
 %if %{with tests}
+# cairo dependencies
+BuildRequires:  %{python_module cairocffi}
+# GTK3 dependencies
+BuildRequires:  %{python_module gobject}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module python-dateutil >= 2.1}
-BuildRequires:  inkscape
+# Qt5 dependencies
+BuildRequires:  %{python_module qt5}
+# tk dependencies
+BuildRequires:  %{python_module tk}
+# Wx dependencies
+BuildRequires:  %{python_module wxPython >= 4}
 # latex dependencies
 BuildRequires:  ghostscript
+BuildRequires:  inkscape
 BuildRequires:  poppler-tools
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex
+# X server needed for Qt4/Qt5 tests

commit python-matplotlib for openSUSE:Factory

2019-02-27 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2019-02-27 21:12:13

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.28833 (New)


Package is "python-matplotlib"

Wed Feb 27 21:12:13 2019 rev:69 rq:679805 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-11-26 10:29:50.209061015 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.28833/python-matplotlib.changes
   2019-02-27 21:12:15.467189927 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 13:01:27 UTC 2019 - Fabian Vogt 
+
+- Disable Qt4 support on Tumbleweed by default
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.zi6frv/_old  2019-02-27 21:12:16.183189783 +0100
+++ /var/tmp/diff_new_pack.zi6frv/_new  2019-02-27 21:12:16.187189782 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,6 +20,13 @@
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 
+# No Qt4 plugin on > Leap 15
+%if 0%{?suse_version} > 1500
+%bcond_with qt4
+%else
+%bcond_without qt4
+%endif
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 %define skip_python2 1
@@ -79,8 +86,10 @@
 # GTK3 dependencies
 BuildRequires:  %{python_module gobject}
 BuildRequires:  pkgconfig(gtk+-3.0)
+%if %{with qt4}
 # Qt4 dependencies
 BuildRequires:  %{python_module qt4}
+%endif
 # Qt5 dependencies
 BuildRequires:  %{python_module qt5}
 # Wx dependencies
@@ -362,6 +371,7 @@
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt5agg.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*.py*
 
+%if %{with qt4}
 %files %{python_files qt4}
 %license LICENSE/
 %license doc/users/license.rst
@@ -369,6 +379,7 @@
 %{python_sitearch}/matplotlib/backends/backend_qt4agg.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4agg.*.py*
+%endif
 
 %files %{python_files qt5}
 %license LICENSE/




commit python-matplotlib for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-11-26 10:29:37

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new.19453 (New)


Package is "python-matplotlib"

Mon Nov 26 10:29:37 2018 rev:68 rq:651332 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-10-29 14:25:20.318716302 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.19453/python-matplotlib.changes
   2018-11-26 10:29:50.209061015 +0100
@@ -1,0 +2,17 @@
+Mon Nov 12 05:54:05 UTC 2018 - Arun Persaud 
+
+- update to version 3.0.2:
+  * Un-breaks basemap which was broken by partially restoring private
+APIs for cartopy.
+  * Fixes bug in warning code when used in an embedded context.
+  * Fixes crash when using Tk and closing the first open window before
+showing it
+  * Many documentation improvements.
+  * Restore a corner case on ColorBar tick usage.
+  * Change the default behavior of `matplotlib.use` to silently allow
+more 'safe' switching after auto-discovery, but before starting an
+event loop.
+  * Improvements to bounding box calculations.
+  * Provide the correct length for RcParams instances.
+
+---

Old:

  matplotlib-3.0.1.tar.gz

New:

  matplotlib-3.0.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.yi6Qoj/_old  2018-11-26 10:29:51.409059608 +0100
+++ /var/tmp/diff_new_pack.yi6Qoj/_new  2018-11-26 10:29:51.413059603 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,12 +24,12 @@
 %define oldpython python
 %define skip_python2 1
 Name:   python-matplotlib
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
 Group:  Development/Libraries/Python
-Url:http://matplotlib.org
+URL:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
 BuildRequires:  c++_compiler
@@ -266,7 +266,7 @@
 %if %{with tests}
 %check
 export DISPLAY=:42
-/usr/bin/Xvfb :42 -screen 0 1024x768x24 >& /tmp/Xvfb.log &
+%{_bindir}/Xvfb :42 -screen 0 1024x768x24 >& /tmp/Xvfb.log &
 trap "kill $! || true" EXIT
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python ./tests.py 
--no-network --recursionlimit=5000
 %endif

++ matplotlib-3.0.1.tar.gz -> matplotlib-3.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.19453/matplotlib-3.0.2.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2018-10-29 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-10-29 14:22:18

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Mon Oct 29 14:22:18 2018 rev:67 rq:644951 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-09-26 16:11:28.563480713 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-10-29 14:25:20.318716302 +0100
@@ -1,0 +2,16 @@
+Fri Oct 26 19:34:07 UTC 2018 - Todd R 
+
+- Update to version 3.0.1
+  * Fix failure to import bug when on Python 3.6.7 and 3.7.1
+  * Fixed a number of failure to import bugs around finding fonts
+  * Fix Qt4 backend
+  * Fix bug on OSX that recursively searched current directory for fonts
+  * Fix bouncing-rocket on OSX when doing backend fallback and not
+selecting OSX
+  * Temporarily restore several private APIs to unbreak cartopy
+  * Make pyplot more tolerant of varying signatures in 3rd-party
+sub-classe
+  * Improve datetime64 unit handling
+  * Fixed several poor interactions with tight_layout
+
+---

Old:

  matplotlib-3.0.0.tar.gz

New:

  matplotlib-3.0.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.G8DoBZ/_old  2018-10-29 14:25:21.38096 +0100
+++ /var/tmp/diff_new_pack.G8DoBZ/_new  2018-10-29 14:25:21.38096 +0100
@@ -24,7 +24,7 @@
 %define oldpython python
 %define skip_python2 1
 Name:   python-matplotlib
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-3.0.0.tar.gz -> matplotlib-3.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-3.0.1.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-09-26 16:11:25

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Wed Sep 26 16:11:25 2018 rev:66 rq:636488 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-08-18 00:03:21.218941060 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-09-26 16:11:28.563480713 +0200
@@ -1,0 +2,25 @@
+Wed Sep 19 01:44:55 UTC 2018 - Todd R 
+
+- Update to version 3.0.0
+  * Improved default backend selection
+  * Cyclic colormaps
+  * Ability to scale axis by a fixed order of magnitude
+  * Add AnchoredDirectionArrows feature to mpl_toolkits
+  * Add minorticks_on()/off() methods for colorbar
+  * Colorbar ticks can now be automatic
+  * Don't automatically rename duplicate file names
+  * Legend now has a *title_fontsize* kwarg (and rcParam)
+  * Support for axes.prop_cycle property *markevery* in rcParams
+  * Multipage PDF support for pgf backend
+  * Pie charts are now circular by default
+  * Add ax.get_gridspec to .SubplotBase
+  * Axes titles will no longer overlap xaxis
+  * New convenience methods for GridSpec
+  * Figure has an ~.figure.Figure.add_artist method
+  * math directive renamed to mathmpl
+- Python 2 support was dropped upstream, so disable it in the spec
+  file and drop python2-specific parts.
+- Enable wx backend for python 3, since python 3 is now supported
+  by wxPython upstream.
+
+---

Old:

  matplotlib-2.2.3.tar.gz

New:

  matplotlib-3.0.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.vtWvB4/_old  2018-09-26 16:11:29.559479059 +0200
+++ /var/tmp/diff_new_pack.vtWvB4/_new  2018-09-26 16:11:29.563479053 +0200
@@ -22,8 +22,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
+%define skip_python2 1
 Name:   python-matplotlib
-Version:2.2.3
+Version:3.0.0
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -82,8 +83,8 @@
 BuildRequires:  %{python_module qt4}
 # Qt5 dependencies
 BuildRequires:  %{python_module qt5}
-# Wx dependencies (currently Python 2 only)
-BuildRequires:  python-wxWidgets >= 3
+# Wx dependencies
+BuildRequires:  %{python_module wxPython >= 4}
 # tk dependencies
 BuildRequires:  %{python_module tk}
 # X server needed for Qt4/Qt5 tests
@@ -102,11 +103,6 @@
 Requires:   python-python-dateutil >= 2.1
 Requires:   python-pytz
 Requires:   python-six >= 1.10
-%ifpython2
-Requires:   python-backports.functools_lru_cache
-Requires:   python-functools32
-Requires:   python-subprocess32
-%endif
 Recommends: ghostscript
 Recommends: libxml2-tools
 Recommends: python-Pillow
@@ -118,10 +114,6 @@
 %endif
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
-%ifpython2
-Provides:   %{oldpython}-matplotlib-gtk = %{version}
-Obsoletes:  %{oldpython}-matplotlib-gtk < %{version}
-%endif
 
 %python_subpackages
 
@@ -229,14 +221,14 @@
 This package includes the browser-based webagg backend
 for the %{name} plotting package
 
-%package -n %{python2_prefix}-matplotlib-wx
+%packagewx
 Summary:WxWidgets backend for %{name}
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-wxWidgets >= 2.8
+Requires:   python-wxPython >= 4
 
-%description -n %{python2_prefix}-matplotlib-wx
+%descriptionwx
 This package includes the wxWidgets-based wxagg backend
 for %{name} plotting package
 
@@ -302,33 +294,32 @@
 %exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
 %exclude %{python_sitearch}/matplotlib/backends/backend_webagg.*
 %exclude %{python_sitearch}/matplotlib/backends/backend_webagg_core.*
+%exclude %{python_sitearch}/matplotlib/backends/backend_wx.*
+%exclude %{python_sitearch}/matplotlib/backends/backend_wxagg.*
 %exclude %{python_sitearch}/matplotlib/backends/qt_compat.*
 %exclude %{python_sitearch}/matplotlib/backends/qt_editor/
 %exclude %{python_sitearch}/matplotlib/backends/tkagg.*
 %exclude %{python_sitearch}/matplotlib/backends/web_backend/
+%exclude %{python_sitearch}/matplotlib/backends/wx_compat.*
 %endif
 %ifpycache
 %if 0%{?is_opensuse}
-%exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_cairo.*
-%exclude 

commit python-matplotlib for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-08-18 00:03:18

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Sat Aug 18 00:03:18 2018 rev:65 rq:629427 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-06-15 14:37:42.779133981 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-08-18 00:03:21.218941060 +0200
@@ -1,0 +2,12 @@
+Tue Aug 14 15:19:00 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 2.2.3
+  * Fix import failure on BSD systems
+  * Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12
+  * Fix import errors if bz2 module is not in standard library
+  * Fix overflow in _path.h
+  * Fix infinite recursion in transform repr
+  * Fix bug with XKCD style
+  * Remove unsafe usage of Popen
+
+---

Old:

  matplotlib-2.2.2.tar.gz

New:

  matplotlib-2.2.3.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.MVEFuw/_old  2018-08-18 00:03:22.338944405 +0200
+++ /var/tmp/diff_new_pack.MVEFuw/_new  2018-08-18 00:03:22.342944418 +0200
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -280,10 +280,10 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst PKG-INFO doc/users/license.rst
+%doc README.rst
 %doc examples/
-%doc LICENSE/
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/
 %{python_sitearch}/matplotlib-%{version}-py*.egg-info
 %{python_sitearch}/matplotlib-%{version}-py*-nspkg.pth
@@ -334,18 +334,20 @@
 
 # Dummy package to pull in latex dependencies.
 %files %{python_files latex}
-%defattr(-,root,root,-)
-%doc README.rst
+%license LICENSE/
+%license doc/users/license.rst
 
 %if 0%{?is_opensuse}
 
 %files %{python_files cairo}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_cairo.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_cairo.*.py*
 
 %files %{python_files gtk3}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_gtk3.py*
 %{python_sitearch}/matplotlib/backends/backend_gtk3agg.py*
 %{python_sitearch}/matplotlib/backends/backend_gtk3cairo.py*
@@ -359,7 +361,8 @@
 # package, and provide the -qt5 stub package which pulls in
 # the python-qt5 dependency.
 %files %{python_files qt-shared}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_qt5.py*
 %{python_sitearch}/matplotlib/backends/backend_qt5agg.py*
 %{python_sitearch}/matplotlib/backends/qt_compat.py*
@@ -369,24 +372,29 @@
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*.py*
 
 %files %{python_files qt4}
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_qt4.py*
 %{python_sitearch}/matplotlib/backends/backend_qt4agg.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt4agg.*.py*
 
 %files %{python_files qt5}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %doc README.rst
 
 %files %{python_files tk}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_tkagg.py*
 %{python_sitearch}/matplotlib/backends/tkagg.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_tkagg.*.py*
 %pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*.py*
 
 %files %{python_files web}
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_webagg.py*
 %{python_sitearch}/matplotlib/backends/backend_webagg_core.py*
 %{python_sitearch}/matplotlib/backends/web_backend/
@@ -394,7 +402,8 @@
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_webagg_core.*.py*
 
 %files -n %{python2_prefix}-matplotlib-wx
-%defattr(-,root,root,-)
+%license LICENSE/
+%license doc/users/license.rst
 %{python2_sitearch}/matplotlib/backends/wx_compat.py*
 

commit python-matplotlib for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-06-15 14:37:40

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Fri Jun 15 14:37:40 2018 rev:64 rq:613765 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-06-02 12:15:48.947918642 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-06-15 14:37:42.779133981 +0200
@@ -1,0 +2,5 @@
+Sat Jun  2 10:48:56 UTC 2018 - h...@urpla.net
+
+- don't use any lua expressions for suse_version < 1500
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.NVykaA/_old  2018-06-15 14:37:44.103085553 +0200
+++ /var/tmp/diff_new_pack.NVykaA/_new  2018-06-15 14:37:44.111085260 +0200
@@ -111,7 +111,11 @@
 Recommends: libxml2-tools
 Recommends: python-Pillow
 Recommends: poppler-tools
+%if 0%{?suse_version} >= 1500
 Recommends: (python-matplotlib-tk if tk)
+%else
+Recommends: python-matplotlib-tk
+%endif
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
 %ifpython2




commit python-matplotlib for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-06-02 12:15:27

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Sat Jun  2 12:15:27 2018 rev:63 rq:613571 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-05-16 11:44:06.794796389 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-06-02 12:15:48.947918642 +0200
@@ -1,0 +2,8 @@
+Fri Jun  1 19:45:45 UTC 2018 - dims...@opensuse.org
+
+- Only recommend python-matplotlib-tk if tk is already flagged for
+  installation. On most systems there is no reason to have tk
+  available (those UIs are out of date and not well perceived
+  anyway).
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.VfycYr/_old  2018-06-02 12:15:50.587858490 +0200
+++ /var/tmp/diff_new_pack.VfycYr/_new  2018-06-02 12:15:50.591858343 +0200
@@ -111,7 +111,7 @@
 Recommends: libxml2-tools
 Recommends: python-Pillow
 Recommends: poppler-tools
-Recommends: python-matplotlib-tk
+Recommends: (python-matplotlib-tk if tk)
 Provides:   python-matplotlib-gtk = %{version}
 Obsoletes:  python-matplotlib-gtk < %{version}
 %ifpython2




commit python-matplotlib for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-05-16 11:42:42

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Wed May 16 11:42:42 2018 rev:62 rq:607681 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-05-11 09:19:00.144934172 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-05-16 11:44:06.794796389 +0200
@@ -1,0 +2,5 @@
+Tue May 15 19:15:14 UTC 2018 - tbecht...@suse.com
+
+- Add missing Requires for python-backports.functools_lru_cache (boo#1074491)
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.Sq8mSh/_old  2018-05-16 11:44:08.066750089 +0200
+++ /var/tmp/diff_new_pack.Sq8mSh/_new  2018-05-16 11:44:08.070749944 +0200
@@ -103,6 +103,7 @@
 Requires:   python-pytz
 Requires:   python-six >= 1.10
 %ifpython2
+Requires:   python-backports.functools_lru_cache
 Requires:   python-functools32
 Requires:   python-subprocess32
 %endif




commit python-matplotlib for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-05-11 09:18:53

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Fri May 11 09:18:53 2018 rev:61 rq:606286 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-03-26 13:13:26.162970678 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-05-11 09:19:00.144934172 +0200
@@ -1,0 +2,5 @@
+Thu May 10 22:27:45 UTC 2018 - toddrme2...@gmail.com
+
+- Fix building on SLE which doesn't have qhull.
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.fQldak/_old  2018-05-11 09:19:01.760875622 +0200
+++ /var/tmp/diff_new_pack.fQldak/_new  2018-05-11 09:19:01.768875332 +0200
@@ -35,7 +35,6 @@
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
 BuildRequires:  python-rpm-macros
-BuildRequires:  qhull-devel >= 2003.1
 BuildRequires:  pkgconfig(freetype2) >= 2.3
 BuildRequires:  pkgconfig(libpng) >= 1.2
 # Python 2 only
@@ -64,6 +63,7 @@
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex
 %if 0%{?is_opensuse}
+BuildRequires:  qhull-devel >= 2003.1
 BuildRequires:  texlive-sfmath
 BuildRequires:  tex(8a.enc)
 BuildRequires:  tex(helvet.sty)
@@ -301,7 +301,9 @@
 %exclude %{python_sitearch}/matplotlib/backends/qt_editor/
 %exclude %{python_sitearch}/matplotlib/backends/tkagg.*
 %exclude %{python_sitearch}/matplotlib/backends/web_backend/
+%endif
 %ifpycache
+%if 0%{?is_opensuse}
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_cairo.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_gtk3.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_gtk3agg.*
@@ -316,7 +318,9 @@
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*
 %endif
+%endif
 %ifpython2
+%if 0%{?is_opensuse}
 %exclude %{python_sitearch}/matplotlib/backends/backend_wx.py*
 %exclude %{python_sitearch}/matplotlib/backends/backend_wxagg.py*
 %exclude %{python_sitearch}/matplotlib/backends/wx_compat.py*




commit python-matplotlib for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-03-26 13:13:21

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Mon Mar 26 13:13:21 2018 rev:60 rq:590819 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-02-14 09:45:17.541656078 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-03-26 13:13:26.162970678 +0200
@@ -1,0 +2,48 @@
+Sat Mar 17 19:29:36 UTC 2018 - a...@gmx.de
+
+- update to version 2.2.2:
+  * v2.2.1 did not actually restore matplotlib.verbose.
+
+- changes from version 2.2.1:
+  * This release fixes a number of critical bugs:
++ restores matplotlib.verbose (fixing embedding in pycharm)
++ preserve precision when color mapping small portions of data
+  with extreme outliers
++ fixes saving long movies with ffmpeg
++ fixes UnbourdLocal error in contour labeling
++ fixes import failure on python 3.4.0 and 3.4.1
++ fixes compile time failures with clang on 32bit platforms
++ fixes an icon in the Tk backends
++ fixes several issues with Tables
++ fixes expanding offset boxes with tight_layout
++ revert changes to the font caching to avoid a possible bug in
+  backports.lru_cache
++ numerous docstring and documentation fixes
+  * We have reverted the deprecation of `font_manager.TempCache`.
+
+---
+Thu Mar  8 04:49:03 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * require kiwisolver
+  * update required version for dateutil
+
+- update to version 2.2.0:
+  * The first release of the v2.2 LTS series and the last version of
+Matplotlib to support python2.  There will be bug-fix release for
+this series until 2020.
+  * This release includes new features including:
++ An experimental constrained layout manager
++ Color blind friendly color map (cividis) and color cycle
+  (tableau-colorblind10)
++ native support for numpy.datetime64 types
++ animated gif writing via pillow
++ TkAgg now works with pypy
++ cairo based backends for Qt, Tk, and WX
+  * There are several API changes in this release:
++ To support the constrained layout Matplotlib has a new required
+  dependency (kiwisolver).
++ The `matplotlib.finance` module has been removed, development
+  has moved to a stand-alone project.
+
+---

Old:

  matplotlib-2.1.2.tar.gz

New:

  matplotlib-2.2.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.RnDKSY/_old  2018-03-26 13:13:29.190861793 +0200
+++ /var/tmp/diff_new_pack.RnDKSY/_new  2018-03-26 13:13:29.198861505 +0200
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.1.2
+Version:2.2.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -44,6 +44,7 @@
 # Needed for all versions of python
 BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module kiwisolver}
 BuildRequires:  %{python_module numpy >= 1.7.1}
 BuildRequires:  %{python_module numpy-devel >= 1.7.1}
 BuildRequires:  %{python_module pyparsing > 2.1.6}
@@ -54,7 +55,7 @@
 %if %{with tests}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module python-dateutil >= 1.1}
+BuildRequires:  %{python_module python-dateutil >= 2.1}
 BuildRequires:  inkscape
 # latex dependencies
 BuildRequires:  ghostscript
@@ -95,9 +96,10 @@
 BuildRequires:  %{python_module tornado}
 # End of backend dependencies
 Requires:   python-Cycler >= 0.10
+Requires:   python-kiwisolver >= 1.0.1
 Requires:   python-numpy >= 1.7.1
 Requires:   python-pyparsing > 2.1.6
-Requires:   python-python-dateutil >= 1.1
+Requires:   python-python-dateutil >= 2.1
 Requires:   python-pytz
 Requires:   python-six >= 1.10
 %ifpython2

++ matplotlib-2.1.2.tar.gz -> matplotlib-2.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.2.2.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-02-14 09:44:59

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Wed Feb 14 09:44:59 2018 rev:59 rq:575268 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-01-31 19:51:17.375157099 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-02-14 09:45:17.541656078 +0100
@@ -6,0 +7,17 @@
+Sun Jan 28 18:52:20 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.1.2:
+  * This release fixes a number of critical bugs:
++ fix a typo in mlab.cohere which yielded incorrect results
++ allow nonposx / nonposy to pass through loglog
++ fix color comparisons when finding handles with legend
++ fixes a recursive draw bug and a major performance regression in
+  Qt5Agg backend
++ fix a re-draw bug in WxAgg
++ fix image scaling with high-bit depth integers
++ revert the busy-cursor
+
+---

Old:

  matplotlib-2.1.1.tar.gz

New:

  matplotlib-2.1.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.zUwifN/_old  2018-02-14 09:45:22.289483044 +0100
+++ /var/tmp/diff_new_pack.zUwifN/_new  2018-02-14 09:45:22.289483044 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-2.1.1.tar.gz -> matplotlib-2.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.1.2.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2018-01-31 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-01-31 19:51:16

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Wed Jan 31 19:51:16 2018 rev:58 rq:570907 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2018-01-19 11:53:51.761801614 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-01-31 19:51:17.375157099 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 10:30:10 UTC 2018 - r...@rotkraut.de
+
+- Update versions of required packages.
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.5Co8ge/_old  2018-01-31 19:51:18.863087909 +0100
+++ /var/tmp/diff_new_pack.5Co8ge/_new  2018-01-31 19:51:18.867087724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,11 +42,11 @@
 BuildRequires:  python-functools32
 BuildRequires:  python-subprocess32
 # Needed for all versions of python
-BuildRequires:  %{python_module Cycler}
+BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy >= 1.6}
-BuildRequires:  %{python_module numpy-devel >= 1.6}
-BuildRequires:  %{python_module pyparsing >= 1.5.6}
+BuildRequires:  %{python_module numpy >= 1.7.1}
+BuildRequires:  %{python_module numpy-devel >= 1.7.1}
+BuildRequires:  %{python_module pyparsing > 2.1.6}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.10}
@@ -94,9 +94,9 @@
 # WebAgg dependencies
 BuildRequires:  %{python_module tornado}
 # End of backend dependencies
-Requires:   python-Cycler
-Requires:   python-numpy >= 1.6
-Requires:   python-pyparsing >= 1.5.6
+Requires:   python-Cycler >= 0.10
+Requires:   python-numpy >= 1.7.1
+Requires:   python-pyparsing > 2.1.6
 Requires:   python-python-dateutil >= 1.1
 Requires:   python-pytz
 Requires:   python-six >= 1.10




commit python-matplotlib for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-01-19 11:53:19

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Fri Jan 19 11:53:19 2018 rev:57 rq:566559 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-11-09 13:58:02.038598448 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-01-19 11:53:51.761801614 +0100
@@ -1,0 +2,29 @@
+Wed Jan 17 07:16:06 UTC 2018 - th...@gmx.de
+
+- dependency changed to python-six >= 1.10
+  (see "site-packages/matplotlib/__init__.py", line 187)
+
+---
+Sat Dec 16 23:02:44 UTC 2017 - a...@gmx.de
+
+- update to version 2.1.1:
+  * The first and only planned bug-fix release for the 2.1 series.
+  * This release include many bug and documentation fixes.  Highlights
+are:
++ change default logscale behavior to clip
++ fixed webagg import errors
++ tweaks to polar ticks
++ fixed exception when guessing afm family names
++ update manifest to include all doc files
++ improve masked array handling in pcolormesh
++ fix segfault from reading invalid png
++ fix blocking_input
++ fix bug resulting in huge multi-page pdf files
++ make `show` in nbagg take args as other backends do
++ several fixes to OSX backend
++ restore positional arg handling on Figure.legend
++ fix bugs in interactive navigation
++ fix issues when panning with invalid limits
++ fix bug with fully masked arrays passed to imshow
+
+---

Old:

  matplotlib-2.1.0.tar.gz

New:

  matplotlib-2.1.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.kLV1Mk/_old  2018-01-19 11:53:53.077739597 +0100
+++ /var/tmp/diff_new_pack.kLV1Mk/_new  2018-01-19 11:53:53.085739220 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -49,7 +49,7 @@
 BuildRequires:  %{python_module pyparsing >= 1.5.6}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.3}
+BuildRequires:  %{python_module six >= 1.10}
 # needed for testing
 %if %{with tests}
 BuildRequires:  %{python_module mock}
@@ -99,7 +99,7 @@
 Requires:   python-pyparsing >= 1.5.6
 Requires:   python-python-dateutil >= 1.1
 Requires:   python-pytz
-Requires:   python-six >= 1.3
+Requires:   python-six >= 1.10
 %ifpython2
 Requires:   python-functools32
 Requires:   python-subprocess32

++ matplotlib-2.1.0.tar.gz -> matplotlib-2.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.1.1.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-11-09 13:57:25

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Thu Nov  9 13:57:25 2017 rev:56 rq:537215 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-10-17 01:52:05.475633952 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-11-09 13:58:02.038598448 +0100
@@ -1,0 +2,52 @@
+Thu Oct 26 17:37:41 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 2.1.0
+  + New features
+* String categorical values
+* Interactive JS widgets for animation
+* Enhancements to polar plot
+* Figure class now has subplots method
+* Metadata savefig keyword argument
+* Busy Cursor
+* PolygonSelector
+* Added matplotlib.ticker.PercentFormatter
+* Reproducible PS, PDF and SVG output
+* Orthographic projection for mplot3d
+* voxels function for mplot3d
+  + Improvements
+* Add capstyle and joinstyle attributes to Collection
+* CheckButtons widget get_status function
+* Add fill_bar argument to AnchoredSizeBar
+* Annotation can use a default arrow style
+* Barbs and Quiver Support Dates
+* Hexbin default line color
+* Figure.legend() can be called without arguments
+* Multiple legend keys for legend entries
+* New parameter clear for :func:`~matplotlib.pyplot.figure`
+* Specify minimum value to format as scalar for LogFormatterMathtext
+* New quiverkey angle keyword argument
+* Colormap reversed method
+* Artist.setp (and pyplot.setp) accept a file argument
+* streamplot streamline generation more configurable
+* Axis.set_tick_params now responds to rotation
+* Shading in 3D bar plots
+* New which Parameter for autofmt_xdate
+* New Figure Parameter for subplot2grid
+* Interpolation in fill_betweenx
+* New keyword argument sep for EngFormatter
+* Extend MATPLOTLIBRC behavior
+* density kwarg to hist
+  + Internals
+* New TransformedPatchPath caching object
+* Abstract base class for movie writers
+* Stricter validation of line style rcParams
+  + Performance
+* Path simplification updates
+* Implement intersects_bbox in c++\
+- Remove upstream-included patches:
+  * 0001-Fix-include-path-for-system-libqhull.patch
+  * 0001-Allow-divmod-to-be-overridden-by-num.patch
+  * 166a14473272_Fix-contour-colour-level-determination.patch
+  * 97e170d2fc2c_Pass-integers-to-np_linspace.patch
+
+---

Old:

  0001-Allow-divmod-to-be-overridden-by-num.patch
  0001-Fix-include-path-for-system-libqhull.patch
  166a14473272_Fix-contour-colour-level-determination.patch
  166a14473272_contour_manual_colors_and_levels.png
  97e170d2fc2c_Pass-integers-to-np_linspace.patch
  matplotlib-2.0.2.tar.gz

New:

  matplotlib-2.1.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.v4qacZ/_old  2017-11-09 13:58:03.882531272 +0100
+++ /var/tmp/diff_new_pack.v4qacZ/_new  2017-11-09 13:58:03.886531127 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.0.2
+Version:2.1.0
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -31,16 +31,6 @@
 Url:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
-Source2:166a14473272_contour_manual_colors_and_levels.png
-# PATCH-FIX-OPENSUSE 0001-Fix-include-path-for-system-libqhull.patch 
stefan.bru...@rwth-aachen.de -- avoid using bundled qhull, fixed in mpl 2.1.0
-Patch0: 0001-Fix-include-path-for-system-libqhull.patch
-# PATCH-FIX-UPSTREAM 0001-Allow-divmod-to-be-overridden-by-num.patch 
stefan.bru...@rwth-aachen.de -- fix testcase 
https://github.com/matplotlib/matplotlib/pull/8735.patch
-Patch1: 0001-Allow-divmod-to-be-overridden-by-num.patch
-# PATCH-FIX-UPSTREAM 166a14473272_Fix-contour-colour-level-determination.patch 
stefan.bru...@rwth-aachne.de - fix countours 
https://github.com/matplotlib/matplotlib/commit/166a14473272.patch
-Patch2: 166a14473272_Fix-contour-colour-level-determination.patch
-# PATCH-FIX-UPSTREAM 97e170d2fc2c_Pass-integers-to-np_linspace.patch 
stefan.bru...@rwth-aachne.de - fix geo projections 

commit python-matplotlib for openSUSE:Factory

2017-10-16 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-10-17 01:52:04

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Tue Oct 17 01:52:04 2017 rev:55 rq:533942 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-08-13 14:59:10.056979171 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-10-17 01:52:05.475633952 +0200
@@ -1,0 +2,30 @@
+Mon Oct  9 22:33:02 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Fix/enhance build with tests:
+  - set PYTHONPATH, otherwise tests will not find the python
+modules installed to the buildroot
+  - Add BuildRequires for several tex styles/resources
+  - Add BuildRequires: xorg-x11-Xvfb, needed for Qt backend tests
+  - Remove python-Pillow, tests are only using png, not e.g jpeg
+  - increase image compare tolerance, our Freetype 2.7 renders
+slightly different to the baseline FT 2.6
+  - Add upstream 0001-Allow-divmod-to-be-overridden-by-num.patch,
+to cope with numpy 1.13 changes
+  - Add upstream 166a14473272_Fix-contour-colour-level-determination.patch
+  - Add upstream 97e170d2fc2c_Pass-integers-to-np_linspace.patch
+
+---
+Mon Oct  9 03:11:03 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Also remove runtime-only python-tk dependecy from BuildRequires:
+
+---
+Sat Oct  7 23:16:35 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Rebase the matplotlib setup.cfg on upstream version
+- Guard several BuildRequires: which are not necessary for building
+  with the "tests" conditional, most backends are pure python
+- Do not install/package baseline images only necessary for tests,
+  shrinks the main package by 60 MByte
+
+---

New:

  0001-Allow-divmod-to-be-overridden-by-num.patch
  166a14473272_Fix-contour-colour-level-determination.patch
  166a14473272_contour_manual_colors_and_levels.png
  97e170d2fc2c_Pass-integers-to-np_linspace.patch



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.J3MMK8/_old  2017-10-17 01:52:08.299501673 +0200
+++ /var/tmp/diff_new_pack.J3MMK8/_new  2017-10-17 01:52:08.303501486 +0200
@@ -16,24 +16,10 @@
 #
 
 
-#Not doing tests because they take too long
+# Not doing tests because they take too long
+# The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 
-# backend dependencies missing on Leap 42.2 i596 and all versions of SLE
-%if 0%{?is_opensuse}
-%ifarch %{ix86}
-%if 0%{?leap_version} == 420200
-%bcond_with backends
-%else
-%bcond_without backends
-%endif
-%else
-%bcond_without backends
-%endif
-%else
-%bcond_with backends
-%endif
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
@@ -45,16 +31,19 @@
 Url:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
+Source2:166a14473272_contour_manual_colors_and_levels.png
 # PATCH-FIX-OPENSUSE 0001-Fix-include-path-for-system-libqhull.patch 
stefan.bru...@rwth-aachen.de -- avoid using bundled qhull, fixed in mpl 2.1.0
 Patch0: 0001-Fix-include-path-for-system-libqhull.patch
+# PATCH-FIX-UPSTREAM 0001-Allow-divmod-to-be-overridden-by-num.patch 
stefan.bru...@rwth-aachen.de -- fix testcase 
https://github.com/matplotlib/matplotlib/pull/8735.patch
+Patch1: 0001-Allow-divmod-to-be-overridden-by-num.patch
+# PATCH-FIX-UPSTREAM 166a14473272_Fix-contour-colour-level-determination.patch 
stefan.bru...@rwth-aachne.de - fix countours 
https://github.com/matplotlib/matplotlib/commit/166a14473272.patch
+Patch2: 166a14473272_Fix-contour-colour-level-determination.patch
+# PATCH-FIX-UPSTREAM 97e170d2fc2c_Pass-integers-to-np_linspace.patch 
stefan.bru...@rwth-aachne.de - fix geo projections 
https://github.com/matplotlib/matplotlib/commit/97e170d2fc2c.patch
+Patch3: 97e170d2fc2c_Pass-integers-to-np_linspace.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
-BuildRequires:  fltk-devel
-BuildRequires:  ghostscript
-BuildRequires:  libxml2-tools
 BuildRequires:  pkg-config
-BuildRequires:  poppler-tools
 BuildRequires:  python-rpm-macros
 BuildRequires:  qhull-devel >= 2003.1
 BuildRequires:  pkgconfig(freetype2) >= 2.3
@@ 

commit python-matplotlib for openSUSE:Factory

2017-08-13 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-08-13 14:58:58

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Sun Aug 13 14:58:58 2017 rev:54 rq:516044 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-07-17 09:12:04.376206728 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-08-13 14:59:10.056979171 +0200
@@ -1,0 +2,24 @@
+Thu Aug 10 16:01:33 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 2.0.2
+  Critical bug fixes for 2.0.1
+  * fixed Qt4 support
+  * fixed LogFormatter
+  * fixed hatched artists in legends
+  * fixed segfault with large images
+- Update to version 2.0.1
+  Bug fix release for 2.0.x series
+  This release includes bug fixes, documentation updates and one major change.
+  + API
+* Do not clip the linewidth used for dash pattern scaling.  This is
+  an API change, but is a major improvement.
+* Deprecate 'vega' color names in favor of 'tab'.
+  + Bug Fixes
+* Hatching color follows edge color again.
+* Fixes a critical bug with masked images.
+* Improved high-dpi support for Qt5.
+* Log ticking no never skip minor ticks
+* Do not skip points surrounded by nan/inf in vector outputs.
+- Disable backends on releases that don't support them.
+
+---

Old:

  matplotlib-2.0.0.tar.gz

New:

  matplotlib-2.0.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.XZpuis/_old  2017-08-13 14:59:12.656614333 +0200
+++ /var/tmp/diff_new_pack.XZpuis/_new  2017-08-13 14:59:12.660613772 +0200
@@ -19,10 +19,25 @@
 #Not doing tests because they take too long
 %bcond_with tests
 
+# backend dependencies missing on Leap 42.2 i596 and all versions of SLE
+%if 0%{?is_opensuse}
+%ifarch %{ix86}
+%if 0%{?leap_version} == 420200
+%bcond_with backends
+%else
+%bcond_without backends
+%endif
+%else
+%bcond_without backends
+%endif
+%else
+%bcond_with backends
+%endif
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.0.0
+Version:2.0.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -33,24 +48,24 @@
 # PATCH-FIX-OPENSUSE 0001-Fix-include-path-for-system-libqhull.patch 
stefan.bru...@rwth-aachen.de -- avoid using bundled qhull, fixed in mpl 2.1.0
 Patch0: 0001-Fix-include-path-for-system-libqhull.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-rpm-macros
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
 BuildRequires:  ghostscript
 BuildRequires:  libxml2-tools
+BuildRequires:  pkg-config
 BuildRequires:  poppler-tools
+BuildRequires:  python-rpm-macros
 BuildRequires:  qhull-devel >= 2003.1
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2) >= 2.3
 BuildRequires:  pkgconfig(libpng) >= 1.2
 # Python 2 only
 BuildRequires:  python-functools32
 BuildRequires:  python-subprocess32
 # Needed for all versions of python
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module Cycler}
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy >= 1.6}
 BuildRequires:  %{python_module numpy-devel >= 1.6}
 BuildRequires:  %{python_module pyparsing >= 1.5.6}
@@ -60,27 +75,30 @@
 BuildRequires:  %{python_module six >= 1.3}
 # needed for testing
 %if %{with tests}
-BuildRequires:  inkscape
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
+BuildRequires:  inkscape
 %endif
-# cairo dependencies
-BuildRequires:  %{python_module cairocffi}
-# GTK3 dependencies
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  %{python_module gobject}
-BuildRequires:  %{python_module gobject-devel}
 # latex dependencies
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex
+%if 0%{?is_opensuse}
 BuildRequires:  texlive-sfmath
+%endif
+%if %{with backends}
+# cairo dependencies
+BuildRequires:  %{python_module cairocffi}
+# GTK3 dependencies
+BuildRequires:  %{python_module gobject-devel}
+BuildRequires:  %{python_module gobject}
+BuildRequires:  pkgconfig(gtk+-3.0)
 # Qt4 dependencies
-BuildRequires:  %{python_module qt4}
 BuildRequires:  %{python_module qt4-devel}
+BuildRequires:  %{python_module qt4}
 # Qt5 dependencies
-BuildRequires:  %{python_module qt5}
 BuildRequires:  

commit python-matplotlib for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-07-17 09:12:01

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Mon Jul 17 09:12:01 2017 rev:53 rq:510271 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-05-06 18:29:53.969127420 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-07-17 09:12:04.376206728 +0200
@@ -1,0 +2,6 @@
+Thu Jul 13 20:06:48 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add 0001-Fix-include-path-for-system-libqhull.patch
+  Avoid falling back to outdated bundled version
+
+---

New:

  0001-Fix-include-path-for-system-libqhull.patch



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.2EPbIs/_old  2017-07-17 09:12:06.035972944 +0200
+++ /var/tmp/diff_new_pack.2EPbIs/_new  2017-07-17 09:12:06.035972944 +0200
@@ -30,6 +30,8 @@
 Url:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
+# PATCH-FIX-OPENSUSE 0001-Fix-include-path-for-system-libqhull.patch 
stefan.bru...@rwth-aachen.de -- avoid using bundled qhull, fixed in mpl 2.1.0
+Patch0: 0001-Fix-include-path-for-system-libqhull.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-rpm-macros
 BuildRequires:  c++_compiler
@@ -230,6 +232,7 @@
 
 %prep
 %setup -q -n matplotlib-%{version}
+%patch0 -p1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 find examples lib/matplotlib lib/mpl_toolkits/mplot3d -type f -name "*.py" 
-exec sed -i "s|#!\/usr\/bin\/env python||" {} \;
 find examples lib/matplotlib lib/mpl_toolkits/mplot3d -type f -name "*.py" 
-exec sed -i "s|#!\/usr\/bin\/python||" {} \;

++ 0001-Fix-include-path-for-system-libqhull.patch ++
>From e75ca533cc5a590d7831507794a2db25ca46e07e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=83=C2=BCns?= 
Date: Thu, 13 Jul 2017 21:38:16 +0200
Subject: [PATCH] Fix include path for system libqhull

Current libqhull uses the libqhull subdirectory. If the system libqhull
is not found, it falls back to a much older bundled version.
---
 setupext.py  | 4 ++--
 src/qhull_wrap.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setupext.py b/setupext.py
index 3819636..8894b17 100644
--- a/setupext.py
+++ b/setupext.py
@@ -1175,14 +1175,14 @@ class Qhull(SetupPackage):
 self.__class__.found_external = True
 try:
 return self._check_for_pkg_config(
-'qhull', 'qhull/qhull_a.h', min_version='2003.1')
+'qhull', 'libqhull/qhull_a.h', min_version='2003.1')
 except CheckFailed as e:
 self.__class__.found_pkgconfig = False
 # Qhull may not be in the pkg-config system but may still be
 # present on this system, so check if the header files can be
 # found.
 include_dirs = [
-os.path.join(x, 'qhull') for x in get_include_dirs()]
+os.path.join(x, 'libqhull') for x in get_include_dirs()]
 if has_include_file(include_dirs, 'qhull_a.h'):
 return 'Using system Qhull (version unknown, no pkg-config 
info)'
 else:
diff --git a/src/qhull_wrap.c b/src/qhull_wrap.c
index 06d278e..7d6ace4 100644
--- a/src/qhull_wrap.c
+++ b/src/qhull_wrap.c
@@ -7,7 +7,7 @@
  */
 #include "Python.h"
 #include "numpy/noprefix.h"
-#include "qhull/qhull_a.h"
+#include 
 #include 
 
 
-- 
2.13.2




commit python-matplotlib for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-05-06 18:29:48

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Sat May  6 18:29:48 2017 rev:52 rq:492245 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-03-12 20:05:15.223112727 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-05-06 18:29:53.969127420 +0200
@@ -1,0 +2,15 @@
+Sun Apr 30 17:33:15 UTC 2017 - toddrme2...@gmail.com
+
+- Restore qt4 backend since qt4 still has maintained,
+  python3-comptible python bindings.
+- Provide/obsolete gtk backend to avoid conflicts.
+  It doesn't have maintained, python3-compatible python bindings.
+
+---
+Mon Mar 27 16:06:41 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version
+- Drop old qt4 and gtk2 backends
+- Drop unmaintained qt designer widget
+
+---

Old:

  matplotlibplugin.py
  matplotlibwidget.py



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.oYqlzq/_old  2017-05-06 18:29:55.332934979 +0200
+++ /var/tmp/diff_new_pack.oYqlzq/_new  2017-05-06 18:29:55.336934415 +0200
@@ -16,6 +16,11 @@
 #
 
 
+#Not doing tests because they take too long
+%bcond_with tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-matplotlib
 Version:2.0.0
 Release:0
@@ -25,104 +30,91 @@
 Url:http://matplotlib.org
 Source: 
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
-Source2:matplotlibplugin.py
-Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
+BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
-BuildRequires:  freetype2-devel >= 2.3
-BuildRequires:  gcc-c++
 BuildRequires:  ghostscript
-BuildRequires:  libpng-devel >= 1.2
-BuildRequires:  libxml2
-BuildRequires:  pkg-config
+BuildRequires:  libxml2-tools
 BuildRequires:  poppler-tools
-BuildRequires:  python-CXX-devel >= 6.2.4
-BuildRequires:  python-Cycler
-BuildRequires:  python-devel
-BuildRequires:  python-imaging
-BuildRequires:  python-numpy-devel >= 1.6
-BuildRequires:  python-pyparsing >= 1.5.6
-BuildRequires:  python-python-dateutil >= 1.1
-BuildRequires:  python-pytz
-BuildRequires:  python-setuptools
-BuildRequires:  python-six >= 1.3
 BuildRequires:  qhull-devel >= 2003.1
-# needed for testing  -- Not doing tests because they take too long
-# BuildRequires:  inkscape
-# BuildRequires:  python-mock
-# BuildRequires:  python-nose
-# cairo dependencies
-BuildRequires:  python-cairocffi
-# GTK dependencies
-BuildRequires:  gtk2-devel
-BuildRequires:  libgnome-devel
-%if 0%{?suse_version} != 1110
-BuildRequires:  python-gobject
-BuildRequires:  python-gobject-devel
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(freetype2) >= 2.3
+BuildRequires:  pkgconfig(libpng) >= 1.2
+# Python 2 only
+BuildRequires:  python-functools32
+BuildRequires:  python-subprocess32
+# Needed for all versions of python
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module Cycler}
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module numpy >= 1.6}
+BuildRequires:  %{python_module numpy-devel >= 1.6}
+BuildRequires:  %{python_module pyparsing >= 1.5.6}
+BuildRequires:  %{python_module python-dateutil >= 1.1}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.3}
+# needed for testing
+%if %{with tests}
+BuildRequires:  inkscape
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
 %endif
-BuildRequires:  python-gobject2
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk >= 2.2.0
-BuildRequires:  python-gtk-devel >= 2.2.0
-%if 0%{?suse_version} != 1110
+# cairo dependencies
+BuildRequires:  %{python_module cairocffi}
+# GTK3 dependencies
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  %{python_module gobject}
+BuildRequires:  %{python_module gobject-devel}
 # latex dependencies
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex
-%if 0%{?suse_version} != 1315
 BuildRequires:  texlive-sfmath
-%endif
-%endif
 # Qt4 dependencies
-%if 0%{?suse_version} != 1110
-BuildRequires:  python-pyside
-%endif

commit python-matplotlib for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-03-12 20:05:14

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is "python-matplotlib"

Sun Mar 12 20:05:14 2017 rev:51 rq:478550 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-01-25 23:30:31.185793058 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-03-12 20:05:15.223112727 +0100
@@ -1,0 +2,5 @@
+Fri Mar 10 17:46:10 UTC 2017 - toddrme2...@gmail.com
+
+- Fix file list
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.W0Ke8e/_old  2017-03-12 20:05:16.950868244 +0100
+++ /var/tmp/diff_new_pack.W0Ke8e/_new  2017-03-12 20:05:16.954867678 +0100
@@ -293,8 +293,8 @@
 %defattr(-,root,root,-)
 %doc README.rst LICENSE CHANGELOG PKG-INFO examples doc/users/license.rst
 %{python_sitearch}/matplotlib/
-%{python_sitearch}/matplotlib-%{version}.post*-py*.egg-info
-%{python_sitearch}/matplotlib-%{version}.post*-py*-nspkg.pth
+%{python_sitearch}/matplotlib-%{version}-py*.egg-info
+%{python_sitearch}/matplotlib-%{version}-py*-nspkg.pth
 %{python_sitearch}/mpl_toolkits
 %{python_sitearch}/pylab.py*
 %exclude %{python_sitearch}/matplotlib/backends/_backend_gdk.so




commit python-matplotlib for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-01-25 23:30:29

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  
2017-01-10 10:45:42.548520181 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-01-25 23:30:31.185793058 +0100
@@ -1,0 +2,21 @@
+Fri Jan 20 23:24:45 UTC 2017 - toddrme2...@gmail.com
+
+- Add python-functools32 dependency.
+
+---
+Tue Jan 17 17:04:31 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 2.0.0
+  + Highlights include:
+* 'viridis' is default color map instead of jet.
+* Modernized the default color cycle.
+* Many more functions respect the color cycle.
+* Line dash patterns scale with linewidth.
+* Change default font to DejaVu, now supports most Western alphabets 
(including Greek, Cyrillic and Latin with diacritics), math symbols and emoji 
out of the box.
+* Faster text rendering.
+* Improved auto-limits.
+* Ticks out and only on the right and bottom spines by default.
+* Improved auto-ticking, particularly for log scales and dates.
+* Improved image support (imshow respects scales and eliminated a class of 
artifacts).
+
+---

Old:

  matplotlib-1.5.3.tar.gz

New:

  matplotlib-2.0.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.jRWk0y/_old  2017-01-25 23:30:33.885386178 +0100
+++ /var/tmp/diff_new_pack.jRWk0y/_new  2017-01-25 23:30:33.885386178 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-matplotlib
-Version:1.5.3
+Version:2.0.0
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -108,6 +108,7 @@
 %endif
 %endif
 Requires:   python-Cycler
+Requires:   python-functools32
 Requires:   python-numpy >= 1.6
 Requires:   python-pyparsing >= 1.5.6
 Requires:   python-python-dateutil >= 1.1

++ matplotlib-1.5.3.tar.gz -> matplotlib-2.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.5.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.0.0.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2016-08-09 22:14:42

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  
2016-03-07 13:23:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2016-08-09 22:14:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 30 13:30:11 UTC 2016 - jeng...@inai.de
+
+- Make use of wxWidgets 3
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.yxzfki/_old  2016-08-09 22:14:45.0 +0200
+++ /var/tmp/diff_new_pack.yxzfki/_new  2016-08-09 22:14:45.0 +0200
@@ -96,12 +96,17 @@
 # WebAgg dependencies
 BuildRequires:  python-tornado
 %if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 ||  
0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
+%if 0%{?suse_version} >= 1320
+BuildRequires:  python-wxWidgets
+BuildRequires:  wxWidgets-devel >= 3
+%else
 # Wx dependencies
 BuildRequires:  python-wxWidgets >= 2.8
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
+%endif
 Requires:   python-Cycler
 Requires:   python-numpy >= 1.6
 Requires:   python-pyparsing >= 1.5.6




commit python-matplotlib for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2016-03-07 13:23:18

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  
2016-01-12 16:13:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2016-03-07 13:23:37.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 13:09:54 UTC 2016 - tbecht...@suse.com
+
+- Require python-python-dateutil. package was renamed
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.sx77uB/_old  2016-03-07 13:23:39.0 +0100
+++ /var/tmp/diff_new_pack.sx77uB/_new  2016-03-07 13:23:39.0 +0100
@@ -40,10 +40,10 @@
 BuildRequires:  python-CXX-devel >= 6.2.4
 BuildRequires:  python-Cycler
 BuildRequires:  python-Pillow
-BuildRequires:  python-dateutil >= 1.1
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel >= 1.6
 BuildRequires:  python-pyparsing >= 1.5.6
+BuildRequires:  python-python-dateutil >= 1.1
 BuildRequires:  python-pytz
 BuildRequires:  python-setuptools
 BuildRequires:  python-six >= 1.3
@@ -103,9 +103,9 @@
 %define __find_requires %wx_requires
 %endif
 Requires:   python-Cycler
-Requires:   python-dateutil >= 1.1
 Requires:   python-numpy >= 1.6
 Requires:   python-pyparsing >= 1.5.6
+Requires:   python-python-dateutil >= 1.1
 Requires:   python-pytz
 Requires:   python-six >= 1.3
 Recommends: ghostscript




commit python-matplotlib for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2016-01-12 16:13:12

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  
2015-12-01 09:18:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2016-01-12 16:13:26.0 +0100
@@ -1,0 +2,12 @@
+Mon Jan 11 08:22:25 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 1.5.1:
+  First bug fix release for 1.5.x series.
+
+---
+Wed Dec  2 16:12:14 UTC 2015 - egeor...@openmailbox.org
+
+- Enabled qt5 on Leap 42.1
+- Enabled wx on Leap 42.1
+
+---

Old:

  matplotlib-1.5.0.tar.gz

New:

  matplotlib-1.5.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.r4xKUI/_old  2016-01-12 16:13:29.0 +0100
+++ /var/tmp/diff_new_pack.r4xKUI/_new  2016-01-12 16:13:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-matplotlib
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -81,7 +81,7 @@
 BuildRequires:  python-qt4
 BuildRequires:  python-qt4-devel
 %ifarch %{ix86} x86_64
-%if 0%{?suse_version} > 1315
+%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
 # Qt5 dependencies
 BuildRequires:  python-qt5
 BuildRequires:  python-qt5-devel
@@ -95,7 +95,7 @@
 BuildRequires:  tk-devel
 # WebAgg dependencies
 BuildRequires:  python-tornado
-%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 ||  
0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
 # Wx dependencies
 BuildRequires:  python-wxWidgets >= 2.8
 BuildRequires:  wxWidgets-devel
@@ -376,7 +376,7 @@
 %{python_sitearch}/matplotlibwidget.py
 
 %ifarch %{ix86} x86_64
-%if 0%{?suse_version} > 1315
+%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
 %files qt5
 %defattr(-,root,root,-)
 # IMPORTANT: the qt4 backend makes use of the qt5 backend, 
@@ -400,7 +400,7 @@
 %{python_sitearch}/matplotlib/backends/backend_webagg_core.*
 %{python_sitearch}/matplotlib/backends/web_backend/
 
-%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 ||  
0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
 %files wx
 %defattr(-,root,root,-)
 %{python_sitearch}/matplotlib/backends/backend_wx.*

++ matplotlib-1.5.0.tar.gz -> matplotlib-1.5.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.5.1.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2015-12-01 09:18:36

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  
2015-11-04 15:33:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2015-12-01 09:18:38.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 22:20:53 UTC 2015 - p.drou...@gmail.com
+
+- Drop agg-devel dependenxy; useless
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.GNvKBU/_old  2015-12-01 09:18:40.0 +0100
+++ /var/tmp/diff_new_pack.GNvKBU/_new  2015-12-01 09:18:40.0 +0100
@@ -28,7 +28,6 @@
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  agg-devel
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
 BuildRequires:  freetype2-devel >= 2.3




commit python-matplotlib for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2015-11-04 15:33:04

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  
2015-07-03 00:17:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2015-11-04 15:33:08.0 +0100
@@ -1,0 +2,18 @@
+Fri Oct 30 11:14:56 UTC 2015 - toddrme2...@gmail.com
+
+- Add new python-Cycler dependency
+
+---
+Fri Oct 30 09:07:44 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 1.5.0
+  * Auto-redraw using the object-oriented API.
+  * Most plotting functions now support labeled data API.
+  * Color cycling has extended to all style properties.
+  * Four new perceptually uniform color maps, including the 
+soon-to-be default 'viridis'.
+  * More included style sheets.
+  * Many small plotting improvements.
+  * Proposed new framework for managing the GUI toolbar and tools.
+
+---

Old:

  matplotlib-1.4.3.tar.gz

New:

  matplotlib-1.5.0.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.8l28Jo/_old  2015-11-04 15:33:11.0 +0100
+++ /var/tmp/diff_new_pack.8l28Jo/_new  2015-11-04 15:33:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-matplotlib
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -39,6 +39,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  poppler-tools
 BuildRequires:  python-CXX-devel >= 6.2.4
+BuildRequires:  python-Cycler
 BuildRequires:  python-Pillow
 BuildRequires:  python-dateutil >= 1.1
 BuildRequires:  python-devel
@@ -102,6 +103,7 @@
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
+Requires:   python-Cycler
 Requires:   python-dateutil >= 1.1
 Requires:   python-numpy >= 1.6
 Requires:   python-pyparsing >= 1.5.6

++ matplotlib-1.4.3.tar.gz -> matplotlib-1.5.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.4.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.5.0.tar.gz 
differ: char 5, line 1




commit python-matplotlib for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2015-07-02 22:50:49

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  
2015-05-24 19:34:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2015-07-03 00:17:01.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul  1 12:26:33 UTC 2015 - toddrme2...@gmail.com
+
+- Disable qt5 on SLE 12
+- Disable wx on SLE 11 and 12
+- Disable latex and gtk3 on SLE 11
+- Don't require texlive-sfmath on SLE 12
+- Disable qt5 on ppc and arm
+- Depend on libxml2 instead of libxml2-tools
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.mrRVk1/_old  2015-07-03 00:17:03.0 +0200
+++ /var/tmp/diff_new_pack.mrRVk1/_new  2015-07-03 00:17:03.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript
 BuildRequires:  libpng-devel = 1.2
-BuildRequires:  libxml2-tools
+BuildRequires:  libxml2
 BuildRequires:  pkg-config
 BuildRequires:  poppler-tools
 BuildRequires:  python-CXX-devel = 6.2.4
@@ -57,26 +57,36 @@
 # GTK dependencies
 BuildRequires:  gtk2-devel
 BuildRequires:  libgnome-devel
+%if 0%{?suse_version} != 1110
 BuildRequires:  python-gobject
 BuildRequires:  python-gobject-devel
+%endif
 BuildRequires:  python-gobject2
 BuildRequires:  python-gobject2-devel
 BuildRequires:  python-gtk = 2.2.0
 BuildRequires:  python-gtk-devel = 2.2.0
+%if 0%{?suse_version} != 1110
 # latex dependencies
 BuildRequires:  texlive-dvipng
 BuildRequires:  texlive-latex
-BuildRequires:  texlive-sfmath
 BuildRequires:  texlive-tex
+%if 0%{?suse_version} != 1315
+BuildRequires:  texlive-sfmath
+%endif
+%endif
 # Qt4 dependencies
+%if 0%{?suse_version} != 1110
 BuildRequires:  python-pyside
+%endif
 BuildRequires:  python-qt4
 BuildRequires:  python-qt4-devel
+%ifarch %{ix86} x86_64
+%if 0%{?suse_version}  1315
 # Qt5 dependencies
-%if 0%{?suse_version}  1310
 BuildRequires:  python-qt5
 BuildRequires:  python-qt5-devel
 %endif
+%endif
 # tk dependencies
 BuildRequires:  python-tk
 BuildRequires:  tcl
@@ -85,11 +95,13 @@
 BuildRequires:  tk-devel
 # WebAgg dependencies
 BuildRequires:  python-tornado
+%if 0%{?suse_version} != 1315  0%{?suse_version} != 1110
 # Wx dependencies
 BuildRequires:  python-wxWidgets = 2.8
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
+%endif
 Requires:   python-dateutil = 1.1
 Requires:   python-numpy = 1.6
 Requires:   python-pyparsing = 1.5.6
@@ -319,17 +331,20 @@
 %{python_sitearch}/matplotlib/backends/backend_gtkcairo.*
 %{python_sitearch}/mpl_toolkits/gtktools.*
 
+%if 0%{?suse_version} != 1110
 %files gtk3
 %defattr(-,root,root,-)
 %{python_sitearch}/matplotlib/backends/backend_gtk3.*
 %{python_sitearch}/matplotlib/backends/backend_gtk3agg.*
 %{python_sitearch}/matplotlib/backends/backend_gtk3cairo.*
+%endif
 
+%if 0%{?suse_version} != 1110
 # Dummy package to pull in latex dependencies.
-
 %files latex
 %defattr(-,root,root,-)
 %doc doc/users/usetex.rst
+%endif
 
 # IMPORTANT: the qt4 backend makes use of the qt5 backend, 
 # which is actually a generic qt backend.
@@ -359,7 +374,8 @@
 %{_libdir}/qt4/plugins/designer/python/matplotlibplugin.py
 %{python_sitearch}/matplotlibwidget.py
 
-%if 0%{?suse_version}  1310
+%ifarch %{ix86} x86_64
+%if 0%{?suse_version}  1315
 %files qt5
 %defattr(-,root,root,-)
 # IMPORTANT: the qt4 backend makes use of the qt5 backend, 
@@ -369,6 +385,7 @@
 # python-qt5 dependency.
 %doc README.rst
 %endif
+%endif
 
 %files tk
 %defattr(-,root,root,-)
@@ -382,9 +399,11 @@
 %{python_sitearch}/matplotlib/backends/backend_webagg_core.*
 %{python_sitearch}/matplotlib/backends/web_backend/
 
+%if 0%{?suse_version} != 1315  0%{?suse_version} != 1110
 %files wx
 %defattr(-,root,root,-)
 %{python_sitearch}/matplotlib/backends/backend_wx.*
 %{python_sitearch}/matplotlib/backends/backend_wxagg.*
+%endif
 
 %changelog

++ matplotlib-setup.cfg ++
--- /var/tmp/diff_new_pack.mrRVk1/_old  2015-07-03 00:17:03.0 +0200
+++ /var/tmp/diff_new_pack.mrRVk1/_new  2015-07-03 00:17:03.0 +0200
@@ -77,7 +77,7 @@
 pyside = Auto
 qt4agg = Auto
 tkagg = True
-wxagg = True
+wxagg = Auto
 macosx = False
 windowing = False
 




commit python-matplotlib for openSUSE:Factory

2015-05-24 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2015-05-24 19:34:56

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  
2015-03-03 11:16:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2015-05-24 19:34:56.0 +0200
@@ -1,0 +2,5 @@
+Thu May 21 15:01:06 UTC 2015 - toddrme2...@gmail.com
+
+- Fix installed files
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.S0CXXk/_old  2015-05-24 19:34:58.0 +0200
+++ /var/tmp/diff_new_pack.S0CXXk/_new  2015-05-24 19:34:58.0 +0200
@@ -273,8 +273,8 @@
 %defattr(-,root,root,-)
 %doc README.rst LICENSE CHANGELOG PKG-INFO examples doc/users/license.rst
 %{python_sitearch}/matplotlib/
-%{python_sitearch}/matplotlib-%{version}_r0-py*.egg-info
-%{python_sitearch}/matplotlib-%{version}_r0-py*-nspkg.pth
+%{python_sitearch}/matplotlib-%{version}.post*-py*.egg-info
+%{python_sitearch}/matplotlib-%{version}.post*-py*-nspkg.pth
 %{python_sitearch}/mpl_toolkits
 %{python_sitearch}/pylab.py*
 %exclude %{python_sitearch}/matplotlib/backends/_backend_gdk.so




commit python-matplotlib for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2015-03-03 11:15:46

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  
2014-10-29 21:10:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2015-03-03 11:16:20.0 +0100
@@ -1,0 +2,17 @@
+Mon Mar  2 15:41:02 UTC 2015 - toddrme2...@gmail.com
+
+ - specfile:
+   * update url
+   * update source url to point to pypi
+
+- update to version 1.4.3:
+  *  Many bugs are fixed including:
+- fixing drawing of edge-only markers in AGG
+- fix run-away memory usage when using %inline or saving with a
+  tight bounding box with QuadMesh artists
+- improvements to wx and tk gui backends
+  * Additionally the webagg and nbagg backends were brought closer to
+feature parity with the desktop backends with the addition of
+keyboard and scroll events thanks to Steven Silvester.
+
+---

Old:

  matplotlib-1.4.2.tar.gz

New:

  matplotlib-1.4.3.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.dpYfAj/_old  2015-03-03 11:16:22.0 +0100
+++ /var/tmp/diff_new_pack.dpYfAj/_new  2015-03-03 11:16:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-matplotlib
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
 Group:  Development/Libraries/Python
-Url:http://sourceforge.net/projects/matplotlib
-Source: matplotlib-%{version}.tar.gz
+Url:http://matplotlib.org
+Source: 
https://pypi.python.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py

++ matplotlib-1.4.2.tar.gz - matplotlib-1.4.3.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.4.3.tar.gz 
differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-10-29 21:10:01

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  
2014-10-24 10:48:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-10-29 21:10:25.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 27 12:29:14 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.4.2.  This is a bug-fix release for the 1.4 series.
+  - corrected boxplot in pyplot.py
+  - added extra paths to default search paths for freetype
+
+---

Old:

  matplotlib-1.4.1.tar.gz

New:

  matplotlib-1.4.2.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.c7a44f/_old  2014-10-29 21:10:27.0 +0100
+++ /var/tmp/diff_new_pack.c7a44f/_new  2014-10-29 21:10:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-matplotlib
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-1.4.1.tar.gz - matplotlib-1.4.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.4.2.tar.gz 
differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-10-24 10:47:51

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  
2014-09-19 15:45:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-10-24 10:48:00.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 20 10:46:01 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.4.1.  This is a bug-fix release for the 1.4 series.
+  - reverts the changes to interactive plotting so ion will work as
+before in all cases fixed boxplot regressions
+  - fixes for finding freetype and libpng
+  - sundry unicode fixes (looking up user folders, importing
+seaborn/pandas/networkx with macosx backend)
+  - nbagg works with python 3 + new font awesome
+  - fixed saving dialogue in QT5
+
+---

Old:

  matplotlib-1.4.0.tar.gz

New:

  matplotlib-1.4.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.LoHSY4/_old  2014-10-24 10:48:02.0 +0200
+++ /var/tmp/diff_new_pack.LoHSY4/_new  2014-10-24 10:48:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-matplotlib
-Version:1.4.0
+Version:1.4.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -276,7 +276,6 @@
 %{python_sitearch}/matplotlib-%{version}_r0-py*.egg-info
 %{python_sitearch}/matplotlib-%{version}_r0-py*-nspkg.pth
 %{python_sitearch}/mpl_toolkits
-%{python_sitearch}/freetype2.so
 %{python_sitearch}/pylab.py*
 %exclude %{python_sitearch}/matplotlib/backends/_backend_gdk.so
 %exclude %{python_sitearch}/matplotlib/backends/_gtkagg.so

++ matplotlib-1.4.0.tar.gz - matplotlib-1.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.4.1.tar.gz 
differ: char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-09-19 13:56:26

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  
2014-09-18 07:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-09-19 15:45:35.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep 18 15:21:01 UTC 2014 - toddrme2...@gmail.com
+
+- Create subpackage to pull in latex dependencies so they are more
+  visible to users.
+- Comment out testing BuildRequires since we aren't doing testing.
+  We aren't doing testing because it takes a long time and a lot
+  of packages depend on matplotlib, so it slows down the build
+  process for python packages too much.
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.nckBkI/_old  2014-09-19 15:45:37.0 +0200
+++ /var/tmp/diff_new_pack.nckBkI/_new  2014-09-19 15:45:37.0 +0200
@@ -48,9 +48,10 @@
 BuildRequires:  python-setuptools
 BuildRequires:  python-six = 1.3
 BuildRequires:  qhull-devel = 2003.1
-# needed for testing
-BuildRequires:  python-mock
-BuildRequires:  python-nose
+# needed for testing  -- Not doing tests because they take too long
+# BuildRequires:  inkscape
+# BuildRequires:  python-mock
+# BuildRequires:  python-nose
 # cairo dependencies
 BuildRequires:  python-cairocffi
 # GTK dependencies
@@ -99,11 +100,6 @@
 Recommends: python-Pillow
 Recommends: poppler-tools
 Recommends: python-matplotlib-tk
-Suggests:   inkscape
-Suggests:   texlive-dvipng
-Suggests:   texlive-latex
-Suggests:   texlive-sfmath
-Suggests:   texlive-tex
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
@@ -151,6 +147,20 @@
 This package includes the GTK3-based gtk3, gtk3agg, and
 gtk3cairo backends for the %{name} plotting package
 
+%package latex
+Summary:Allow rendering latex in %{name}
+License:BSD-2-Clause
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+Requires:   texlive-dvipng
+Requires:   texlive-latex
+Requires:   texlive-sfmath
+Requires:   texlive-tex
+
+%description latex
+This package allows %{name} to display latex in plots
+and figures.
+
 %package qt-shared
 Summary:Shared files for the Qt backends for %{name}
 License:BSD-2-Clause
@@ -316,6 +326,12 @@
 %{python_sitearch}/matplotlib/backends/backend_gtk3agg.*
 %{python_sitearch}/matplotlib/backends/backend_gtk3cairo.*
 
+# Dummy package to pull in latex dependencies.
+
+%files latex
+%defattr(-,root,root,-)
+%doc doc/users/usetex.rst
+
 # IMPORTANT: the qt4 backend makes use of the qt5 backend, 
 # which is actually a generic qt backend.
 # So we need to package all the qt5 stuff in this generic

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-09-17 17:26:35

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  
2014-09-03 20:54:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-09-17 17:26:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 10 10:52:26 UTC 2014 - toddrme2...@gmail.com
+
+- Dependency and spec file cleanups
+- Remove unneeded use-setuptools.diff
+
+---

Old:

  use-setuptools.diff



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.FITrZf/_old  2014-09-17 17:27:01.0 +0200
+++ /var/tmp/diff_new_pack.FITrZf/_new  2014-09-17 17:27:01.0 +0200
@@ -27,76 +27,83 @@
 Source1:matplotlib-setup.cfg
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py
-Patch0: use-setuptools.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  agg-devel
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
-BuildRequires:  freetype2-devel
+BuildRequires:  freetype2-devel = 2.3
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript
-BuildRequires:  gtk2-devel
-BuildRequires:  libpng-devel
+BuildRequires:  libpng-devel = 1.2
+BuildRequires:  libxml2-tools
+BuildRequires:  pkg-config
 BuildRequires:  poppler-tools
-BuildRequires:  python-cairocffi
-BuildRequires:  python-gtk
-BuildRequires:  python-gtk-devel
-BuildRequires:  python-numpy-devel = 1.2.1
-BuildRequires:  python-pyparsing
+BuildRequires:  python-CXX-devel = 6.2.4
+BuildRequires:  python-Pillow
+BuildRequires:  python-dateutil = 1.1
+BuildRequires:  python-devel
+BuildRequires:  python-numpy-devel = 1.6
+BuildRequires:  python-pyparsing = 1.5.6
+BuildRequires:  python-pytz
 BuildRequires:  python-setuptools
+BuildRequires:  python-six = 1.3
+BuildRequires:  qhull-devel = 2003.1
+# needed for testing
+BuildRequires:  python-mock
+BuildRequires:  python-nose
+# cairo dependencies
+BuildRequires:  python-cairocffi
+# GTK dependencies
+BuildRequires:  gtk2-devel
+BuildRequires:  libgnome-devel
+BuildRequires:  python-gobject
+BuildRequires:  python-gobject-devel
+BuildRequires:  python-gobject2
+BuildRequires:  python-gobject2-devel
+BuildRequires:  python-gtk = 2.2.0
+BuildRequires:  python-gtk-devel = 2.2.0
+# latex dependencies
+BuildRequires:  texlive-dvipng
+BuildRequires:  texlive-latex
+BuildRequires:  texlive-sfmath
+BuildRequires:  texlive-tex
+# Qt4 dependencies
+BuildRequires:  python-pyside
+BuildRequires:  python-qt4
+BuildRequires:  python-qt4-devel
+# Qt5 dependencies
+%if 0%{?suse_version}  1310
+BuildRequires:  python-qt5
+BuildRequires:  python-qt5-devel
+%endif
+# tk dependencies
 BuildRequires:  python-tk
-BuildRequires:  python-tornado
 BuildRequires:  tcl
 BuildRequires:  tcl-devel
-BuildRequires:  texlive-latex
 BuildRequires:  tk
 BuildRequires:  tk-devel
-# needed for testing
-BuildRequires:  python-nose
-Requires:   python-numpy = 1.2.1
-Requires:   python-pyparsing
+# WebAgg dependencies
+BuildRequires:  python-tornado
+# Wx dependencies
+BuildRequires:  python-wxWidgets = 2.8
+BuildRequires:  wxWidgets-devel
+%define _use_internal_dependency_generator 0
+%define __find_requires %wx_requires
+Requires:   python-dateutil = 1.1
+Requires:   python-numpy = 1.6
+Requires:   python-pyparsing = 1.5.6
+Requires:   python-pytz
+Requires:   python-six = 1.3
 Recommends: ghostscript
 Recommends: inkscape
 Recommends: libxml2-tools
+Recommends: python-Pillow
 Recommends: poppler-tools
 Recommends: python-matplotlib-tk
 Recommends: texlive-dvipng
 Recommends: texlive-latex
 Recommends: texlive-sfmath
 Recommends: texlive-tex
-%py_requires
-%if 0%{?suse_version}  1220
-BuildRequires:  python-qt4
-BuildRequires:  python-qt4-devel
-BuildRequires:  texlive-dvipng
-BuildRequires:  texlive-sfmath
-BuildRequires:  texlive-tex
-%endif
-%if 0%{?suse_version}  1310
-BuildRequires:  python-qt5
-BuildRequires:  python-qt5-devel
-%endif
-%if 0%{?suse_version}  1220
-BuildRequires:  gnome-libs-devel
-BuildRequires:  python-wxGTK
-BuildRequires:  wxGTK-devel
-%else
-BuildRequires:  libgnome-devel
-BuildRequires:  libxml2-tools
-BuildRequires:  python-gobject
-BuildRequires:  python-gobject-cairo
-BuildRequires:  python-gobject-devel
-BuildRequires:  python-pyside
-BuildRequires:  python-wxWidgets
-BuildRequires:  wxWidgets-devel
-%define 

commit python-matplotlib for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-09-18 07:12:55

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  
2014-09-17 17:26:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-09-18 07:12:57.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 17 15:23:25 UTC 2014 - jmate...@suse.com
+
+- downgrade Recommends for texlive (and other big packages) to Suggests
+  (this means texlive is not pulled in by default zypper settings)
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.CuFGGM/_old  2014-09-18 07:12:58.0 +0200
+++ /var/tmp/diff_new_pack.CuFGGM/_new  2014-09-18 07:12:58.0 +0200
@@ -95,15 +95,15 @@
 Requires:   python-pytz
 Requires:   python-six = 1.3
 Recommends: ghostscript
-Recommends: inkscape
 Recommends: libxml2-tools
 Recommends: python-Pillow
 Recommends: poppler-tools
 Recommends: python-matplotlib-tk
-Recommends: texlive-dvipng
-Recommends: texlive-latex
-Recommends: texlive-sfmath
-Recommends: texlive-tex
+Suggests:   inkscape
+Suggests:   texlive-dvipng
+Suggests:   texlive-latex
+Suggests:   texlive-sfmath
+Suggests:   texlive-tex
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-09-03 18:22:57

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  
2014-07-24 01:17:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-09-03 20:54:08.0 +0200
@@ -1,0 +2,102 @@
+Thu Aug 28 14:10:38 UTC 2014 - dmuel...@suse.com
+
+- adjust python-tz buildrequires to match runtime requires (python-pytz) 
+
+---
+Wed Aug 27 10:08:07 UTC 2014 - toddrme2...@gmail.com
+
+- Add new python-cairocffi dependency.  This is the recommended
+  dependency for the cairo backend upstream.
+- Split out the cairo backend into its own subpackage.  It is no
+  longer tied to gtk, so people can use it on its own without
+  pulling in any gtk dependencies.
+- Fixed issues with qt.  The qt5 backend is actually a generic
+  qt backend, which the qt4 backend depends on.  So it needs to be
+  available for the qt4 backend to work at all.  However, we need
+  to pull in the python-qt5 package to make it work, and that 
+  package is only available for openSUSE  13.1.  So we need to
+  split the generic qt stuff, including the qt5 stuff, into a
+  package both the qt4 and qt5 backends can depend on, and then
+  create a stub qt5 package that just pulls in python-qt5
+- Reorganized some other backend packages based on backend changes
+
+---
+Tue Aug 26 12:26:40 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.4.0
+  * New colormap for red-green color blind users
+  * Documentation changes
+- Phil Elson rewrote of the documentation and userguide for both 
+Legend and PathEffects.
+  * New plotting features
+- Power-law normalization
+- Fully customizable boxplots
+- Support for datetime axes in 2d plots
+- Support for additional spectrum types
+- Support for detrending and windowing 2D arrays in mlab
+- Support for strides in mlab
+- Formatter for new-style formatting strings
+- Consistent grid sizes in streamplots
+- Get a list of all tick labels (major and minor)
+- Separate horizontal/vertical axes padding support in ImageGrid
+- Support for skewed transformations
+- Support for specifying properties of wedge and text in pie 
+  charts.
+- Fixed the direction of errorbar upper/lower limits
+- More consistent add-object API for Axes
+- Violin Plots
+- More `markevery` options to show only a subset of markers
+- Added size related functions to specialized `Collections`
+- Fixed the mouse coordinates giving the wrong theta value in 
+  Polar graph
+- Simple quiver plot for mplot3d toolkit
+- polar-plot r-tick locations
+  * Date handling
+- n-d array support for date conversion
+  * Configuration (rcParams)
+- 'savefig.transparent' added
+- 'axes.titleweight'
+- 'axes.formatter.useoffset' added
+  * XDG compliance
+- Matplotlib now looks for configuration files (both rcparams and 
+  style) in XDG compliant locations.
+  * 'style' package added
+-  You can now easily switch between different styles using the 
+   new 'style' package
+  * Backends
+- Qt5 backend added
+- Qt4 backend
+  + Rudolf Höfler changed the appearance of the subplottool.
+  + In the figure options dialog one can now choose to 
+(re-)generate a simple automatic legend.
+  + Interactive performance of the Qt4 backend has been 
+dramatically improved under windows.
+  + The mapping of key-signals from Qt to values matplotlib 
+understands was greatly improved (For both Qt4 and Qt5).
+- Cairo backends
+  +  The Cairo backends are now able to use the cairocffi 
+bindings, which are more actively maintained than the pycairo
+bindings.
+- Gtk3Agg backend
+  +  The Gtk3Agg backend now works on Python 3.x, if the cairocffi 
+bindings are installed.
+- PDF backend
+  +  Added context manager for saving to multi-page PDFs.
+  * Text
+- Text URLs supported by SVG backend
+- Anchored sizebar font
+  * Sphinx extensions
+-  The context directive in the plot_directive Sphinx extension 
+can now accept an optional reset setting, which will cause the 
+context  to be reset.
+  * Widgets
+- Span Selector
+  * Added an option span_stays to SpanSelector which makes the 
+selector rectangle stay on the axes after you release the 
+mouse.
+  * GAE integration
+  

commit python-matplotlib for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-07-23 22:07:19

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  
2014-03-30 12:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-07-24 01:17:10.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 16 14:42:54 UTC 2014 - toddrme2...@gmail.com
+
+- Set dummy XDG_RUNTIME_DIR to fix building on openSUSE:Factory
+
+---
+Thu Apr 10 16:48:36 UTC 2014 - dmuel...@suse.com
+
+- install LICENSE directory and fix license tag 
+
+---
+Wed Apr  9 09:18:56 UTC 2014 - dmuel...@suse.com
+
+- add use-setuptools.diff: build against old setuptools as well 
+
+---

New:

  use-setuptools.diff



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.B3ADCL/_old  2014-07-24 01:17:12.0 +0200
+++ /var/tmp/diff_new_pack.B3ADCL/_new  2014-07-24 01:17:12.0 +0200
@@ -20,13 +20,14 @@
 Version:1.3.1
 Release:0
 Summary:Plotting Library for Python
-License:BSD-2-Clause
+License:SUSE-Matplotlib
 Group:  Development/Libraries/Python
 Url:http://sourceforge.net/projects/matplotlib
 Source: matplotlib-%{version}.tar.gz
 Source1:matplotlib-setup.cfg
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py
+Patch0: use-setuptools.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  fltk-devel
@@ -187,13 +188,20 @@
 
 %prep
 %setup -q -n matplotlib-%{version}
+%patch0
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build
 cp %{SOURCE1} ./setup.cfg
+%if 0%{?suse_version}  1310
+export XDG_RUNTIME_DIR=/tmp
+%endif
 python setup.py build
 
 %install
+%if 0%{?suse_version}  1310
+export XDG_RUNTIME_DIR=/tmp
+%endif
 python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
 # Install designer plugin
@@ -207,7 +215,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst CHANGELOG PKG-INFO TODO CXX examples doc/users/license.rst
+%doc README.rst LICENSE CHANGELOG PKG-INFO TODO CXX examples 
doc/users/license.rst
 %{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}.egg-info
 %{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}-nspkg.pth
 %{py_sitedir}/matplotlib/

++ use-setuptools.diff ++
--- setup.py
+++ setup.py
@@ -5,10 +5,7 @@
 
 from __future__ import print_function, absolute_import
 
-# This needs to be the very first thing to use distribute
-from distribute_setup import use_setuptools
-use_setuptools()
-
+import setuptools
 import sys
 
 # distutils is breaking our sdists for files in symlinked dirs.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-03-30 07:58:33

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  
2014-03-18 14:01:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-03-30 12:25:26.0 +0200
@@ -1,0 +2,5 @@
+Fri Mar 28 15:48:46 UTC 2014 - speili...@suse.com
+
+- Package doc/users/license.rst
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.I42FS9/_old  2014-03-30 12:25:28.0 +0200
+++ /var/tmp/diff_new_pack.I42FS9/_new  2014-03-30 12:25:28.0 +0200
@@ -207,8 +207,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst CHANGELOG
-%doc PKG-INFO TODO CXX examples 
+%doc README.rst CHANGELOG PKG-INFO TODO CXX examples doc/users/license.rst
 %{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}.egg-info
 %{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}-nspkg.pth
 %{py_sitedir}/matplotlib/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-03-18 14:01:29

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  
2014-03-12 14:46:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-03-18 14:01:30.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 17 17:47:12 UTC 2014 - i...@marguerite.su
+
+- fix bnc#863451
+- added windowing.* to python-matplotlib-tk
+- It's windowing instead of Windows, a module required by tk backend
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.sLoSvl/_old  2014-03-18 14:01:31.0 +0100
+++ /var/tmp/diff_new_pack.sLoSvl/_new  2014-03-18 14:01:31.0 +0100
@@ -280,6 +280,7 @@
 
 %files tk
 %defattr(-,root,root,-)
+%{py_sitedir}/matplotlib/backends/windowing.*
 %{py_sitedir}/matplotlib/backends/backend_tkagg.*
 %{py_sitedir}/matplotlib/backends/tkagg.*
 %{py_sitedir}/matplotlib/backends/_tkagg.so

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-03-12 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-03-12 14:46:29

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  
2014-03-09 20:14:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-03-12 14:46:30.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar  8 18:01:21 UTC 2014 - bwiedem...@suse.com
+
+- Recommend python-matplotlib-tk because it is the default config
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.kOxwjb/_old  2014-03-12 14:46:31.0 +0100
+++ /var/tmp/diff_new_pack.kOxwjb/_new  2014-03-12 14:46:31.0 +0100
@@ -56,6 +56,7 @@
 Recommends: inkscape
 Recommends: libxml2-tools
 Recommends: poppler-tools
+Recommends: python-matplotlib-tk
 Recommends: texlive-dvipng
 Recommends: texlive-latex
 Recommends: texlive-sfmath

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-03-09 20:14:38

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  
2013-10-25 11:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-03-09 20:14:39.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan  9 12:46:20 UTC 2014 - dmuel...@suse.com
+
+- remove qt4/designer subpackages for SLE11, as those can
+  not be installed without additional updates on a SLES+SDK system
+
+---
+Thu Nov 14 14:52:44 UTC 2013 - toddrme2...@gmail.com
+
+- Enable all backends
+- Split most backends into separate packages
+- Update dependencies
+- Add many optional dependencies
+- Make %setup.py quiet
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.obATTv/_old  2014-03-09 20:14:41.0 +0100
+++ /var/tmp/diff_new_pack.obATTv/_new  2014-03-09 20:14:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,33 +28,56 @@
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  fltk-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript
 BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
+BuildRequires:  poppler-tools
 BuildRequires:  python-gtk
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-numpy-devel = 1.2.1
+BuildRequires:  python-pyparsing
 BuildRequires:  python-setuptools
 BuildRequires:  python-tk
+BuildRequires:  python-tornado
 BuildRequires:  tcl
 BuildRequires:  tcl-devel
+BuildRequires:  texlive-latex
 BuildRequires:  tk
 BuildRequires:  tk-devel
-Requires:   python-dateutil
+# needed for testing
+BuildRequires:  python-nose
 Requires:   python-numpy = 1.2.1
 Requires:   python-pyparsing
-Requires:   python-tz
+Recommends: ghostscript
+Recommends: inkscape
+Recommends: libxml2-tools
+Recommends: poppler-tools
+Recommends: texlive-dvipng
+Recommends: texlive-latex
+Recommends: texlive-sfmath
+Recommends: texlive-tex
 %py_requires
-%if 0%{?sles_version} == 11
+%if 0%{?suse_version}  1220
+BuildRequires:  python-qt4-devel
+BuildRequires:  texlive-dvipng
+BuildRequires:  texlive-sfmath
+BuildRequires:  texlive-tex
+%endif
+%if 0%{?suse_version}  1220
 BuildRequires:  gnome-libs-devel
-BuildRequires:  python-qt
 BuildRequires:  python-wxGTK
 BuildRequires:  wxGTK-devel
 %else
 BuildRequires:  libgnome-devel
-BuildRequires:  python-qt4
+BuildRequires:  libxml2-tools
+BuildRequires:  python-gobject
+BuildRequires:  python-gobject-cairo
+BuildRequires:  python-gobject-devel
+BuildRequires:  python-pyside
 BuildRequires:  python-wxWidgets
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
@@ -64,6 +87,8 @@
 ## own versions of the packages from the lib directory
 BuildRequires:  python-dateutil
 BuildRequires:  python-tz
+Requires:   python-dateutil
+Requires:   python-pytz
 
 %description
 matplotlib is a python 2D plotting library which produces publication
@@ -72,32 +97,47 @@
 scripts, the python and ipython shell (ala matlab or mathematica), web
 application servers, and six graphical user interface toolkits.
 
-%package tk
-Summary:Tk backend for %{name}
+%package gtk2
+Summary:GTK2 backends for %{name}
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-tk
+Requires:   python-gtk
 
-%description tk
-Tk backend for %{name} plotting package
+%description gtk2
+This package includes the GTK2-based gdk, gtk, gtkagg, and
+gtkcairo backends for the %{name} plotting package
 
-%package wx
-Summary:Wx backend for %{name}
+%package gtk3
+Summary:GTK3 backends for %{name}
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-wxGTK
+Requires:   python-gobject
+Requires:   python-gobject-cairo
 

commit python-matplotlib for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2013-10-25 11:21:32

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  
2013-09-03 22:03:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2013-10-25 11:21:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 24 12:47:42 UTC 2013 - speili...@suse.com
+
+- Update to version 1.3.1:
+  + Many changes
+
+---

Old:

  matplotlib-1.3.0.tar.gz

New:

  matplotlib-1.3.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.5HqFfP/_old  2013-10-25 11:21:48.0 +0200
+++ /var/tmp/diff_new_pack.5HqFfP/_new  2013-10-25 11:21:48.0 +0200
@@ -16,21 +16,18 @@
 #
 
 
-%define modname matplotlib
-Name:   python-%{modname}
-Version:1.3.0
+Name:   python-matplotlib
+Version:1.3.1
 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.gz
-Source1:%{modname}-setup.cfg
-Source2:%{modname}plugin.py
-Source3:%{modname}widget.py
+Url:http://sourceforge.net/projects/matplotlib
+Source: matplotlib-%{version}.tar.gz
+Source1:matplotlib-setup.cfg
+Source2:matplotlibplugin.py
+Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  fltk-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -63,7 +60,6 @@
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
-
 ## These packages are required to prevent that matplotlib installs it's
 ## own versions of the packages from the lib directory
 BuildRequires:  python-dateutil
@@ -112,43 +108,39 @@
 
 %prep
 %setup -n matplotlib-%{version}
-chmod -x lib/%{modname}/mpl-data/images/*.svg
+chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build
 cp %{SOURCE1} ./setup.cfg
 python setup.py build
 
 %install
-python setup.py install --root=%{buildroot} \
-   --record-rpm=INSTALLED_FILES --prefix=%{_prefix}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 mkdir -p %{buildroot}%{_libdir}/qt4/plugins/designer/python/
 install -vm 755 %{SOURCE2} %{buildroot}%{_libdir}/qt4/plugins/designer/python/
 install -vm 755 %{SOURCE3} %{buildroot}%{py_sitedir}/
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README.rst CHANGELOG
 %doc PKG-INFO TODO CXX examples 
-%{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}/matplotlib-%{version}_r0-py%{py_ver}.egg-info
+%{py_sitedir}/matplotlib-%{version}_r0-py%{py_ver}-nspkg.pth
+%{py_sitedir}/matplotlib/
 %{py_sitedir}/mpl_toolkits
 %{py_sitedir}/pylab.py
 %{py_sitedir}/pylab.pyc
-%exclude %{py_sitedir}/%{modname}/backends/backend_tkagg.*
-%exclude %{py_sitedir}/%{modname}/backends/tkagg.*
-%exclude %{py_sitedir}/%{modname}/backends/_tkagg.so
-%exclude %{py_sitedir}/%{modname}/backends/backend_wx.*
-%exclude %{py_sitedir}/%{modname}/backends/backend_wxagg.*
+%exclude %{py_sitedir}/matplotlib/backends/backend_tkagg.*
+%exclude %{py_sitedir}/matplotlib/backends/tkagg.*
+%exclude %{py_sitedir}/matplotlib/backends/_tkagg.so
+%exclude %{py_sitedir}/matplotlib/backends/backend_wx.*
+%exclude %{py_sitedir}/matplotlib/backends/backend_wxagg.*
 
 %files tk
 %defattr(-,root,root,-)
-%{py_sitedir}/%{modname}/backends/backend_tkagg.*
-%{py_sitedir}/%{modname}/backends/tkagg.*
-%{py_sitedir}/%{modname}/backends/_tkagg.so
+%{py_sitedir}/matplotlib/backends/backend_tkagg.*
+%{py_sitedir}/matplotlib/backends/tkagg.*
+%{py_sitedir}/matplotlib/backends/_tkagg.so
 
 %files wx
 %defattr(-,root,root,-)
@@ -161,7 +153,7 @@
 %dir %{_libdir}/qt4/plugins/
 %dir %{_libdir}/qt4/plugins/designer/
 %dir %{_libdir}/qt4/plugins/designer/python/
-%{_libdir}/qt4/plugins/designer/python/%{modname}plugin.py
-%{py_sitedir}/%{modname}widget.py
+%{_libdir}/qt4/plugins/designer/python/matplotlibplugin.py
+%{py_sitedir}/matplotlibwidget.py
 
 %changelog

++ matplotlib-1.3.0.tar.gz - matplotlib-1.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.3.1.tar.gz 
differ: 

commit python-matplotlib for openSUSE:Factory

2013-09-03 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2013-09-03 22:03:40

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  
2013-08-23 14:21:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2013-09-03 22:03:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 29 14:37:16 UTC 2013 - jmate...@suse.com
+
+- add Requires: python-pyparsing
+  (the pyparsing module is required for mathtext rendering)
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.XjuMwU/_old  2013-09-03 22:03:42.0 +0200
+++ /var/tmp/diff_new_pack.XjuMwU/_new  2013-09-03 22:03:42.0 +0200
@@ -47,6 +47,7 @@
 BuildRequires:  tk-devel
 Requires:   python-dateutil
 Requires:   python-numpy = 1.2.1
+Requires:   python-pyparsing
 Requires:   python-tz
 %py_requires
 %if 0%{?sles_version} == 11

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2013-08-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2013-08-23 14:21:17.0 +0200
@@ -1,0 +2,42 @@
+Wed Aug 21 05:25:57 UTC 2013 - highwaystar...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.UXAIig/_new  2013-08-23 14:21:19.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2012-11-14 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-11-14 16:56:34

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-08-26 11:33:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-11-14 16:56:36.0 +0100
@@ -1,0 +2,20 @@
+Mon Nov 12 04:24:19 UTC 2012 - highwaystar...@gmail.com
+
+- update to 1.2.0
+ * Python 3.x support
+ * PGF/TikZ backend
+ * Locator interface
+ * Tri-Surface Plots
+ * Control the lengths of colorbar extensions
+ * Figures are picklable
+ * Set default bounding box in matplotlibrc
+ * New Boxplot Functionality
+ * New RC parameter functionality
+ * Streamplot
+ * New hist functionality
+ * Updated shipped dependencies
+ * Face-centred colors in tripcolor plots
+ * Hatching patterns in filled contour plots, with legends 
+- python3 package added
+
+---
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/python3-matplotlib.changes
2012-11-14 16:56:36.0 +0100
@@ -0,0 +1,20 @@
+---
+Mon Nov 12 04:28:18 UTC 2012 - highwaystar...@gmail.com
+
+- update to 1.2.0
+ * Python 3.x support
+ * PGF/TikZ backend
+ * Locator interface
+ * Tri-Surface Plots
+ * Control the lengths of colorbar extensions
+ * Figures are picklable
+ * Set default bounding box in matplotlibrc
+ * New Boxplot Functionality
+ * New RC parameter functionality
+ * Streamplot
+ * New hist functionality
+ * Updated shipped dependencies
+ * Face-centred colors in tripcolor plots
+ * Hatching patterns in filled contour plots, with legends
+- python3 package added
+ 

Old:

  matplotlib-1.1.1.tar.bz2

New:

  matplotlib-1.2.0.tar.bz2
  no-multiprocessing-setup.patch
  py3-matplotlib-setup.cfg
  python3-matplotlib.changes
  python3-matplotlib.spec



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.CBzXqF/_old  2012-11-14 16:56:38.0 +0100
+++ /var/tmp/diff_new_pack.CBzXqF/_new  2012-11-14 16:56:38.0 +0100
@@ -18,7 +18,7 @@
 
 %define modname matplotlib
 Name:   python-%{modname}
-Version:1.1.1
+Version:1.2.0
 Release:0
 
 Summary:Plotting Library for Python

++ python3-matplotlib.spec ++
#
# spec file for package python3-matplotlib
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define modname matplotlib
Name:   python3-%{modname}
Version:1.2.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
#special config for python3 needed because of lack of wx and gtk backends
Source1:py3-%{modname}-setup.cfg
Patch0: no-multiprocessing-setup.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  fltk-devel
BuildRequires:  freetype2-devel
BuildRequires:  gcc-c++

BuildRequires:  libpng-devel

BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-numpy-devel = 1.2.1
BuildRequires:  python3-tk
BuildRequires:  python3-xml
BuildRequires:  tcl
BuildRequires:  tcl-devel
BuildRequires:  tk
BuildRequires:  tk-devel

Requires:   python3-dateutil
Requires:   python3-numpy = 1.2.1
Requires:   python3-tz

BuildRequires:  python3-qt4

## These packages are required to prevent that matplotlib installs it's
## own versions of the packages from the lib directory
BuildRequires:  python3-dateutil
BuildRequires:  python3-tz

%description
matplotlib is a python 2D plotting library which produces publication
quality 

commit python-matplotlib for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-08-26 11:33:52

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-05-07 22:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-08-26 11:33:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 21 02:47:37 UTC 2012 - highwaystar...@gmail.com
+
+- bugfix upstream release 1.1.1
+
+---

Old:

  matplotlib-1.1.0.tar.bz2

New:

  matplotlib-1.1.1.tar.bz2



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.z6dl0i/_old  2012-08-26 11:33:58.0 +0200
+++ /var/tmp/diff_new_pack.z6dl0i/_new  2012-08-26 11:33:58.0 +0200
@@ -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 @@
 
 %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 @@
 
 %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 @@
 
 %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

++ matplotlib-1.1.0.tar.bz2 - matplotlib-1.1.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.1.0.tar.bz2 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.1.1.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-05-07 22:50:00

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-03-22 12:39:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-05-07 22:50:11.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 12:03:33 UTC 2012 - toddrme2...@gmail.com
+
+- Remove configobj buildrequires, all configobj files should have
+  been removed from matplotlib years ago
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.yM8fUy/_old  2012-05-07 22:50:12.0 +0200
+++ /var/tmp/diff_new_pack.yM8fUy/_new  2012-05-07 22:50:12.0 +0200
@@ -43,7 +43,6 @@
 BuildRequires:  tcl-devel
 BuildRequires:  tk
 BuildRequires:  tk-devel
-Requires:   python-configobj
 Requires:   python-dateutil
 Requires:   python-numpy = 1.2.1
 Requires:   python-tz
@@ -64,7 +63,6 @@
 
 ## These packages are required to prevent that matplotlib installs it's
 ## own versions of the packages from the lib directory
-BuildRequires:  python-configobj
 BuildRequires:  python-dateutil
 BuildRequires:  python-tz
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2012-03-22 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-03-22 12:39:07

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-03-20 11:33:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-03-22 12:39:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 20 10:08:51 UTC 2012 - toddrme2...@gmail.com
+
+- Fix Qt Designer plugin directories
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.kv0zJA/_old  2012-03-22 12:39:14.0 +0100
+++ /var/tmp/diff_new_pack.kv0zJA/_new  2012-03-22 12:39:14.0 +0100
@@ -94,7 +94,7 @@
 wxWidgets backend for %{name} plotting package
 
 %package designer
-Summary:%{name} widget for Qt Designer
+Summary:Qt Designer %{name} plugin
 Group:  Development/Libraries/Python
 License:MIT
 Requires:   %{name} = %{version}
@@ -118,9 +118,9 @@
 %install
 python setup.py install --root=%{buildroot} \
--record-rpm=INSTALLED_FILES --prefix=%{_prefix}
-mkdir -p %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
-cp -v %{SOURCE2} %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
-cp -v %{SOURCE3} %{buildroot}%{py_sitedir}/%{modname}/
+mkdir -p %{buildroot}%{_libdir}/qt4/plugins/designer/python/
+install -vm 755 %{SOURCE2} %{buildroot}%{_libdir}/qt4/plugins/designer/python/
+install -vm 755 %{SOURCE3} %{buildroot}%{py_sitedir}/
 
 %clean
 rm -rf %{buildroot}
@@ -139,7 +139,6 @@
 %exclude %{py_sitedir}/%{modname}/backends/_tkagg.so
 %exclude %{py_sitedir}/%{modname}/backends/backend_wx.*
 %exclude %{py_sitedir}/%{modname}/backends/backend_wxagg.*
-%exclude %{py_sitedir}/%{modname}/%{modname}widget.py
 
 %files tk
 %defattr(-,root,root,-)
@@ -154,9 +153,11 @@
 
 %files designer
 %defattr(-,root,root,-)
-%dir %{_libdir}/qt4/PyQt4
-%dir %{_libdir}/qt4/PyQt4/plugins
-%{_libdir}/qt4/PyQt4/plugins/%{modname}plugin.py
-%{py_sitedir}/%{modname}/%{modname}widget.py
+%dir %{_libdir}/qt4/
+%dir %{_libdir}/qt4/plugins/
+%dir %{_libdir}/qt4/plugins/designer/
+%dir %{_libdir}/qt4/plugins/designer/python/
+%{_libdir}/qt4/plugins/designer/python/%{modname}plugin.py
+%{py_sitedir}/%{modname}widget.py
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2012-03-20 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-03-20 11:33:39

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2012-01-19 16:57:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-03-20 11:33:40.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 16 15:13:32 UTC 2012 - toddrme2...@gmail.com
+
+- Cleaned up spec file formatting
+- Removed tests for obsolete openSUSE versions
+- Added Qt Designer plugin from Python(x,y) project
+
+---

New:

  matplotlibplugin.py
  matplotlibwidget.py



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.4KM2jz/_old  2012-03-20 11:33:42.0 +0100
+++ /var/tmp/diff_new_pack.4KM2jz/_new  2012-03-20 11:33:42.0 +0100
@@ -15,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-Name:   python-matplotlib
+%define modname matplotlib
+Name:   python-%{modname}
 Version:1.1.0
 Release:0
 
 Summary:Plotting Library for Python
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
-Url:http://sourceforge.net/projects/matplotlib
-Source: matplotlib-%{version}.tar.bz2
-Source1:matplotlib-setup.cfg
+Url:http://sourceforge.net/projects/%{modname}
+Source: %{modname}-%{version}.tar.bz2
+Source1:%{modname}-setup.cfg
+Source2:%{modname}plugin.py
+Source3:%{modname}widget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fltk-devel
@@ -33,6 +36,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  python-gtk
+BuildRequires:  python-gtk-devel
 BuildRequires:  python-numpy-devel = 1.2.1
 BuildRequires:  python-tk
 BuildRequires:  tcl
@@ -44,25 +48,16 @@
 Requires:   python-numpy = 1.2.1
 Requires:   python-tz
 %py_requires
-%if %suse_version  1130
-BuildRequires:  python-wxWidgets
-BuildRequires:  wxWidgets-devel
-%else
+%if 0%{?sles_version} == 11
+BuildRequires:  gnome-libs-devel
+BuildRequires:  python-qt
 BuildRequires:  python-wxGTK
 BuildRequires:  wxGTK-devel
-%endif
-BuildRequires:  python-gtk-devel
-%if 0%{?suse_version} = 1120
-BuildRequires:  python-qt4
 %else
-BuildRequires:  python-qt
-%endif
-%if 0%{?suse_version} = 1130
 BuildRequires:  libgnome-devel
-%else
-BuildRequires:  gnome-libs-devel
-%endif
-%if %suse_version  1130
+BuildRequires:  python-qt4
+BuildRequires:  python-wxWidgets
+BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
@@ -81,26 +76,40 @@
 application servers, and six graphical user interface toolkits.
 
 %package tk
-Summary:Tk backend for python-matplotlib
+Summary:Tk backend for %{name}
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-tk
 
 %description tk
-Tk backend for python-matplotlib plotting package
+Tk backend for %{name} plotting package
 
 %package wx
-Summary:Wx backend for python-matplotlib
+Summary:Wx backend for %{name}
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-wxGTK
 
 %description wx
-wxWidgets backend for python-matplotlib plotting package
+wxWidgets backend for %{name} plotting package
+
+%package designer
+Summary:%{name} widget for Qt Designer
+Group:  Development/Libraries/Python
+License:MIT
+Requires:   %{name} = %{version}
+Requires:   python-qt4
+Requires:   qt-creator
+
+%description designer
+This is a plugin and widget to let you use %{name} 
+plots as widget in PyQt4 GUIs using Qt Designer
+
+This plugin comes from Python(x,y)
 
 %prep
 %setup -n matplotlib-%{version}
-chmod -x lib/matplotlib/mpl-data/images/*.svg
+chmod -x lib/%{modname}/mpl-data/images/*.svg
 
 %build
 cp %{SOURCE1} ./setup.cfg
@@ -109,36 +118,45 @@
 %install
 python setup.py install --root=%{buildroot} \
--record-rpm=INSTALLED_FILES --prefix=%{_prefix}
+mkdir -p %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
+cp -v %{SOURCE2} %{buildroot}%{_libdir}/qt4/PyQt4/plugins/
+cp -v %{SOURCE3} %{buildroot}%{py_sitedir}/%{modname}/
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGELOG INSTALL
+%doc README.txt CHANGELOG
 %doc PKG-INFO TODO CXX examples 
-%{py_sitedir}/*

commit python-matplotlib for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2012-01-19 16:56:53

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2011-12-26 16:29:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2012-01-19 16:57:57.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 11:38:24 CET 2012 - ku...@suse.de
+
+- Fix spec file for SLE11 (Group entries did go lost)
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.yH7VXp/_old  2012-01-19 16:57:59.0 +0100
+++ /var/tmp/diff_new_pack.yH7VXp/_new  2012-01-19 16:57:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-matplotlib
 Version:1.1.0
 Release:0
@@ -84,6 +82,7 @@
 
 %package tk
 Summary:Tk backend for python-matplotlib
+Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-tk
 
@@ -92,6 +91,7 @@
 
 %package wx
 Summary:Wx backend for python-matplotlib
+Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-wxGTK
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2011-12-26 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2011-12-26 16:29:12

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2011-12-12 17:03:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2011-12-26 16:29:13.0 +0100
@@ -1,0 +2,21 @@
+Wed Dec 14 08:56:13 UTC 2011 - highwaystar...@gmail.com
+
+- update to 1.1.0
+ * module for drawing sankey diagrams;
+ * environment for creating animated graphics – module animation;
+ * automated positioning charts, labels, and axes on the canvas – a 
+   team tight_layout () will distribute them so that they are not 
+   people came to each other;
+ *  Work on integration with PySide, although functional is still 
+in the beta-version and it is recommended to continue using 
+PyQt4;
+ * improved mapping and positioning of the legend;
+ * simplified work with three-dimensional graphs (module mplot3d), 
+   also significantly expanded and updated documentation on mplot3d;
+ * uniform markers;
+ * completely removed the old module support Numerix, now all 
+   users must use Numpy;
+ * fixes some bugs.
+- removed patches that now upstream
+
+---

Old:

  matplotlib-1.0.1-plot_directive.patch
  matplotlib-1.0.1-tkinter.patch
  matplotlib-1.0.1.tar.bz2
  matplotlib-linux3.patch

New:

  matplotlib-1.1.0.tar.bz2



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.AG8TiE/_old  2011-12-26 16:29:15.0 +0100
+++ /var/tmp/diff_new_pack.AG8TiE/_new  2011-12-26 16:29:15.0 +0100
@@ -15,8 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   python-matplotlib
-Version:1.0.1
+Version:1.1.0
 Release:0
 
 Summary:Plotting Library for Python
@@ -25,10 +27,6 @@
 Url:http://sourceforge.net/projects/matplotlib
 Source: matplotlib-%{version}.tar.bz2
 Source1:matplotlib-setup.cfg
-# This patch taken from upstream SVN and will not be needed for releases later 
than 1.0.1
-Patch0: matplotlib-1.0.1-plot_directive.patch
-Patch1: matplotlib-linux3.patch
-Patch2: matplotlib-1.0.1-tkinter.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fltk-devel
@@ -102,9 +100,6 @@
 
 %prep
 %setup -n matplotlib-%{version}
-%patch0 -p1
-%patch1
-%patch2 -p1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build
@@ -120,8 +115,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS
-%doc PKG-INFO TODO CXX examples license
+%doc README.txt CHANGELOG INSTALL
+%doc PKG-INFO TODO CXX examples 
 %{py_sitedir}/*
 %exclude %{py_sitedir}/matplotlib/backends/backend_tkagg.*
 %exclude %{py_sitedir}/matplotlib/backends/tkagg.*

++ matplotlib-1.0.1.tar.bz2 - matplotlib-1.1.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-1.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-1.1.0.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2011-12-12 16:58:51

Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)


Package is python-matplotlib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2011-10-14 09:53:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2011-12-12 17:03:44.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:54:40 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.CqvFYb/_old  2011-12-12 17:03:49.0 +0100
+++ /var/tmp/diff_new_pack.CqvFYb/_new  2011-12-12 17:03:49.0 +0100
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-matplotlib
 Version:1.0.1
-Release:8
-License:BSD
-Group:  Development/Libraries/Python
+Release:0
 
 Summary:Plotting Library for Python
+License:BSD-2-Clause
+Group:  Development/Libraries/Python
 Url:http://sourceforge.net/projects/matplotlib
 Source: matplotlib-%{version}.tar.bz2
 Source1:matplotlib-setup.cfg
@@ -87,9 +85,7 @@
 application servers, and six graphical user interface toolkits.
 
 %package tk
-License:BSD
 Summary:Tk backend for python-matplotlib
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-tk
 
@@ -97,9 +93,7 @@
 Tk backend for python-matplotlib plotting package
 
 %package wx
-License:BSD
 Summary:Wx backend for python-matplotlib
-Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
 Requires:   python-wxGTK
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-matplotlib for openSUSE:Factory

2011-10-14 Thread h_root

Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory
checked in at Fri Oct 14 09:48:42 CEST 2011.




--- openSUSE:Factory/python-matplotlib/python-matplotlib.changes
2011-09-23 12:42:58.0 +0200
+++ /mounts/work_src_done/STABLE/python-matplotlib/python-matplotlib.changes
2011-10-11 14:28:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 12:27:54 UTC 2011 - jmate...@suse.com
+
+- fix build failing because Tkinter has a faulty __version__
+
+---

calling whatdependson for head-i586


New:

  matplotlib-1.0.1-tkinter.patch



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.uexjLR/_old  2011-10-14 09:48:38.0 +0200
+++ /var/tmp/diff_new_pack.uexjLR/_new  2011-10-14 09:48:38.0 +0200
@@ -30,6 +30,7 @@
 # This patch taken from upstream SVN and will not be needed for releases later 
than 1.0.1
 Patch0: matplotlib-1.0.1-plot_directive.patch
 Patch1: matplotlib-linux3.patch
+Patch2: matplotlib-1.0.1-tkinter.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fltk-devel
@@ -109,6 +110,7 @@
 %setup -n matplotlib-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build

++ matplotlib-1.0.1-tkinter.patch ++
Index: matplotlib-1.0.1/setupext.py
===
--- matplotlib-1.0.1.orig/setupext.py
+++ matplotlib-1.0.1/setupext.py
@@ -829,8 +829,8 @@ def check_for_tk():
 gotit = False
 
 if gotit:
-print_status(Tkinter, Tkinter: %s, Tk: %s, Tcl: %s %
- (Tkinter.__version__.split()[-2], Tkinter.TkVersion, 
Tkinter.TclVersion))
+print_status(Tkinter, Tkinter: found, Tk: %s, Tcl: %s %
+ (Tkinter.TkVersion, Tkinter.TclVersion))
 else:
 print_status(Tkinter, no)
 if explanation is not None:
continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org