15
0
forked from pool/python-apsw

- 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 <verifydownload>`). (:issue:`512`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=55
This commit is contained in:
2024-06-06 08:36:07 +00:00
committed by Git OBS Bridge
parent 65d182c371
commit 62b8e2b5dc
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 6 08:35:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <verifydownload>`). (:issue:`512`)
-------------------------------------------------------------------
Sat Apr 20 14:09:15 UTC 2024 - Dirk Müller <dmueller@suse.com>