Psycopg 2.7.3.1 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Psycopg 2.7.3.1 released
Date: 2017-08-26 13:34:45
Message-ID: CA+mi_8bK0U3phTV9LLjk9F2GZyj-JtcynsyfWFY87kmmqduaVg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

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

Browse psycopg by date

  From Date Subject
Next Message Dmytro Starosud 2017-09-05 15:40:17 Parse record type into tuple
Previous Message Jonathan Rogers 2017-08-23 22:30:36 Re: Using infinite values with DateTimeTZRange