[psycopg] Psycopg 2.7.3.2 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема [psycopg] Psycopg 2.7.3.2 released
Дата
Msg-id CA+mi_8ZK0eMK+GPxTi9XhCeY1wmXab_BgMo2PJgSTHrJK6hcRQ@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: [psycopg] _psycopg.cpython-36m-x86_64-linux-gnu.so: undefinedsymbol: ASN1_STRING_length
Следующее
От: Stephen Frost
Дата:
Сообщение: [psycopg] Migration to pglister - Before