pkgsrc/databases/py-pymysql/PLIST
adam ac53768ec0 py-pymysql: updated to 0.8.0
0.8:
* **BACKWARD INCOMPATIBLE** binary_prefix option is added and off
  by default because of compatibility with mysqlclient.
  When you need PyMySQL 0.7 behavior, you have to pass binary_prefix=True.
* **BACKWARD INCOMPATIBLE** MULTI_STATEMENTS client flag is no longer
  set by default, while it was on PyMySQL 0.7.  You need to pass
  client_flag=CLIENT.MULTI_STATEMENTS when you connect to explicitly
  enable multi-statement mode.
* Fixed AuthSwitch packet handling.
* Raise OperationalError for MariaDB's constraint error.
* executemany() accepts query without space between VALUES and (.
* Support config file containing option without value.
* Fixed Connection.ping() returned unintended value.
2018-01-24 14:19:34 +00:00

123 lines
5.4 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2018/01/24 14:19:34 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}/top_level.txt
${PYSITELIB}/pymysql/__init__.py
${PYSITELIB}/pymysql/__init__.pyc
${PYSITELIB}/pymysql/__init__.pyo
${PYSITELIB}/pymysql/_compat.py
${PYSITELIB}/pymysql/_compat.pyc
${PYSITELIB}/pymysql/_compat.pyo
${PYSITELIB}/pymysql/_socketio.py
${PYSITELIB}/pymysql/_socketio.pyc
${PYSITELIB}/pymysql/_socketio.pyo
${PYSITELIB}/pymysql/charset.py
${PYSITELIB}/pymysql/charset.pyc
${PYSITELIB}/pymysql/charset.pyo
${PYSITELIB}/pymysql/connections.py
${PYSITELIB}/pymysql/connections.pyc
${PYSITELIB}/pymysql/connections.pyo
${PYSITELIB}/pymysql/constants/CLIENT.py
${PYSITELIB}/pymysql/constants/CLIENT.pyc
${PYSITELIB}/pymysql/constants/CLIENT.pyo
${PYSITELIB}/pymysql/constants/COMMAND.py
${PYSITELIB}/pymysql/constants/COMMAND.pyc
${PYSITELIB}/pymysql/constants/COMMAND.pyo
${PYSITELIB}/pymysql/constants/CR.py
${PYSITELIB}/pymysql/constants/CR.pyc
${PYSITELIB}/pymysql/constants/CR.pyo
${PYSITELIB}/pymysql/constants/ER.py
${PYSITELIB}/pymysql/constants/ER.pyc
${PYSITELIB}/pymysql/constants/ER.pyo
${PYSITELIB}/pymysql/constants/FIELD_TYPE.py
${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyc
${PYSITELIB}/pymysql/constants/FIELD_TYPE.pyo
${PYSITELIB}/pymysql/constants/FLAG.py
${PYSITELIB}/pymysql/constants/FLAG.pyc
${PYSITELIB}/pymysql/constants/FLAG.pyo
${PYSITELIB}/pymysql/constants/SERVER_STATUS.py
${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyc
${PYSITELIB}/pymysql/constants/SERVER_STATUS.pyo
${PYSITELIB}/pymysql/constants/__init__.py
${PYSITELIB}/pymysql/constants/__init__.pyc
${PYSITELIB}/pymysql/constants/__init__.pyo
${PYSITELIB}/pymysql/converters.py
${PYSITELIB}/pymysql/converters.pyc
${PYSITELIB}/pymysql/converters.pyo
${PYSITELIB}/pymysql/cursors.py
${PYSITELIB}/pymysql/cursors.pyc
${PYSITELIB}/pymysql/cursors.pyo
${PYSITELIB}/pymysql/err.py
${PYSITELIB}/pymysql/err.pyc
${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/times.py
${PYSITELIB}/pymysql/times.pyc
${PYSITELIB}/pymysql/times.pyo
${PYSITELIB}/pymysql/util.py
${PYSITELIB}/pymysql/util.pyc
${PYSITELIB}/pymysql/util.pyo