pkgsrc/databases/py-pymysql/PLIST
rodent 2de7003c77 Updated to 0.6.6. From CHANGELOG:
## 0.6.6

* Add context manager to cursor
* Fix can't encode blob that is not utf-8 on PY3. (regression of 0.6.4,
  Thanks to @wiggzz)

## 0.6.4
* Support "LOAD LOCAL INFILE".  Thanks @wraziens
* Show MySQL warnings after execute query.
* Fix MySQLError may be wrapped with OperationalError while connectiong. (#274)
* SSCursor no longer attempts to expire un-collected rows within __del__,
  delaying termination of an interrupted program; cleanup of uncollected
  rows is left to the Connection on next execute, which emits a
  warning at that time. (#287)
* Support datetime and time with microsecond. (#303)
* Use surrogateescape to format bytes on Python 3.
* OperationalError raised from connect() have information about original
  exception. (#304)
* `init_command` now support multi statement.
* `Connection.escape()` method now accepts second argument compatible to
  MySQL-Python.

## 0.6.3
* Fixed multiple result sets with SSCursor.
* Fixed connection timeout.
* Fixed literal set syntax to work on Py2.6.
* Allow for mysql negative values with 0 hour timedelta.
* Added Connection.begin().
2015-04-01 02:16:26 +00:00

111 lines
4.9 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:16:26 rodent 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/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/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_cursor.py
${PYSITELIB}/pymysql/tests/test_cursor.pyc
${PYSITELIB}/pymysql/tests/test_cursor.pyo
${PYSITELIB}/pymysql/tests/test_example.py
${PYSITELIB}/pymysql/tests/test_example.pyc
${PYSITELIB}/pymysql/tests/test_example.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/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