From 0ffa8041ab5a14d287d591d4b654cb420db006348785efb72e838578d677a9f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:28:44 +0000 Subject: [PATCH] - update to 3.45.0.0: * Correctly handle NULL/None VFS filenames (:issue:`506`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=49 --- apsw-3.44.2.0.tar.gz | 3 --- apsw-3.45.0.0.tar.gz | 3 +++ python-apsw.changes | 6 ++++++ python-apsw.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.44.2.0.tar.gz create mode 100644 apsw-3.45.0.0.tar.gz diff --git a/apsw-3.44.2.0.tar.gz b/apsw-3.44.2.0.tar.gz deleted file mode 100644 index 1c944fc..0000000 --- a/apsw-3.44.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8210dce4d175ecb9d1f08e97e26a7418e240dd9da43df6fb616d9f035af005a8 -size 902852 diff --git a/apsw-3.45.0.0.tar.gz b/apsw-3.45.0.0.tar.gz new file mode 100644 index 0000000..0f97970 --- /dev/null +++ b/apsw-3.45.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24dfbd72f898db2b9e7e685d2b298a78078c5f99dfbb7168cfa7342410a1d4a +size 903413 diff --git a/python-apsw.changes b/python-apsw.changes index aa0eec5..fd18b2a 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 20 12:28:34 UTC 2024 - Dirk Müller + +- update to 3.45.0.0: + * Correctly handle NULL/None VFS filenames (:issue:`506`) + ------------------------------------------------------------------- Wed Jan 3 09:42:09 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index aea520b..e2d48cc 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.44.2.0 +Version: 3.45.0.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib