15
0
forked from pool/python-Beaker

- Switch to pyproject macros.

- Add patch avoid-dbm-sqlite3.patch:
  * Avoid dbm.sqlite3 to support testing with Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=65
This commit is contained in:
2025-04-15 06:22:45 +00:00
committed by Git OBS Bridge
parent ccc1ab5b39
commit 28153d102a
3 changed files with 55 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 15 06:20:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Add patch avoid-dbm-sqlite3.patch:
* Avoid dbm.sqlite3 to support testing with Python 3.13.
-------------------------------------------------------------------
Sat Apr 20 13:26:25 UTC 2024 - Dirk Müller <dmueller@suse.com>