14
0

Accepting request 796604 from home:dmolkentin:netbox

- update to 2.8.5 
  - Fixed use of connection_factory and cursor_factory together
    (ticket #1019).
  - Added support for logging.LoggerAdapter in LoggingConnection
    (ticket #1026).
  - Column objects in cursor.description can be sliced (ticket
    #1034).
  - Added AIX support (ticket #1061).
  - Fixed copy() of DictCursor rows (ticket #1073).

OBS-URL: https://build.opensuse.org/request/show/796604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=76
This commit is contained in:
Tomáš Chvátal
2020-04-23 20:39:38 +00:00
committed by Git OBS Bridge
parent 727b423976
commit d75dbcd297
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 23 16:13:29 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
- update to 2.8.5
- Fixed use of connection_factory and cursor_factory together
(ticket #1019).
- Added support for logging.LoggerAdapter in LoggingConnection
(ticket #1026).
- Column objects in cursor.description can be sliced (ticket
#1034).
- Added AIX support (ticket #1061).
- Fixed copy() of DictCursor rows (ticket #1073).
-------------------------------------------------------------------
Thu Mar 19 08:19:57 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>