forked from pool/python-email-validator
Accepting request 1061740 from devel:languages:python
- 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/request/show/1061740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-email-validator?expand=0&rev=4
This commit is contained in:
commit
526544864a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
|
|
||||||
size 28555
|
|
3
email_validator-1.3.1.tar.gz
Normal file
3
email_validator-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7b154e0bce97b7e8063d04ea5bbc4c0b8a51ec55011278e47765578dce9e4b0
|
||||||
|
size 28691
|
@ -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>
|
Tue Oct 4 08:06:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-email-validator
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-email-validator
|
Name: python-email-validator
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A robust email syntax and deliverability validation library for Python
|
Summary: A robust email syntax and deliverability validation library for Python
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user