Hello community,

here is the log from the commit of package python-mysqlclient for 
openSUSE:Factory checked in at 2019-06-13 22:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mysqlclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-mysqlclient.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mysqlclient"

Thu Jun 13 22:37:48 2019 rev:4 rq:708162 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes    
2019-02-11 21:24:52.595097006 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mysqlclient.new.4811/python-mysqlclient.changes
  2019-06-13 22:37:49.556293987 +0200
@@ -1,0 +2,6 @@
+Thu Jun  6 14:30:26 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Generate documentation only with sphinx3 no need to do it
+  twice
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mysqlclient.spec ++++++
--- /var/tmp/diff_new_pack.stHX5r/_old  2019-06-13 22:37:49.948293860 +0200
+++ /var/tmp/diff_new_pack.stHX5r/_new  2019-06-13 22:37:49.952293858 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mysqlclient
 #
-# 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
@@ -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/
 #
 
 
@@ -26,12 +26,12 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/PyMySQL/mysqlclient-python
 Source:         
https://files.pythonhosted.org/packages/source/m/mysqlclient/mysqlclient-%{version}.tar.gz
-BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Sphinx
 BuildRequires:  unzip
 Recommends:     mariadb
 Provides:       python-mysql = %{version}
@@ -44,7 +44,6 @@
 Provides:       %{oldpython}-MySQL-python = %{version}
 Obsoletes:      %{oldpython}-MySQL-python < %{version}
 %endif
-
 %python_subpackages
 
 %description
@@ -58,8 +57,7 @@
 %build
 %python_build
 
-%{python_expand $python setup.py build
-$python setup.py build_sphinx && rm build/sphinx/html/.buildinfo}
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
@@ -67,7 +65,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc HISTORY.rst MANIFEST.in README.md
+%doc HISTORY.rst MANIFEST.in README.md build/sphinx/html
 %{python_sitearch}/*
 
 %changelog


Reply via email to