Skip to content

Commit

Permalink
Updated py-psycopg2 to 2.6.2.
Browse files Browse the repository at this point in the history
What's new in psycopg 2.6.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed inconsistent state in externally closed connections
  (:tickets:`#263, #311, #443`).
- Report the server response status on errors (such as 🎫`#281`).
- Raise `!NotSupportedError` on unhandled server response status
  (:ticket:`#352`).
- Allow overriding string adapter encoding with no connection (:ticket:`#331`).
- The `~psycopg2.extras.wait_select` callback allows interrupting a
  long-running query in an interactive shell using :kbd:`Ctrl-C`
  (🎫`#333`).
- Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`).
- Fixed segfault on `repr()` of an unitialized connection (:ticket:`#361`).
- Allow adapting bytes using `~psycopg2.extensions.QuotedString` on Python 3
  (:ticket:`#365`).
- Added support for setuptools/wheel (:ticket:`#370`).
- Fix build on Windows with Python 3.5, VS 2015 (:ticket:`#380`).
- Fixed `!errorcodes.lookup` initialization thread-safety (:ticket:`#382`).
- Fixed `!read()` exception propagation in copy_from (:ticket:`#412`).
- Fixed possible NULL TZ decref  (:ticket:`#424`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 9.5.
  • Loading branch information
wiz committed Jul 21, 2016
1 parent 15a1283 commit 87316a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions databases/py-psycopg2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.30 2015/07/01 09:59:06 wiz Exp $
# $NetBSD: Makefile,v 1.31 2016/07/21 12:53:20 wiz Exp $

DISTNAME= psycopg2-2.6.1
DISTNAME= psycopg2-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-6/
Expand Down
5 changes: 4 additions & 1 deletion databases/py-psycopg2/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/05/04 23:52:45 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2016/07/21 12:53:20 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/psycopg2/__init__.py
${PYSITELIB}/psycopg2/__init__.pyc
Expand Down Expand Up @@ -58,6 +58,9 @@ ${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_errcodes.py
${PYSITELIB}/psycopg2/tests/test_errcodes.pyc
${PYSITELIB}/psycopg2/tests/test_errcodes.pyo
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.py
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.pyc
${PYSITELIB}/psycopg2/tests/test_extras_dictcursor.pyo
Expand Down
10 changes: 5 additions & 5 deletions databases/py-psycopg2/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.22 2015/11/03 01:56:28 agc Exp $
$NetBSD: distinfo,v 1.23 2016/07/21 12:53:20 wiz Exp $

SHA1 (psycopg2-2.6.1.tar.gz) = 796c548bc0bad051dd6f034856b65d6181a72f02
RMD160 (psycopg2-2.6.1.tar.gz) = 6f90c8cad1aadf32af8275faddb728238390205a
SHA512 (psycopg2-2.6.1.tar.gz) = 00705f6b417acc89e2e66b7bdc25c31d92de7610173fe41b2b35728ebb6b55ef8c7df67032c2a2e3d908d8599a1d378578ade77bd19f5f186fbf2596290eda69
Size (psycopg2-2.6.1.tar.gz) = 371373 bytes
SHA1 (psycopg2-2.6.2.tar.gz) = 9964686caa8759b9eedfbc4f73e1e2665f6b6d7e
RMD160 (psycopg2-2.6.2.tar.gz) = f9b73dd247d2caa97f08b8730798d9f6f4ae9dd1
SHA512 (psycopg2-2.6.2.tar.gz) = 614314b5ab7ab5fa7c5e9c4f861579f90bd73521a9964dcb5a0938f77a9d6dfbea689cef35ad399cda698a45bb736c315912cb5dca85a52132f011d79f4863ac
Size (psycopg2-2.6.2.tar.gz) = 376348 bytes

0 comments on commit 87316a5

Please sign in to comment.