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:
committed by
Git OBS Bridge
parent
4004891b38
commit
73b4c204c2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd
|
||||
size 308553
|
||||
3
3.31.1-r1.tar.gz
Normal file
3
3.31.1-r1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8
|
||||
size 308214
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
@@ -7,7 +15,6 @@ Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
* Updated hashing of SQL statements
|
||||
* Updated Connection.config() with all current SQLITE_DBCONFIG constants
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 13:32:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user