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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-09-19 15:45:35.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Sep 18 15:21:01 UTC 2014 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.nckBkI/_new  2014-09-19 15:45:37.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to