Psycopg 2.7.1 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.7.1 released
Date: 2017-03-13 11:44:21
Message-ID: CA+mi_8a20S5bmUMsZqHyXp32P4WY6hN9_LKT=oGDGH+btKrF8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

A quick bugfix release to solve some teething problems with some of the
changes introduced in 2.7:

- Ignore None arguments passed to connect() and make_dsn() (ticket #517).
- OpenSSL upgraded from major version 0.9.8 to 1.0.2 in the Linux
wheel packages (ticket #518).
- Fixed build with libpq versions < 9.3 (ticket #520).

Code fresh to grab at:

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

Enjoy the release!

----

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.

Browse pgsql-announce by date

  From Date Subject
Next Message Jim Mlodgenski 2017-03-16 12:35:37 PGConf US 2017 - Registrations Closing
Previous Message David Fetter 2017-03-12 23:41:58 == PostgreSQL Weekly News - March 12 2017 ==