From a4cfefa15752ded9300cc9803bbc2fc752d84806561c8a5d6605e17a7667ba48 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Jul 2021 13:51:45 +0000 Subject: [PATCH] - Fix databases.json used for tests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=30 --- python-PyMySQL.changes | 5 +++++ python-PyMySQL.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index 28a6dd1..b0c3252 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 28 13:51:39 UTC 2021 - Matej Cepl + +- Fix databases.json used for tests. + ------------------------------------------------------------------- Thu Apr 22 20:03:03 UTC 2021 - Dirk Müller diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 5227947..677d3e4 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -87,8 +87,8 @@ cconf=abuild-myclient.cnf # cat << EOF > pymysql/tests/databases.json [{"host":"localhost","user":"$dbuser","passwd":"$dbuserpw", - "db":"$dbname1", "use_unicode": true, "local_infile": true}, - {"host":"localhost","user":"$dbuser","passwd":"$dbuserpw","db":"$dbname2"}] + "database":"$dbname1", "use_unicode": true, "local_infile": true}, + {"host":"localhost","user":"$dbuser","passwd":"$dbuserpw","database":"$dbname2"}] EOF # # running the test