14
0

Accepting request 713458 from home:dmolkentin:netbox

- Update to 2.8.4
  * Added interval_status parameter to start_replication() method and other
    facilities to send automatic replication keepalives at periodic intervals
    (ticket #913).
  * Fixed namedtuples caching introduced in 2.8 (ticket #928).

OBS-URL: https://build.opensuse.org/request/show/713458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=66
This commit is contained in:
Tomáš Chvátal
2019-07-04 16:25:17 +00:00
committed by Git OBS Bridge
parent 7c062d5dd1
commit e31c4a79f5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cacf21b6f813c239f100ef78a4132056f93a5940219ec25d2ef833cbeb05588
size 368224

3
psycopg2-2.8.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457
size 377333

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 4 15:02:11 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
- Update to 2.8.4
* Added interval_status parameter to start_replication() method and other
facilities to send automatic replication keepalives at periodic intervals
(ticket #913).
* Fixed namedtuples caching introduced in 2.8 (ticket #928).
-------------------------------------------------------------------
Tue Jun 4 15:36:23 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-psycopg2
Version: 2.8.2
Version: 2.8.3
Release: 0
Summary: Python-PostgreSQL Database Adapter
License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception