diff --git a/checkdmarc-5.8.1.tar.gz b/checkdmarc-5.8.1.tar.gz deleted file mode 100644 index 0827fec..0000000 --- a/checkdmarc-5.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7690b02808ff4c64e17068d848a3f5ff7ce8a8d2cec98a7446b9b82bde8a0ed9 -size 59507 diff --git a/checkdmarc-5.8.2.tar.gz b/checkdmarc-5.8.2.tar.gz new file mode 100644 index 0000000..574f2cf --- /dev/null +++ b/checkdmarc-5.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8005d332a2d1f2571d639cb92d0c55bcab0c0dd5818494e4f14af324523f22 +size 61749 diff --git a/python-checkdmarc.changes b/python-checkdmarc.changes index 421ce03..13f439e 100644 --- a/python-checkdmarc.changes +++ b/python-checkdmarc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 19 07:44:56 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-checkdmarc.spec b/python-checkdmarc.spec index 7445ead..df69f5f 100644 --- a/python-checkdmarc.spec +++ b/python-checkdmarc.spec @@ -17,8 +17,9 @@ # +%{?sle15_python_module_pythons} Name: python-checkdmarc -Version: 5.8.1 +Version: 5.8.2 Release: 0 Summary: A Python module and command line parser for SPF and DMARC records License: Apache-2.0 @@ -26,6 +27,7 @@ URL: https://domainaware.github.io/checkdmarc Source: https://github.com/domainaware/checkdmarc/archive/refs/tags/%{version}.tar.gz#/checkdmarc-%{version}.tar.gz Patch0: skip-network-tests.patch BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module importlib_resources >= 6.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes