15
0

Accepting request 1278328 from home:glaubitz:branches:devel:languages:python

- Update to version 5.8.2
  * Add SSL.com root VMC CA certificates to `MVCCAs.pem`
  * Replace deprecated `importlib.resources.path` call
    with `importlib.resources.file`
    * Use `importlib-resources` to support older versions of Python
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1278328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-checkdmarc?expand=0&rev=13
This commit is contained in:
2025-05-19 07:49:39 +00:00
committed by Git OBS Bridge
parent 0f58ff8b1c
commit c0703bbbe3
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 19 07:44:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 5.8.2
* Add SSL.com root VMC CA certificates to `MVCCAs.pem`
* Replace deprecated `importlib.resources.path` call
with `importlib.resources.file`
* Use `importlib-resources` to support older versions of Python
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Mar 4 16:36:52 UTC 2025 - Martin Hauke <mardnh@gmx.de>