Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-pymysql py-pymysql: updated to 0.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a15da33720c
branches:  trunk
changeset: 436594:4a15da33720c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 06 14:15:28 2020 +0000

description:
py-pymysql: updated to 0.10.0

v0.10.0

This version is the last version supporting Python 2.7.

* 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.

diffstat:

 databases/py-pymysql/Makefile |   4 ++--
 databases/py-pymysql/PLIST    |   3 +--
 databases/py-pymysql/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 3d53da173d82 -r 4a15da33720c databases/py-pymysql/Makefile
--- a/databases/py-pymysql/Makefile     Thu Aug 06 12:52:02 2020 +0000
+++ b/databases/py-pymysql/Makefile     Thu Aug 06 14:15:28 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/07/05 11:08:25 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/08/06 14:15:28 adam Exp $
 
-DISTNAME=      PyMySQL-0.9.3
+DISTNAME=      PyMySQL-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyMySQL/}
diff -r 3d53da173d82 -r 4a15da33720c databases/py-pymysql/PLIST
--- a/databases/py-pymysql/PLIST        Thu Aug 06 12:52:02 2020 +0000
+++ b/databases/py-pymysql/PLIST        Thu Aug 06 14:15:28 2020 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2019/07/05 11:08:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/08/06 14:15:28 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pymysql/__init__.py
diff -r 3d53da173d82 -r 4a15da33720c databases/py-pymysql/distinfo
--- a/databases/py-pymysql/distinfo     Thu Aug 06 12:52:02 2020 +0000
+++ b/databases/py-pymysql/distinfo     Thu Aug 06 14:15:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/05 11:08:25 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/08/06 14:15:28 adam Exp $
 
-SHA1 (PyMySQL-0.9.3.tar.gz) = 57f990ed2204f25b9d3697eb01556b6dce973155
-RMD160 (PyMySQL-0.9.3.tar.gz) = bfd2bf599e4bd028a18556b5bf22c7bd3f43c52c
-SHA512 (PyMySQL-0.9.3.tar.gz) = 2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9
-Size (PyMySQL-0.9.3.tar.gz) = 75293 bytes
+SHA1 (PyMySQL-0.10.0.tar.gz) = a585b7aff8cb7a26f9a000b2ac5b6569eec33d1c
+RMD160 (PyMySQL-0.10.0.tar.gz) = 75c9f19c8ac4e58eca1cd56aec8c192456f12ea5
+SHA512 (PyMySQL-0.10.0.tar.gz) = e1186c4beea31cb602a3d2297a28313c0bf4e361a04f7402b76a70feea1d24bf305a4f9ea637be250974983586cb49d82946ab478b531bbb2ca7fe370424e7fc
+Size (PyMySQL-0.10.0.tar.gz) = 76107 bytes



Home | Main Index | Thread Index | Old Index