forked from pool/python-psycopg2
- update version to 2.7.3:
- Restored default :sql:`timestamptz[]` typecasting to Python `!datetime`.
Regression introduced in Psycopg 2.7.2 (🎫`#578`).
- Fixed inconsistent state in externally closed connections
(🎟️`#263, #311, #443`). Was fixed in 2.6.2 but not included in
2.7 by mistake.
- Fixed Python exceptions propagation in green callback (🎫`#410`).
- Don't display the password in `connection.dsn` when the connection
string is specified as an URI (🎫`#528`).
- Return objects with timezone parsing "infinity" :sql:`timestamptz`
(🎫`#536`).
- Dropped dependency on VC9 runtime on Windows binary packages
(🎫`#541`).
- Fixed segfault in `~connection.lobject()` when *mode*\=\ `!None`
(🎫`#544`).
- Fixed `~connection.lobject()` keyword argument *lobject_factory*
(🎫`#545`).
- Fixed `~psycopg2.extras.ReplicationCursor.consume_stream()`
*keepalive_interval* argument (🎫`#547`).
- Maybe fixed random import error on Python 3.6 in multiprocess
environment (🎫`#550`).
- Fixed random `!SystemError` upon receiving abort signal (🎫`#551`).
- Accept `~psycopg2.sql.Composable` objects in
`~psycopg2.extras.ReplicationCursor.start_replication_expert()`
(🎫`554`).
- Parse intervals returned as microseconds from Redshift (🎫`#558`).
- Added `~psycopg2.extras.Json` `!prepare()` method to consider connection
params when adapting (🎫`#562`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 10 beta 1.
OBS-URL: https://build.opensuse.org/request/show/515213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=52
21 KiB
21 KiB