forked from pool/python-psycopg2
Accepting request 515215 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/515215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86c9355f5374b008c8479bc00023b295c07d508f7c3b91dbd2e74f8925b1d9c6
|
||||
size 421034
|
3
psycopg2-2.7.3.tar.gz
Normal file
3
psycopg2-2.7.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9bd49848556d04093909faec017c3675efabf78c2b7f383bf7c43ba18324ac8
|
||||
size 425004
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user