Обсуждение: [ANNOUNCE] Psycopg 2.7.1 released

Поиск
Список
Период
Сортировка

[ANNOUNCE] Psycopg 2.7.1 released

От
Daniele Varrazzo
Дата:
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.