Accepting request 517105 from home:TheBlackCat:branches:devel:languages:python

- Implement single-spec version
- update to 0.7.11

OBS-URL: https://build.opensuse.org/request/show/517105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=14
This commit is contained in:
Todd R
2017-08-16 02:22:53 +00:00
committed by Git OBS Bridge
parent 0eff397e7e
commit 4cf09389fc
4 changed files with 45 additions and 19 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 16 01:36:37 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- update to 0.7.11
* Fixed Connection.close() failed when failed to send COM_CLOSE packet.
* Cursor.executemany() accepts query ends with semicolon.
* ssl parameters can be read from my.cnf.
- update to 0.7.10
* **SECURITY FIX**: Raise RuntimeError when received LOAD_LOCAL packet while
``loacal_infile=False``. (Thanks to Bryan Helmig)
* Raise SERVER_LOST error for MariaDB's shutdown packet (#540)
* Change default connect_timeout to 10.
* Add bind_address option (#529)
- update to 0.7.9
* Fix PyMySQL stop reading rows when first column is empty string (#513)
Reverts DEPRECATE_EOF introduced in 0.7.7.
- update to 0.7.8
* Revert error message change in 0.7.7.
(SQLAlchemy parses error message, #507)
- update to 0.7.7
* Add new unicode collation (#498)
* Fix conv option is not used for encoding objects.
* Experimental support for DEPRECATE_EOF protocol.
-------------------------------------------------------------------
Tue Nov 15 10:30:55 UTC 2016 - dmueller@suse.com