Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mysqlclient for openSUSE:Factory checked in at 2021-03-21 23:19:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mysqlclient (Old) and /work/SRC/openSUSE:Factory/.python-mysqlclient.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysqlclient" Sun Mar 21 23:19:27 2021 rev:11 rq:879880 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes 2020-08-13 10:12:37.166583429 +0200 +++ /work/SRC/openSUSE:Factory/.python-mysqlclient.new.2401/python-mysqlclient.changes 2021-03-21 23:19:29.728721219 +0100 @@ -1,0 +2,21 @@ +Tue Mar 16 20:42:57 UTC 2021 - Matthias Fehring <buschman...@opensuse.org> + +- Update to 2.0.3: + * Add -std=c99 option to cflags by default for ancient compilers + that doesn't accept C99 by default. + * You can customize cflags and ldflags by setting MYSQLCLIENT_CFLAGS + and MYSQLCLIENT_LDFLAGS. It overrides mysql_config. +- Change in 2.0.2: + * Optimize fetching many rows with DictCursor. +- Change in 2.0.1: + * Fixed multithread safety issue in fetching row. + * Removed obsolete members from Cursor. (e.g. messages, _warnings, + _last_executed) +- Change in 2.0.0: + * Dropped Python 2 support + * Dropped Django 1.11 support + * Add context manager interface to Connection which closes the + connection on __exit__. + * Add ssl_mode option. + +------------------------------------------------------------------- Old: ---- mysqlclient-1.4.6.tar.gz New: ---- mysqlclient-2.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mysqlclient.spec ++++++ --- /var/tmp/diff_new_pack.7JAxf4/_old 2021-03-21 23:19:30.188721377 +0100 +++ /var/tmp/diff_new_pack.7JAxf4/_new 2021-03-21 23:19:30.188721377 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-mysqlclient +# spec file for package python-mysqlclient-test # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Python2 support has been dropped in version 2.0.0 +%define skip_python2 1 %define oldpython python %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" @@ -27,7 +29,7 @@ %bcond_with test %endif Name: python-mysqlclient%{psuffix} -Version: 1.4.6 +Version: 2.0.3 Release: 0 Summary: Python interface to MySQL License: GPL-2.0-or-later ++++++ mysqlclient-1.4.6.tar.gz -> mysqlclient-2.0.3.tar.gz ++++++ ++++ 5972 lines of diff (skipped)