14
0

Accepting request 924847 from home:ecsos

- Update to 2.9.0
  * New features:
    - Add execute_batch and execute_values to psycopg2cffi.extras in #98
    - psycopg2cffi.extras: add fetch argument to execute_values() in #119
  * Bug fixes:
    - Fix for async keyword argument when creating a connection in #104
    - Allow adapters to be passed as arguments of cursor's execute() in #107
    - Fix installation with old cffi by dand-oss in #116
  * Test changes:
    - Dropped support for python 2.6, 3.3, 3.4 in #109
    - Added support for python 3.8 in #108

OBS-URL: https://build.opensuse.org/request/show/924847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2cffi?expand=0&rev=5
This commit is contained in:
2021-10-12 19:00:55 +00:00
committed by Git OBS Bridge
parent 4f49f1e770
commit b41bf8a65f
4 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-psycopg2cffi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-psycopg2cffi
Version: 2.8.1
Version: 2.9.0
Release: 0
Summary: Implementation of the psycopg2 module using cffi
License: LGPL-3.0-or-later
URL: https://github.com/chtd/psycopg2cffi
Source: https://files.pythonhosted.org/packages/source/p/psycopg2cffi/psycopg2cffi-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.5}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: postgresql-server-devel
@@ -39,7 +40,7 @@ BuildRequires: %{python_module six}
%python_subpackages
%description
Implementation of the psycopg2 module using cffi.
This is a implementation of the psycopg2 module using cffi.
%prep
%setup -q -n psycopg2cffi-%{version}