From 73b4c204c28e913ab7f535f0b6fbc93e1afbd81caf035fee6fa775f10cc3967d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Mar 2020 09:51:19 +0000 Subject: [PATCH] - 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 --- 3.30.1-r1.tar.gz | 3 --- 3.31.1-r1.tar.gz | 3 +++ python-apsw.changes | 9 ++++++++- python-apsw.spec | 6 +++--- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 3.30.1-r1.tar.gz create mode 100644 3.31.1-r1.tar.gz diff --git a/3.30.1-r1.tar.gz b/3.30.1-r1.tar.gz deleted file mode 100644 index d059286..0000000 --- a/3.30.1-r1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd -size 308553 diff --git a/3.31.1-r1.tar.gz b/3.31.1-r1.tar.gz new file mode 100644 index 0000000..13eebb2 --- /dev/null +++ b/3.31.1-r1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8 +size 308214 diff --git a/python-apsw.changes b/python-apsw.changes index db43aba..55369df 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal + +- 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 @@ -7,7 +15,6 @@ Tue Feb 4 19:50:05 UTC 2020 - Ondřej Súkup * 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 diff --git a/python-apsw.spec b/python-apsw.spec index 2b89f46..a96cca2 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -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