Hello community,

here is the log from the commit of package python3-matplotlib for 
openSUSE:Factory checked in at 2014-09-19 13:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python3-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-matplotlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-matplotlib/python3-matplotlib.changes    
2014-09-18 07:12:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes   
    2014-09-19 15:45:32.000000000 +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 3 packages too much.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.GOHskG/_old  2014-09-19 15:45:35.000000000 +0200
+++ /var/tmp/diff_new_pack.GOHskG/_new  2014-09-19 15:45:35.000000000 +0200
@@ -46,9 +46,10 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six >= 1.3
 BuildRequires:  qhull-devel >= 2003.1
-# needed for testing
-BuildRequires:  python3-mock
-BuildRequires:  python3-nose
+# needed for testing  -- Not doing tests because they take too long
+# BuildRequires:  inkscape
+# BuildRequires:  python3-mock
+# BuildRequires:  python3-nose
 # cairo dependencies
 BuildRequires:  python3-cairocffi
 # GTK dependencies
@@ -91,15 +92,10 @@
 Requires:       python3-pytz
 Requires:       python3-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
 
 %description
 matplotlib is a python 2D plotting library which produces publication
@@ -143,6 +139,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
@@ -303,6 +313,12 @@
 %{python3_sitearch}/matplotlib/backends/backend_gtk3agg.*
 %{python3_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

Reply via email to