Psycopg 2.7.5 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject Psycopg 2.7.5 released
Date
Msg-id CA+mi_8YY+2sggAe+ZU4gXm4XXbbwzXWZ-_xyHBGkO04Ub9Z7XQ@mail.gmail.com
Whole thread Raw
List pgsql-announce
psycopg2 version 2.7.5 has been released, fixing a few bugs found in
the last months:

Summary of changes:

- Allow non-ascii chars in namedtuple fields (regression introduced
  fixing ticket #211).
- Fixed adaptation of arrays of arrays of nulls (ticket #325).
- Fixed building on Solaris 11 and derivatives such as SmartOS and
  illumos (ticket #677).
- Maybe fixed building on MSYS2 (as reported in ticket #658).
- Allow string subclasses in connection and other places (ticket #679).
- Don't raise an exception closing an unused named cursor (ticket #716).
- Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.

You can install psycopg2 from PyPI or grab the new code from:

- source package:
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz
- signature
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz.asc

Happy hacking!


----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.


pgsql-announce by date:

Previous
From: Monica Real Amores
Date:
Subject: repmgr 4.0.6 Now Available
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - June 17 2018 ==