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