Обсуждение: [psycopg] Psycopg 2.7.3.1 released

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

[psycopg] Psycopg 2.7.3.1 released

От
Daniele Varrazzo
Дата:
Hello,

We have released psycopg2 release 2.7.3.1 as a new build of psycopg
2.7.3. The new build only affects the wheel packages and contains no
change in the code.

The release 2.7.3.1 fixes psycopg2-wheels bug #2 [1] which was in turn
caused by auditwheel bug #80 [2], resulting in incompatibility with
glibc 2.26. The problem only affects Linux wheels users, it doesn't
affect Windows, OSX, or user installing psycopg2 from source. As such
package maintainers can probably avoid bothering about this release.

[1] https://github.com/psycopg/psycopg2-wheels/issues/2
[2] https://github.com/pypa/auditwheel/issues/80

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

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

Expecting bugs caused by software parsing the version number and
expecting three numbers in 3, 2, 1...

-- Daniele