From 29ef17d0362c089fa5dd77e10d23c2100e3e5863152184b7514e1062f994252d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Mar 2024 10:28:24 +0000 Subject: [PATCH] - update to 3.45.2.0: * Minor doc and tests change due to changed behaviour of sqlite3_serialize on an empty database, used by :meth:`Connection.serialize`. * No APSW changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=51 --- apsw-3.45.0.0.tar.gz | 3 --- apsw-3.45.2.0.tar.gz | 3 +++ python-apsw.changes | 9 +++++++++ python-apsw.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.45.0.0.tar.gz create mode 100644 apsw-3.45.2.0.tar.gz diff --git a/apsw-3.45.0.0.tar.gz b/apsw-3.45.0.0.tar.gz deleted file mode 100644 index 0f97970..0000000 --- a/apsw-3.45.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f24dfbd72f898db2b9e7e685d2b298a78078c5f99dfbb7168cfa7342410a1d4a -size 903413 diff --git a/apsw-3.45.2.0.tar.gz b/apsw-3.45.2.0.tar.gz new file mode 100644 index 0000000..429b3b5 --- /dev/null +++ b/apsw-3.45.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f3a49873e7c81410dd627f7e0cd86ccc5c28cdd398742ce1e0e97d95badf13 +size 904263 diff --git a/python-apsw.changes b/python-apsw.changes index fd18b2a..89faa8e 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 18 10:27:56 UTC 2024 - Dirk Müller + +- update to 3.45.2.0: + * Minor doc and tests change due to changed behaviour of + sqlite3_serialize on an empty database, used by + :meth:`Connection.serialize`. + * No APSW changes. + ------------------------------------------------------------------- Sat Jan 20 12:28:34 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index e2d48cc..01d21d0 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.45.0.0 +Version: 3.45.2.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib