diff --git a/email_validator-2.2.0.tar.gz b/email_validator-2.2.0.tar.gz deleted file mode 100644 index cad7d6df87092db786a775e494241da0c59bda33..0000000000000000000000000000000000000000 Binary files a/email_validator-2.2.0.tar.gz and /dev/null differ diff --git a/email_validator-2.3.0.tar.gz b/email_validator-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a3cd1f63fc369cf8bcf8f6e4dfe632f080550c33 Binary files /dev/null and b/email_validator-2.3.0.tar.gz differ diff --git a/python-email-validator.spec b/python-email-validator.spec index fdcabff93c363847287691efea9d90f05d2500b9..d61c2ed5466819c64cb0f91a8f118e3452597eeb 100644 --- a/python-email-validator.spec +++ b/python-email-validator.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-email-validator -Version: 2.2.0 +Version: 2.3.0 Release: 1 Summary: A robust email address syntax and deliverability validation library. License: Unlicense URL: https://github.com/JoshData/python-email-validator -Source0: https://files.pythonhosted.org/packages/48/ce/13508a1ec3f8bb981ae4ca79ea40384becc868bfae97fd1c942bb3a001b1/email_validator-2.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-%{version}.tar.gz BuildArch: noarch %description @@ -70,6 +70,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 30 2025 zhangyulong - 2.3.0-1 +- Update package version to 2.3.0 + -Correctly handle None, add tests for other invalid types + -Support ALLOW_DISPLAY_NAME and ALLOW_EMPTY_LOCAL in the CLI + -Fix a couple of additional typos + * Tue Jul 23 2024 kywqs - 2.2.0-1 - update version to 2.2.0 - remove unneeded patch