[psycopg] Psycopg 2.7.3.2 released - Mailing list psycopg

From Daniele Varrazzo
Subject [psycopg] Psycopg 2.7.3.2 released
Date
Msg-id CA+mi_8ZK0eMK+GPxTi9XhCeY1wmXab_BgMo2PJgSTHrJK6hcRQ@mail.gmail.com
Whole thread Raw
List psycopg
Following the release of PostgreSQL 10 we have released new binary
packages as Psycopg 2.7.3.2. There are no code changes from Psycopg
2.7.3, but the new binary packages ship with the PostgreSQL 10 client
library, enabling the use of new features such as multiple hosts in
connection string, read-only mode, SCRAM-SHA-256 authentication.

The packages are already available on PyPI and automatically installed
by pip install psycopg2 (if your pip is up-to-date). You can grab the
source code from:

- source package:
http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.2.tar.gz
- signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.2.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.


-- 
Sent via psycopg mailing list (psycopg@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/psycopg

psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: [psycopg] _psycopg.cpython-36m-x86_64-linux-gnu.so: undefinedsymbol: ASN1_STRING_length
Next
From: Stephen Frost
Date:
Subject: [psycopg] Migration to pglister - Before