Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2020-09-16 19:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMySQL (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyMySQL.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyMySQL"

Wed Sep 16 19:40:34 2020 rev:13 rq:834872 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes    
2020-06-10 00:46:51.610700746 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new.4249/python-PyMySQL.changes  
2020-09-16 19:40:42.122891178 +0200
@@ -1,0 +2,18 @@
+Wed Sep 16 11:01:32 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.10.0:
+  * MariaDB ed25519 auth is supported.
+  * Python 3.4 support is dropped.
+  * Context manager interface is removed from `Connection`. It will be added
+    with different meaning.
+  * MySQL warnings are not shown by default because many user report issue to
+    PyMySQL issue tracker when they see warning. You need to call "SHOW 
WARNINGS"
+    explicitly when you want to see warnings.
+  * Formatting of float object is changed from "3.14" to "3.14e0".
+  * Use cp1252 codec for latin1 charset.
+  * Fix decimal literal.
+  * TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now
+    DataError instead of InternalError.
+- remove python-PyMySQL-no-unittest2.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  PyMySQL-0.9.3.tar.gz
  python-PyMySQL-no-unittest2.patch

New:
----
  PyMySQL-0.10.0.tar.gz

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

Other differences:
------------------
++++++ python-PyMySQL.spec ++++++
--- /var/tmp/diff_new_pack.hiqn9n/_old  2020-09-16 19:40:42.818891961 +0200
+++ /var/tmp/diff_new_pack.hiqn9n/_new  2020-09-16 19:40:42.818891961 +0200
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyMySQL
-Version:        0.9.3
+Version:        0.10.0
 Release:        0
 Summary:        Pure Python MySQL Driver
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/PyMySQL/PyMySQL/
-Source:         
https://github.com/PyMySQL/PyMySQL/archive/v%{version}.tar.gz#/PyMySQL-0.9.3.tar.gz
-# 
https://github.com/PyMySQL/PyMySQL/commit/a500fcd64d4500417540a2a2ff7b16a88d1872ad
-Patch0:         python-PyMySQL-no-unittest2.patch
+Source:         
https://github.com/PyMySQL/PyMySQL/archive/v%{version}.tar.gz#/PyMySQL-%{version}.tar.gz
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -50,7 +48,6 @@
 
 %prep
 %setup -q -n PyMySQL-%{version}
-%patch0 -p1
 # remove unwanted shebang
 sed -i '1 { /^#!/ d }' pymysql/tests/thirdparty/test_MySQLdb/*.py
 

++++++ PyMySQL-0.9.3.tar.gz -> PyMySQL-0.10.0.tar.gz ++++++
++++ 1618 lines of diff (skipped)


Reply via email to