diff --git a/apsw-3.45.3.0.tar.gz b/apsw-3.45.3.0.tar.gz deleted file mode 100644 index c095a26..0000000 --- a/apsw-3.45.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4109981d79dbe158543e4a1691105facce9341f3746eef4503316a3cb4d236d8 -size 904570 diff --git a/apsw-3.46.0.0.tar.gz b/apsw-3.46.0.0.tar.gz new file mode 100644 index 0000000..86b49d5 --- /dev/null +++ b/apsw-3.46.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e3b14130875660fa31e88d6b58a8aeae8e1acd59ead8dacf0e48b54f250a2e +size 905622 diff --git a/python-apsw.changes b/python-apsw.changes index e7e67e8..a45576f 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 6 08:35:40 UTC 2024 - Dirk Müller + +- update to 3.46.0.0: + * Adjusted levels in :func:`apsw.ext.log_sqlite` to be lower + for some SQLite messages like SQLITE_SCHEMA and + SQLITE_NOTICE_RECOVER_WAL (:issue:`518`) + * Previous source releases were signed with PGP. Starting with + this release Sigstore's cosign tool is used + (:ref:`instructions `). (:issue:`512`) + ------------------------------------------------------------------- Sat Apr 20 14:09:15 UTC 2024 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 3a97bd0..5ed4422 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.45.3.0 +Version: 3.46.0.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib