From 302b2f962fbae0a6e422dc6292f9a596b71caaf2 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 25 Aug 2017 12:24:37 +0100 Subject: [PATCH 1/2] Bump version number to try fixing libc 2.26 libresolv problem https://github.com/psycopg/psycopg2-wheels/issues/2 [skip-ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40ee4c57..77b0d8b4 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.7.3' +PSYCOPG_VERSION = '2.7.3.1.dev0' # note: if you are changing the list of supported Python version please fix From c45e219387455a845741a72aab4195b452a4c6e0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 25 Aug 2017 15:12:12 +0100 Subject: [PATCH 2/2] Preparing release 2.7.3.1 to fix wheel packages --- NEWS | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6c67cb58..d23ba7ce 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ Current release --------------- +What's new in psycopg 2.7.3.1 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Dropped libresolv from wheel package to avoid incompatibility with + glibc 2.26 (wheels ticket #2) + + What's new in psycopg 2.7.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 77b0d8b4..f4587682 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.7.3.1.dev0' +PSYCOPG_VERSION = '2.7.3.1' # note: if you are changing the list of supported Python version please fix