15
0
forked from pool/python-apsw

- Update the sqlite dependency

- Update to 3.31.1:
  * Fix deprecated universal newline use in shell (#283)
  * Shell now uses pragma function_list to get list of functions for tab completion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-03 09:51:19 +00:00
committed by Git OBS Bridge
parent 4004891b38
commit 73b4c204c2
4 changed files with 14 additions and 7 deletions

View File

@@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define tarver 3.30.1-r1
%define tarver 3.31.1-r1
Name: python-apsw
Version: 3.30.1_r1
Version: 3.31.1_r1
Release: 0
Summary: Another Python SQLite Wrapper
License: Zlib
@@ -30,7 +30,7 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: sqlite3-devel
BuildRequires: sqlite3-devel >= 3.30
%python_subpackages
%description