pkgsrc/databases/py-psycopg2/PLIST
wiz f0d40dd06a Update to 2.5:
What's new in psycopg 2.5
-------------------------

New features:

- Added :ref:`JSON adaptation <adapt-json>`.
- Added :ref:`support for PostgreSQL 9.2 range types <adapt-range>`.
- `connection` and `cursor` objects can be used in ``with`` statements
  as context managers as specified by recent |DBAPI|_ extension.
- Added `~psycopg2.extensions.Diagnostics` object to get extended info
  from a database error.  Many thanks to Matthew Woodcraft for the
  implementation (🎫`#149`).
- Added `connection.cursor_factory` attribute to customize the default
  object returned by `~connection.cursor()`.
- Added support for backward scrollable cursors. Thanks to Jon Nelson
  for the initial patch (🎫`#108`).
- Added a simple way to :ref:`customize casting of composite types
  <adapt-composite>` into Python objects other than namedtuples.
  Many thanks to Ronan Dunklau and Tobias Oberstein for the feature
  development.
- `connection.reset()` implemented using :sql:`DISCARD ALL` on server
  versions supporting it.

Bug fixes:

- Properly cleanup memory of broken connections (🎫`#148`).
- Fixed bad interaction of ``setup.py`` with other dependencies in
  Distribute projects on Python 3 (🎫`#153`).

Other changes:

- Added support for Python 3.3.
- Dropped support for Python 2.4. Please use Psycopg 2.4.x if you need it.
- `~psycopg2.errorcodes` map updated to PostgreSQL 9.2.
- Dropped Zope adapter from source repository. ZPsycopgDA now has its own
  project at <http://github.com/psycopg/ZPsycopgDA>.
2013-05-04 23:52:45 +00:00

102 lines
4.1 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2013/05/04 23:52:45 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/psycopg2/__init__.py
${PYSITELIB}/psycopg2/__init__.pyc
${PYSITELIB}/psycopg2/__init__.pyo
${PYSITELIB}/psycopg2/_json.py
${PYSITELIB}/psycopg2/_json.pyc
${PYSITELIB}/psycopg2/_json.pyo
${PYSITELIB}/psycopg2/_psycopg.so
${PYSITELIB}/psycopg2/_range.py
${PYSITELIB}/psycopg2/_range.pyc
${PYSITELIB}/psycopg2/_range.pyo
${PYSITELIB}/psycopg2/errorcodes.py
${PYSITELIB}/psycopg2/errorcodes.pyc
${PYSITELIB}/psycopg2/errorcodes.pyo
${PYSITELIB}/psycopg2/extensions.py
${PYSITELIB}/psycopg2/extensions.pyc
${PYSITELIB}/psycopg2/extensions.pyo
${PYSITELIB}/psycopg2/extras.py
${PYSITELIB}/psycopg2/extras.pyc
${PYSITELIB}/psycopg2/extras.pyo
${PYSITELIB}/psycopg2/pool.py
${PYSITELIB}/psycopg2/pool.pyc
${PYSITELIB}/psycopg2/pool.pyo
${PYSITELIB}/psycopg2/psycopg1.py
${PYSITELIB}/psycopg2/psycopg1.pyc
${PYSITELIB}/psycopg2/psycopg1.pyo
${PYSITELIB}/psycopg2/tests/__init__.py
${PYSITELIB}/psycopg2/tests/__init__.pyc
${PYSITELIB}/psycopg2/tests/__init__.pyo
${PYSITELIB}/psycopg2/tests/dbapi20.py
${PYSITELIB}/psycopg2/tests/dbapi20.pyc
${PYSITELIB}/psycopg2/tests/dbapi20.pyo
${PYSITELIB}/psycopg2/tests/dbapi20_tpc.py
${PYSITELIB}/psycopg2/tests/dbapi20_tpc.pyc
${PYSITELIB}/psycopg2/tests/dbapi20_tpc.pyo
${PYSITELIB}/psycopg2/tests/test_async.py
${PYSITELIB}/psycopg2/tests/test_async.pyc
${PYSITELIB}/psycopg2/tests/test_async.pyo
${PYSITELIB}/psycopg2/tests/test_bugX000.py
${PYSITELIB}/psycopg2/tests/test_bugX000.pyc
${PYSITELIB}/psycopg2/tests/test_bugX000.pyo
${PYSITELIB}/psycopg2/tests/test_bug_gc.py
${PYSITELIB}/psycopg2/tests/test_bug_gc.pyc
${PYSITELIB}/psycopg2/tests/test_bug_gc.pyo
${PYSITELIB}/psycopg2/tests/test_cancel.py
${PYSITELIB}/psycopg2/tests/test_cancel.pyc
${PYSITELIB}/psycopg2/tests/test_cancel.pyo
${PYSITELIB}/psycopg2/tests/test_connection.py
${PYSITELIB}/psycopg2/tests/test_connection.pyc
${PYSITELIB}/psycopg2/tests/test_connection.pyo
${PYSITELIB}/psycopg2/tests/test_copy.py
${PYSITELIB}/psycopg2/tests/test_copy.pyc
${PYSITELIB}/psycopg2/tests/test_copy.pyo
${PYSITELIB}/psycopg2/tests/test_cursor.py
${PYSITELIB}/psycopg2/tests/test_cursor.pyc
${PYSITELIB}/psycopg2/tests/test_cursor.pyo
${PYSITELIB}/psycopg2/tests/test_dates.py
${PYSITELIB}/psycopg2/tests/test_dates.pyc
${PYSITELIB}/psycopg2/tests/test_dates.pyo
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.py
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.pyc
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.pyo
${PYSITELIB}/psycopg2/tests/test_green.py
${PYSITELIB}/psycopg2/tests/test_green.pyc
${PYSITELIB}/psycopg2/tests/test_green.pyo
${PYSITELIB}/psycopg2/tests/test_lobject.py
${PYSITELIB}/psycopg2/tests/test_lobject.pyc
${PYSITELIB}/psycopg2/tests/test_lobject.pyo
${PYSITELIB}/psycopg2/tests/test_module.py
${PYSITELIB}/psycopg2/tests/test_module.pyc
${PYSITELIB}/psycopg2/tests/test_module.pyo
${PYSITELIB}/psycopg2/tests/test_notify.py
${PYSITELIB}/psycopg2/tests/test_notify.pyc
${PYSITELIB}/psycopg2/tests/test_notify.pyo
${PYSITELIB}/psycopg2/tests/test_psycopg2_dbapi20.py
${PYSITELIB}/psycopg2/tests/test_psycopg2_dbapi20.pyc
${PYSITELIB}/psycopg2/tests/test_psycopg2_dbapi20.pyo
${PYSITELIB}/psycopg2/tests/test_quote.py
${PYSITELIB}/psycopg2/tests/test_quote.pyc
${PYSITELIB}/psycopg2/tests/test_quote.pyo
${PYSITELIB}/psycopg2/tests/test_transaction.py
${PYSITELIB}/psycopg2/tests/test_transaction.pyc
${PYSITELIB}/psycopg2/tests/test_transaction.pyo
${PYSITELIB}/psycopg2/tests/test_types_basic.py
${PYSITELIB}/psycopg2/tests/test_types_basic.pyc
${PYSITELIB}/psycopg2/tests/test_types_basic.pyo
${PYSITELIB}/psycopg2/tests/test_types_extras.py
${PYSITELIB}/psycopg2/tests/test_types_extras.pyc
${PYSITELIB}/psycopg2/tests/test_types_extras.pyo
${PYSITELIB}/psycopg2/tests/test_with.py
${PYSITELIB}/psycopg2/tests/test_with.pyc
${PYSITELIB}/psycopg2/tests/test_with.pyo
${PYSITELIB}/psycopg2/tests/testconfig.py
${PYSITELIB}/psycopg2/tests/testconfig.pyc
${PYSITELIB}/psycopg2/tests/testconfig.pyo
${PYSITELIB}/psycopg2/tests/testutils.py
${PYSITELIB}/psycopg2/tests/testutils.pyc
${PYSITELIB}/psycopg2/tests/testutils.pyo
${PYSITELIB}/psycopg2/tz.py
${PYSITELIB}/psycopg2/tz.pyc
${PYSITELIB}/psycopg2/tz.pyo