From 632f8f6fe9d27a250deeb2370e6ba8206a7f88c96e6375c7fd682ebe24bceeb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 13:40:18 +0000 Subject: [PATCH] - update to 1.3.1: * The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed in most cases. It now is performed only for domains that do not have MX records but do have an A/AAAA fallback record. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-email-validator?expand=0&rev=8 --- email_validator-1.3.0.tar.gz | 3 --- email_validator-1.3.1.tar.gz | 3 +++ python-email-validator.changes | 8 ++++++++ python-email-validator.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 email_validator-1.3.0.tar.gz create mode 100644 email_validator-1.3.1.tar.gz diff --git a/email_validator-1.3.0.tar.gz b/email_validator-1.3.0.tar.gz deleted file mode 100644 index cb9467d..0000000 --- a/email_validator-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b -size 28555 diff --git a/email_validator-1.3.1.tar.gz b/email_validator-1.3.1.tar.gz new file mode 100644 index 0000000..3cbe1d9 --- /dev/null +++ b/email_validator-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b154e0bce97b7e8063d04ea5bbc4c0b8a51ec55011278e47765578dce9e4b0 +size 28691 diff --git a/python-email-validator.changes b/python-email-validator.changes index 7d01e14..2754dde 100644 --- a/python-email-validator.changes +++ b/python-email-validator.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 28 13:39:59 UTC 2023 - Dirk Müller + +- update to 1.3.1: + * The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed + in most cases. It now is performed only for domains that do not have MX + records but do have an A/AAAA fallback record. + ------------------------------------------------------------------- Tue Oct 4 08:06:34 UTC 2022 - Daniel Garcia diff --git a/python-email-validator.spec b/python-email-validator.spec index ba7ce8b..77d4e79 100644 --- a/python-email-validator.spec +++ b/python-email-validator.spec @@ -1,7 +1,7 @@ # # spec file for package python-email-validator # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-email-validator -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: A robust email syntax and deliverability validation library for Python License: CC0-1.0