14
0

- 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:
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,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