summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-05 09:14:41 +0000
committeradam <adam@pkgsrc.org>2019-04-05 09:14:41 +0000
commit55a6329b8136146901a0261227a5d4f2af3b6203 (patch)
tree39b360618bf46efd71f0239332594c417d5866a9 /databases/py-psycopg2/PLIST
parent1d8533e8020f5a06a895525778b10e8003fe6db2 (diff)
downloadpkgsrc-55a6329b8136146901a0261227a5d4f2af3b6203.tar.gz
py-psycopg2: updated to 2.8
Psycopg 2.8 released After about two years from the previous major release, psycopg 2.8 is finally here! Among the highlights, PostgreSQL errors are now mapped to Python exceptions for a more idiomatic way to handle them. Several additions allow a better insight of the connection status and query results. Behind the scene, asynchronous communication and concurrency received several improvements, and dropping support for older versions of Python gave the chance to refactor and modernise the codebase (with the especial help from Jon Dufresne who ruthlessly butchered our code into a streamlined pulp).
Diffstat (limited to 'databases/py-psycopg2/PLIST')
-rw-r--r--databases/py-psycopg2/PLIST14
1 files changed, 10 insertions, 4 deletions
diff --git a/databases/py-psycopg2/PLIST b/databases/py-psycopg2/PLIST
index c809716f139..02379741a4d 100644
--- a/databases/py-psycopg2/PLIST
+++ b/databases/py-psycopg2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2018/07/03 03:57:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2019/04/05 09:14:41 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,13 +12,22 @@ ${PYSITELIB}/psycopg2/_ipaddress.pyo
${PYSITELIB}/psycopg2/_json.py
${PYSITELIB}/psycopg2/_json.pyc
${PYSITELIB}/psycopg2/_json.pyo
+${PYSITELIB}/psycopg2/_lru_cache.py
+${PYSITELIB}/psycopg2/_lru_cache.pyc
+${PYSITELIB}/psycopg2/_lru_cache.pyo
${PYSITELIB}/psycopg2/_psycopg.so
${PYSITELIB}/psycopg2/_range.py
${PYSITELIB}/psycopg2/_range.pyc
${PYSITELIB}/psycopg2/_range.pyo
+${PYSITELIB}/psycopg2/compat.py
+${PYSITELIB}/psycopg2/compat.pyc
+${PYSITELIB}/psycopg2/compat.pyo
${PYSITELIB}/psycopg2/errorcodes.py
${PYSITELIB}/psycopg2/errorcodes.pyc
${PYSITELIB}/psycopg2/errorcodes.pyo
+${PYSITELIB}/psycopg2/errors.py
+${PYSITELIB}/psycopg2/errors.pyc
+${PYSITELIB}/psycopg2/errors.pyo
${PYSITELIB}/psycopg2/extensions.py
${PYSITELIB}/psycopg2/extensions.pyc
${PYSITELIB}/psycopg2/extensions.pyo
@@ -28,9 +37,6 @@ ${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/sql.py
${PYSITELIB}/psycopg2/sql.pyc
${PYSITELIB}/psycopg2/sql.pyo