Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2016-03-26 15:29:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMySQL (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyMySQL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyMySQL"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes    
2015-05-15 07:44:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new/python-PyMySQL.changes       
2016-03-26 18:12:14.000000000 +0100
@@ -1,0 +2,39 @@
+Thu Mar 24 19:17:05 UTC 2016 - toddrme2...@gmail.com
+
+- Add license and docs
+
+-------------------------------------------------------------------
+Thu Mar 24 19:12:11 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 0.7.2
+  * Fix misuse of `max_allowed_packet` parameter. (#426, #407 and #397)
+  * Add %(name)s plceholder support to `Cursor.executemany()`. (#427, thanks to
+    @WorldException)
+- Update to 0.7.1
+  * Fix auth fail with MySQL 5.1
+  * Fix escaping unicode fails on Python 2
+- Update to 0.7
+  * Faster binary escaping
+  * Add `"_binary" prefix` to string literal for binary types.
+    binary types are: `bytearray` on Python 2, `bytes` and `bytearray` on 
Python 3.
+    This is because recent MySQL show warnings when string literal is invalid 
for
+    connection encoding.
+  * `pymysql.Binary()` returns `bytearray` on Python 2.  This is required to 
distinguish
+    binary and string.
+  * Auth plugin support.
+  * no_delay option is ignored.  It will be removed in PyMySQL 0.8.
+- Update to 0.6.7
+  * Allow self signed certificate
+  * Add max_allowed_packet option
+  * Fix error when bytes in executemany
+  * Support geometry type
+  * Add coveralls badge to README
+  * Fix some bugs relating to warnings
+  * Add Cursor.mogrify() method
+  * no_delay option is deprecated and True by default
+  * Fix options from my.cnf overrides options from arguments
+  * Allow socket like object.  (It's not feature for end users)
+  * Strip quotes while reading options from my.cnf file
+  * Fix encoding issue in executemany()
+
+-------------------------------------------------------------------

Old:
----
  PyMySQL-0.6.6.tar.gz

New:
----
  PyMySQL-0.7.2.tar.gz

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

Other differences:
------------------
++++++ python-PyMySQL.spec ++++++
--- /var/tmp/diff_new_pack.FenpBL/_old  2016-03-26 18:12:15.000000000 +0100
+++ /var/tmp/diff_new_pack.FenpBL/_new  2016-03-26 18:12:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyMySQL
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-PyMySQL
-Version:        0.6.6
+Version:        0.7.2
 Release:        0
 Summary:        Pure Python MySQL Driver
 License:        MIT
@@ -59,6 +59,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc CHANGELOG LICENSE README.rst 
 %{python_sitelib}/*
 
 %changelog

++++++ PyMySQL-0.6.6.tar.gz -> PyMySQL-0.7.2.tar.gz ++++++
++++ 2528 lines of diff (skipped)


Reply via email to