diff --git a/psycopg2-2.7.1.tar.gz b/psycopg2-2.7.1.tar.gz deleted file mode 100644 index c81fffb..0000000 --- a/psycopg2-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c9355f5374b008c8479bc00023b295c07d508f7c3b91dbd2e74f8925b1d9c6 -size 421034 diff --git a/psycopg2-2.7.3.tar.gz b/psycopg2-2.7.3.tar.gz new file mode 100644 index 0000000..4467e97 --- /dev/null +++ b/psycopg2-2.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9bd49848556d04093909faec017c3675efabf78c2b7f383bf7c43ba18324ac8 +size 425004 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 4d9135e..a2c804d 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Aug 8 15:42:47 UTC 2017 - tbechtold@suse.com + +- update version to 2.7.3: + - Restored default :sql:`timestamptz[]` typecasting to Python `!datetime`. + Regression introduced in Psycopg 2.7.2 (:ticket:`#578`). + - Fixed inconsistent state in externally closed connections + (:tickets:`#263, #311, #443`). Was fixed in 2.6.2 but not included in + 2.7 by mistake. + - Fixed Python exceptions propagation in green callback (:ticket:`#410`). + - Don't display the password in `connection.dsn` when the connection + string is specified as an URI (:ticket:`#528`). + - Return objects with timezone parsing "infinity" :sql:`timestamptz` + (:ticket:`#536`). + - Dropped dependency on VC9 runtime on Windows binary packages + (:ticket:`#541`). + - Fixed segfault in `~connection.lobject()` when *mode*\=\ `!None` + (:ticket:`#544`). + - Fixed `~connection.lobject()` keyword argument *lobject_factory* + (:ticket:`#545`). + - Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()` + *keepalive_interval* argument (:ticket:`#547`). + - Maybe fixed random import error on Python 3.6 in multiprocess + environment (:ticket:`#550`). + - Fixed random `!SystemError` upon receiving abort signal (:ticket:`#551`). + - Accept `~psycopg2.sql.Composable` objects in + `~psycopg2.extras.ReplicationCursor.start_replication_expert()` + (:ticket:`554`). + - Parse intervals returned as microseconds from Redshift (:ticket:`#558`). + - Added `~psycopg2.extras.Json` `!prepare()` method to consider connection + params when adapting (:ticket:`#562`). + - `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1. + ------------------------------------------------------------------- Mon Jul 10 10:07:07 UTC 2017 - jengelh@inai.de diff --git a/python-psycopg2.spec b/python-psycopg2.spec index d43b1c2..25d941a 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psycopg2 -Version: 2.7.1 +Version: 2.7.3 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