Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2018-05-29 10:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMySQL (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyMySQL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyMySQL"

Tue May 29 10:42:58 2018 rev:10 rq:611861 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes    
2017-08-18 15:04:30.513270999 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new/python-PyMySQL.changes       
2018-05-29 10:43:03.292622281 +0200
@@ -1,0 +2,32 @@
+Thu May 24 11:14:30 UTC 2018 - [email protected]
+
+- Drop not really needed python-devel dependency
+
+-------------------------------------------------------------------
+Thu May 24 09:48:52 CEST 2018 - [email protected]
+
+- use %license instead of %doc [bsc#1082318]
+- update to latest version to solve MySQLdb interface problems with
+  salt-2018
+- update to 0.8.1
+* Reduce `cursor.callproc()` roundtrip time. (#636)
+* Fixed `cursor.query()` is hunged after multi statement failed. (#647)
+* WRONG_DB_NAME and WRONG_COLUMN_NAME is ProgrammingError for now. (#629)
+* Many test suite improvements, especially adding MySQL 8.0 and using Docker.
+* Droppped support for old Python and MySQL whih is not tested long time.
+- update to 0.8
+* **BACKWARD INCOMPATIBLE** ``binary_prefix`` option is added and off
+  by default because of compatibility with mysqlclient.
+  When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
+  (#549)
+* **BACKWARD INCOMPATIBLE** ``MULTI_STATEMENTS`` client flag is no longer
+  set by default, while it was on PyMySQL 0.7.  You need to pass
+  ``client_flag=CLIENT.MULTI_STATEMENTS`` when you connect to explicitly
+  enable multi-statement mode. (#590)
+* Fixed AuthSwitch packet handling.
+* Raise OperationalError for MariaDB's constraint error. (#607)
+* executemany() accepts query without space between ``VALUES`` and ``(``.  
(#597)
+* Support config file containing option without value. (#588)
+* Fixed Connection.ping() returned unintended value.
+
+-------------------------------------------------------------------

Old:
----
  PyMySQL-0.7.11.tar.gz

New:
----
  PyMySQL-0.8.1.tar.gz

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

Other differences:
------------------
++++++ python-PyMySQL.spec ++++++
--- /var/tmp/diff_new_pack.EQtR8e/_old  2018-05-29 10:43:03.808603238 +0200
+++ /var/tmp/diff_new_pack.EQtR8e/_new  2018-05-29 10:43:03.812603090 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyMySQL
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,19 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyMySQL
-Version:        0.7.11
+Version:        0.8.1
 Release:        0
 Summary:        Pure Python MySQL Driver
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/PyMySQL/PyMySQL/
+URL:            https://github.com/PyMySQL/PyMySQL/
 Source:         
https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -59,8 +57,8 @@
 #NOTE(saschpe): Needs mysql server
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG LICENSE README.rst 
+%license LICENSE
+%doc CHANGELOG README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ PyMySQL-0.7.11.tar.gz -> PyMySQL-0.8.1.tar.gz ++++++
++++ 1958 lines of diff (skipped)


Reply via email to