From 421db440ef7fd899dc337985f2250dd326d4bffd193f8006ca44b582da29d125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 22 Sep 2025 09:08:44 +0000 Subject: [PATCH] - Update to version 5.10.12 * Proper checking for the start of an SPF record. * Improve error messages and fix typos (Close issue #182). * Remove warning when no MX records are found. - Update to version 5.10.8 * Return the proper error message when checking an SOA record for a domain that exist. - Update to version 5.10.7 * Set use_signals=False when using timeout decorator to allow it to be used in multithreaded applications such as web applications. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-checkdmarc?expand=0&rev=21 --- checkdmarc-5.10.12.tar.gz | 3 +++ checkdmarc-5.10.6.tar.gz | 3 --- python-checkdmarc.changes | 15 +++++++++++++++ python-checkdmarc.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 checkdmarc-5.10.12.tar.gz delete mode 100644 checkdmarc-5.10.6.tar.gz diff --git a/checkdmarc-5.10.12.tar.gz b/checkdmarc-5.10.12.tar.gz new file mode 100644 index 0000000..5ccfb30 --- /dev/null +++ b/checkdmarc-5.10.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f8961f395205e1db3430066315c48c7362d9948e26c61c13e947f8429906ec +size 70229 diff --git a/checkdmarc-5.10.6.tar.gz b/checkdmarc-5.10.6.tar.gz deleted file mode 100644 index b139e9e..0000000 --- a/checkdmarc-5.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:966af363d336593650f114d6a12827962d3cb3306da236b0f3746fdd4af99812 -size 69587 diff --git a/python-checkdmarc.changes b/python-checkdmarc.changes index bc52dad..6d4af3d 100644 --- a/python-checkdmarc.changes +++ b/python-checkdmarc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Sep 20 08:09:09 UTC 2025 - Martin Hauke + +- Update to version 5.10.12 + * Proper checking for the start of an SPF record. + * Improve error messages and fix typos (Close issue #182). + * Remove warning when no MX records are found. +- Update to version 5.10.8 + * Return the proper error message when checking an SOA record + for a domain that exist. +- Update to version 5.10.7 + * Set use_signals=False when using timeout decorator to allow it + to be used in multithreaded applications such as web + applications. + ------------------------------------------------------------------- Fri Sep 12 18:38:37 UTC 2025 - Martin Hauke diff --git a/python-checkdmarc.spec b/python-checkdmarc.spec index 65cae78..e7cf082 100644 --- a/python-checkdmarc.spec +++ b/python-checkdmarc.spec @@ -20,7 +20,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-checkdmarc -Version: 5.10.6 +Version: 5.10.12 Release: 0 Summary: A Python module and command line parser for SPF and DMARC records License: Apache-2.0