From 57ab337dbfc7d4a793138ee8af3636de39e74e01b5e0770bf655df9b58f48b2c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Nov 2016 14:07:56 +0000 Subject: [PATCH] - update to 2.6.2: * Fixed inconsistent state in externally closed connections (tickets #263, #311, #443). * Report the server response status on errors (such as ticket #281). * Raise NotSupportedError on unhandled server response status (ticket #352). * Allow overriding string adapter encoding with no connection (ticket #331). * The wait_select callback allows interrupting a long-running query in an interactive shell using Ctrl-C (ticket #333). * Fixed PersistentConnectionPool on Python 3 (ticket #348). * Fixed segfault on repr() of an uninitialized connection (ticket #361). * Allow adapting bytes using QuotedString on Python 3 (ticket #365). * Added support for setuptools/wheel (ticket #370). * Fix build on Windows with Python 3.5, VS 2015 (ticket #380). * Fixed errorcodes.lookup initialization thread-safety (ticket #382). * Fixed read() exception propagation in copy_from (ticket #412). * Fixed possible NULL TZ decref (ticket #424). * errorcodes map updated to PostgreSQL 9.5. * Lists consisting of only None are escaped correctly (ticket #285). * Fixed deadlock in multithread programs using OpenSSL (ticket #290). * Correctly unlock the connection after error in flush (ticket #294). * Fixed MinTimeLoggingCursor.callproc() (ticket #309). * Added support for MSVC 2015 compiler (ticket #350). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=42 --- psycopg2-2.6.2.tar.gz | 3 +++ psycopg2-2.6.tar.gz | 3 --- python-psycopg2.changes | 24 ++++++++++++++++++++++++ python-psycopg2.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 psycopg2-2.6.2.tar.gz delete mode 100644 psycopg2-2.6.tar.gz diff --git a/psycopg2-2.6.2.tar.gz b/psycopg2-2.6.2.tar.gz new file mode 100644 index 0000000..796f666 --- /dev/null +++ b/psycopg2-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c +size 376348 diff --git a/psycopg2-2.6.tar.gz b/psycopg2-2.6.tar.gz deleted file mode 100644 index 320d2e7..0000000 --- a/psycopg2-2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c00afecb302a99a4f83dec9b055c4d1cc196926d62c8db015d68432df8118ca8 -size 367972 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 8a0f4e1..eb38549 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Nov 14 14:06:11 UTC 2016 - dmueller@suse.com + +- update to 2.6.2: + * Fixed inconsistent state in externally closed connections (tickets #263, #311, #443). + * Report the server response status on errors (such as ticket #281). + * Raise NotSupportedError on unhandled server response status (ticket #352). + * Allow overriding string adapter encoding with no connection (ticket #331). + * The wait_select callback allows interrupting a long-running query in an interactive shell using Ctrl-C (ticket #333). + * Fixed PersistentConnectionPool on Python 3 (ticket #348). + * Fixed segfault on repr() of an uninitialized connection (ticket #361). + * Allow adapting bytes using QuotedString on Python 3 (ticket #365). + * Added support for setuptools/wheel (ticket #370). + * Fix build on Windows with Python 3.5, VS 2015 (ticket #380). + * Fixed errorcodes.lookup initialization thread-safety (ticket #382). + * Fixed read() exception propagation in copy_from (ticket #412). + * Fixed possible NULL TZ decref (ticket #424). + * errorcodes map updated to PostgreSQL 9.5. + * Lists consisting of only None are escaped correctly (ticket #285). + * Fixed deadlock in multithread programs using OpenSSL (ticket #290). + * Correctly unlock the connection after error in flush (ticket #294). + * Fixed MinTimeLoggingCursor.callproc() (ticket #309). + * Added support for MSVC 2015 compiler (ticket #350). + ------------------------------------------------------------------- Wed Mar 9 10:29:20 UTC 2016 - bwiedemann@suse.com diff --git a/python-psycopg2.spec b/python-psycopg2.spec index bf2516d..ef1ca1b 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -17,7 +17,7 @@ Name: python-psycopg2 -Version: 2.6 +Version: 2.6.2 Release: 0 Summary: Python-PostgreSQL Database Adapter License: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and SUSE-GPL-2.0-with-openssl-exception