From 326cbffe3fba048559573b615bc1cc6a8ebd622a4ce7402f666a7a2b1c4db2dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Sep 2024 19:16:51 +0000 Subject: [PATCH] - update to 3.46.1.0: * The shell dump command outputs the application_id in addition to the user_version. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=59 --- apsw-3.46.0.1.tar.gz | 3 --- apsw-3.46.1.0.tar.gz | 3 +++ python-apsw.changes | 7 +++++++ python-apsw.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 apsw-3.46.0.1.tar.gz create mode 100644 apsw-3.46.1.0.tar.gz diff --git a/apsw-3.46.0.1.tar.gz b/apsw-3.46.0.1.tar.gz deleted file mode 100644 index e5ec5a7..0000000 --- a/apsw-3.46.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8640f6d4b0ab2b604bce1f6d0e380d150613e0d77b55a1dc9995fe5593f32a2 -size 912632 diff --git a/apsw-3.46.1.0.tar.gz b/apsw-3.46.1.0.tar.gz new file mode 100644 index 0000000..6852657 --- /dev/null +++ b/apsw-3.46.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecab0d2fb41f96d90ff7439bb34793e8803186f5cb1aa8c613d6b0ba11b3963 +size 913223 diff --git a/python-apsw.changes b/python-apsw.changes index 701eef3..8d5508e 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 28 19:15:48 UTC 2024 - Dirk Müller + +- update to 3.46.1.0: + * The shell dump command outputs the application_id in addition + to the user_version. + ------------------------------------------------------------------- Sun Jun 30 21:32:30 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index c521627..8fb746c 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.46.0.1 +Version: 3.46.1.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib