Hello community,
here is the log from the commit of package python-mysqlclient for
openSUSE:Leap:15.2 checked in at 2020-03-13 10:55:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mysqlclient (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mysqlclient.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysqlclient"
Fri Mar 13 10:55:29 2020 rev:6 rq:783033 version:1.4.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mysqlclient/python-mysqlclient.changes
2020-03-06 12:36:01.714565768 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mysqlclient.new.3160/python-mysqlclient.changes
2020-03-13 10:55:36.728359256 +0100
@@ -2 +2 @@
-Mon Feb 24 11:08:54 UTC 2020 - Kristyna Streitova <[email protected]>
+Thu Mar 5 13:33:30 UTC 2020 - Kristyna Streitova <[email protected]>
@@ -4,3 +4,2 @@
-- reorganize test conditionals to try to avoid hitting
- "_debugsource_packages sometimes crashes due to non-existing
- debugsourcefiles.list #279" rpm bug
+- fix test package by adding BuildRequires: %{python_module mysqlclient
+ >= %{version}}
@@ -12,0 +12,5 @@
+
+-------------------------------------------------------------------
+Tue Feb 11 16:02:55 UTC 2020 - [email protected]
+
+- %check: choose better database user name
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mysqlclient.spec ++++++
--- /var/tmp/diff_new_pack.fqotTT/_old 2020-03-13 10:55:37.872360072 +0100
+++ /var/tmp/diff_new_pack.fqotTT/_new 2020-03-13 10:55:37.872360072 +0100
@@ -31,18 +31,12 @@
Release: 0
Summary: Python interface to MySQL
License: GPL-2.0-or-later
-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 devel}
-BuildRequires: %{python_module mock}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libmysqlclient-devel
-%if %{with test}
-BuildRequires: mariadb-rpm-macros
-%endif
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
BuildRequires: python3-attrs
@@ -52,6 +46,12 @@
Obsoletes: python-mysql < %{version}
Provides: python-MySQL-python = %{version}
Obsoletes: python-MySQL-python < %{version}
+%if %{with test}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module mysqlclient >= %{version}}
+BuildRequires: %{python_module pytest}
+BuildRequires: mariadb-rpm-macros
+%endif
%ifpython2
Provides: %{oldpython}-mysql = %{version}
Obsoletes: %{oldpython}-mysql < %{version}
@@ -82,7 +82,7 @@
#
# start the mariadb server
#
-%mysql_testserver_start -u abuild -p abuildpw
+%mysql_testserver_start -u auth_db_user -p auth_db_pass
#
# creating client mysql config
#