- 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
This commit is contained in:
Dirk Mueller 2023-01-28 13:40:18 +00:00 committed by Git OBS Bridge
parent 0c9b640537
commit 632f8f6fe9
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
size 28555

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7b154e0bce97b7e8063d04ea5bbc4c0b8a51ec55011278e47765578dce9e4b0
size 28691

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 28 13:39:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <daniel.garcia@suse.com>

View File

@ -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