diff --git a/3.31.1-r1.tar.gz b/3.31.1-r1.tar.gz deleted file mode 100644 index 13eebb2..0000000 --- a/3.31.1-r1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8 -size 308214 diff --git a/3.33.0-r1.tar.gz b/3.33.0-r1.tar.gz new file mode 100644 index 0000000..55a8c24 --- /dev/null +++ b/3.33.0-r1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb1b587f1c5246a5a3e1b66bd3ad87b2a73f3c7b1654268772af72449ea1975 +size 310551 diff --git a/python-apsw.changes b/python-apsw.changes index 55369df..1893847 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Tue Sep 22 11:54:56 UTC 2020 - Tomáš Chvátal + +- Fix the source url to really match reality + +------------------------------------------------------------------- +Tue Sep 22 10:29:18 UTC 2020 - Hans-Peter Jansen + +- Update to 3.33.0-r1: + * Small performance improvement in string handling + * apsw module exposes Cursor, Blob, and Backup types (issue #273) + * pkg-config is used to detect International Components for + Unicode (ICU) sdk when the SQLite ICU extension is enabled. It + falls back to icu-config as before. (issue #268). +- Update to 3.32.2-r2: + * Added some constants + * Minor documentation updates +- Fix source URL +------------------------------------------------------------------- Tue Mar 3 09:44:34 UTC 2020 - Tomáš Chvátal - Update the sqlite dependency diff --git a/python-apsw.spec b/python-apsw.spec index a96cca2..c1e480b 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define tarver 3.31.1-r1 +%define tarver 3.33.0-r1 Name: python-apsw -Version: 3.31.1_r1 +Version: 3.33.0_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 >= 3.30 +BuildRequires: pkgconfig(sqlite3) >= 3.30 %python_subpackages %description