From 65d182c371efd3414cc795e20d43666db651767eccfb254c14816848344dee7d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 14:09:27 +0000 Subject: [PATCH] - update to 3.45.3.0: * No APSW changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=53 --- apsw-3.45.2.0.tar.gz | 3 --- apsw-3.45.3.0.tar.gz | 3 +++ python-apsw.changes | 6 ++++++ python-apsw.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.45.2.0.tar.gz create mode 100644 apsw-3.45.3.0.tar.gz diff --git a/apsw-3.45.2.0.tar.gz b/apsw-3.45.2.0.tar.gz deleted file mode 100644 index 429b3b5..0000000 --- a/apsw-3.45.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20f3a49873e7c81410dd627f7e0cd86ccc5c28cdd398742ce1e0e97d95badf13 -size 904263 diff --git a/apsw-3.45.3.0.tar.gz b/apsw-3.45.3.0.tar.gz new file mode 100644 index 0000000..c095a26 --- /dev/null +++ b/apsw-3.45.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4109981d79dbe158543e4a1691105facce9341f3746eef4503316a3cb4d236d8 +size 904570 diff --git a/python-apsw.changes b/python-apsw.changes index 89faa8e..e7e67e8 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 20 14:09:15 UTC 2024 - Dirk Müller + +- update to 3.45.3.0: + * No APSW changes. + ------------------------------------------------------------------- Mon Mar 18 10:27:56 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 01d21d0..3a97bd0 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.45.2.0 +Version: 3.45.3.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib