From 78c41c6ff752c93485f981942d04095682a16efa0d2145bc31badc6d64e92044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 22 Sep 2020 10:47:08 +0000 Subject: [PATCH 1/2] Accepting request 836063 from home:frispete:python - 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 OBS-URL: https://build.opensuse.org/request/show/836063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=19 --- 3.31.1-r1.tar.gz | 3 --- apsw-3.33.0-r1.tar.gz | 3 +++ python-apsw.changes | 13 +++++++++++++ python-apsw.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 3.31.1-r1.tar.gz create mode 100644 apsw-3.33.0-r1.tar.gz 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/apsw-3.33.0-r1.tar.gz b/apsw-3.33.0-r1.tar.gz new file mode 100644 index 0000000..55a8c24 --- /dev/null +++ b/apsw-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..6f342b9 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +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..47e6761 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -17,15 +17,15 @@ %{?!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 Group: Development/Libraries/Python URL: https://github.com/rogerbinns/apsw/ -Source: https://github.com/rogerbinns/apsw/archive/%{tarver}.tar.gz +Source: https://github.com/rogerbinns/apsw/releases/download/%{tarver}/apsw-%{tarver}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: pkgconfig From 712bdff28ff828d37fbebba2a5335e4829e2b1f3e2cede13a4451ef09a753d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 22 Sep 2020 11:55:21 +0000 Subject: [PATCH 2/2] - Fix the source url to really match reality OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=20 --- apsw-3.33.0-r1.tar.gz => 3.33.0-r1.tar.gz | 0 python-apsw.changes | 5 +++++ python-apsw.spec | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) rename apsw-3.33.0-r1.tar.gz => 3.33.0-r1.tar.gz (100%) diff --git a/apsw-3.33.0-r1.tar.gz b/3.33.0-r1.tar.gz similarity index 100% rename from apsw-3.33.0-r1.tar.gz rename to 3.33.0-r1.tar.gz diff --git a/python-apsw.changes b/python-apsw.changes index 6f342b9..1893847 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-apsw.spec b/python-apsw.spec index 47e6761..c1e480b 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -25,12 +25,12 @@ Summary: Another Python SQLite Wrapper License: Zlib Group: Development/Libraries/Python URL: https://github.com/rogerbinns/apsw/ -Source: https://github.com/rogerbinns/apsw/releases/download/%{tarver}/apsw-%{tarver}.tar.gz +Source: https://github.com/rogerbinns/apsw/archive/%{tarver}.tar.gz 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