Changelog for
python310-email-validator-1.1.3-23.6.noarch.rpm :
* Tue Apr 19 2022 Matej Cepl
- Fix the name of the package (it should be email-validator, not email_validator).
* Mon Aug 16 2021 Fusion Future - Update to 1.1.3:
* Add possibility to cache dns lookups (#58)
* Add py39 and setup_py to setup_cfg (#57)- Changes from 1.1.2:
* Refactor: Main refactored, tests added for main (#52)
* Simplify email equality check into return statement (#51)
* Dedupe length reason logic and declare magic numbers as constants (#50)
* Fix: ValidatedEmail is not JSON serializable (#49)
* Use dnspython\'s resolve method when available (#46)
* Package name should have a dash not an underscore
* Mention Punycode normalization, re-do fields as a table- Drop fix-tests-strings.patch which is not needed.- Move skipped tests to spec file, drop skip-tests-using-network.patch.
* Thu Sep 17 2020 Dirk Mueller - update to 1.1.1:
* Fix exception on DNS timeout
* Mention Punycode in the README
* Flake8 fixes
* Tue May 26 2020 Petr Gajdos - %python3_only -> %python_alternative
* Mon May 11 2020 Antonio Larrosa - Do not build python2 version- Add patch to fix error messages being compared in tests to match error messages in Leap/SLE:
* fix-tests-strings.patch
* Thu May 07 2020 Antonio Larrosa - version update to 1.1.0
* no upstream changelog- version update to 1.0.5
* no upstream changelog- Use pytest- Add patch to skip tests that try to check MX records of domains:
* skip-tests-using-network.patch
* Tue May 07 2019 pgajdosAATTsuse.com- version update to 1.0.4
* no upstream changelog
* Thu Mar 14 2019 Tomáš Chvátal - Update to 1.0.3:
* metadata fixes
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Sep 06 2017 toddrme2178AATTgmail.com- Initial version