py-pymysql: updated to 0.9.2

0.9.2:
* Disalbled unintentinally enabled debug log
* Removed unintentionally installed tests

0.9.1:
* Fixed caching_sha2_password and sha256_password raise TypeError on PY2

0.9.0:
* Change default charset from latin1 to utf8mb4.  (because MySQL 8 changed)
* Support sha256_password and caching_sha2_password auth method
* Add cryptography dependency, because it's needed for new auth methods.
* Remove deprecated `no_delay` option
* Support connection attributes
* Map LOCK_DEADLOCK to OperationalError
This commit is contained in:
adam 2018-12-10 11:34:00 +00:00
parent 727232c376
commit b21a38eda4
3 changed files with 18 additions and 70 deletions

View file

@ -1,15 +1,17 @@
# $NetBSD: Makefile,v 1.8 2018/01/24 14:19:34 adam Exp $
# $NetBSD: Makefile,v 1.9 2018/12/10 11:34:00 adam Exp $
DISTNAME= PyMySQL-0.8.0
DISTNAME= PyMySQL-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyMySQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/PyMySQL/PyMySQL/
HOMEPAGE= https://github.com/PyMySQL/PyMySQL
COMMENT= Pure-Python MySQL driver
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]:../../security/py-cryptography
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"

View file

@ -1,12 +1,15 @@
@comment $NetBSD: PLIST,v 1.4 2018/01/24 14:19:34 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2018/12/10 11:34:00 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
${PYSITELIB}/pymysql/__init__.pyc
${PYSITELIB}/pymysql/__init__.pyo
${PYSITELIB}/pymysql/_auth.py
${PYSITELIB}/pymysql/_auth.pyc
${PYSITELIB}/pymysql/_auth.pyo
${PYSITELIB}/pymysql/_compat.py
${PYSITELIB}/pymysql/_compat.pyc
${PYSITELIB}/pymysql/_compat.pyo
@ -55,66 +58,9 @@ ${PYSITELIB}/pymysql/err.pyo
${PYSITELIB}/pymysql/optionfile.py
${PYSITELIB}/pymysql/optionfile.pyc
${PYSITELIB}/pymysql/optionfile.pyo
${PYSITELIB}/pymysql/tests/__init__.py
${PYSITELIB}/pymysql/tests/__init__.pyc
${PYSITELIB}/pymysql/tests/__init__.pyo
${PYSITELIB}/pymysql/tests/base.py
${PYSITELIB}/pymysql/tests/base.pyc
${PYSITELIB}/pymysql/tests/base.pyo
${PYSITELIB}/pymysql/tests/test_DictCursor.py
${PYSITELIB}/pymysql/tests/test_DictCursor.pyc
${PYSITELIB}/pymysql/tests/test_DictCursor.pyo
${PYSITELIB}/pymysql/tests/test_SSCursor.py
${PYSITELIB}/pymysql/tests/test_SSCursor.pyc
${PYSITELIB}/pymysql/tests/test_SSCursor.pyo
${PYSITELIB}/pymysql/tests/test_basic.py
${PYSITELIB}/pymysql/tests/test_basic.pyc
${PYSITELIB}/pymysql/tests/test_basic.pyo
${PYSITELIB}/pymysql/tests/test_connection.py
${PYSITELIB}/pymysql/tests/test_connection.pyc
${PYSITELIB}/pymysql/tests/test_connection.pyo
${PYSITELIB}/pymysql/tests/test_converters.py
${PYSITELIB}/pymysql/tests/test_converters.pyc
${PYSITELIB}/pymysql/tests/test_converters.pyo
${PYSITELIB}/pymysql/tests/test_cursor.py
${PYSITELIB}/pymysql/tests/test_cursor.pyc
${PYSITELIB}/pymysql/tests/test_cursor.pyo
${PYSITELIB}/pymysql/tests/test_err.py
${PYSITELIB}/pymysql/tests/test_err.pyc
${PYSITELIB}/pymysql/tests/test_err.pyo
${PYSITELIB}/pymysql/tests/test_issues.py
${PYSITELIB}/pymysql/tests/test_issues.pyc
${PYSITELIB}/pymysql/tests/test_issues.pyo
${PYSITELIB}/pymysql/tests/test_load_local.py
${PYSITELIB}/pymysql/tests/test_load_local.pyc
${PYSITELIB}/pymysql/tests/test_load_local.pyo
${PYSITELIB}/pymysql/tests/test_nextset.py
${PYSITELIB}/pymysql/tests/test_nextset.pyc
${PYSITELIB}/pymysql/tests/test_nextset.pyo
${PYSITELIB}/pymysql/tests/test_optionfile.py
${PYSITELIB}/pymysql/tests/test_optionfile.pyc
${PYSITELIB}/pymysql/tests/test_optionfile.pyo
${PYSITELIB}/pymysql/tests/thirdparty/__init__.py
${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyc
${PYSITELIB}/pymysql/tests/thirdparty/__init__.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/__init__.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/capabilities.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/dbapi20.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.pyo
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyc
${PYSITELIB}/pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.pyo
${PYSITELIB}/pymysql/protocol.py
${PYSITELIB}/pymysql/protocol.pyc
${PYSITELIB}/pymysql/protocol.pyo
${PYSITELIB}/pymysql/times.py
${PYSITELIB}/pymysql/times.pyc
${PYSITELIB}/pymysql/times.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2018/01/24 14:19:34 adam Exp $
$NetBSD: distinfo,v 1.6 2018/12/10 11:34:00 adam Exp $
SHA1 (PyMySQL-0.8.0.tar.gz) = 0935f91b1c3a6c366410aa5a1a44f92c5b3144b3
RMD160 (PyMySQL-0.8.0.tar.gz) = 6bb48cc4b0028666b94bfedb36f3841bb9f34a10
SHA512 (PyMySQL-0.8.0.tar.gz) = 7a0cc8ba0da78db2094be7b567ad5ae758d6a19dcd8b091044b4b8a17ba3c56bed40cc827ce89f10c50a246d61808e317a3267293c5c2443ebbc561d61465dee
Size (PyMySQL-0.8.0.tar.gz) = 73094 bytes
SHA1 (PyMySQL-0.9.2.tar.gz) = 6882f905db57903472d81aee108b08f07550eb53
RMD160 (PyMySQL-0.9.2.tar.gz) = 6c5c1015e61591e59927b4b8588acf274b6e6edd
SHA512 (PyMySQL-0.9.2.tar.gz) = 4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07
Size (PyMySQL-0.9.2.tar.gz) = 74532 bytes