forked from pool/python-email-validator
- update to 2.1.0:
* Python 3.8+ is now required (support for Python 3.7 was dropped). * The old `email` field on the returned `ValidatedEmail` object, which in the previous version was superseded by `normalized`, will now raise a deprecation warning if used. See https://stackoverflow.com/q/879173 for strategies to suppress the DeprecationWarning. * A `__version__` module attribute is added. * The email address argument to validate_email is now marked as positional-only to better reflect the documented usage using the new Python 3.8 feature. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-email-validator?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 10:02:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
* Python 3.8+ is now required (support for Python 3.7 was
|
||||
dropped).
|
||||
* The old `email` field on the returned `ValidatedEmail`
|
||||
object, which in the previous version was superseded by
|
||||
`normalized`, will now raise a deprecation warning if used.
|
||||
See https://stackoverflow.com/q/879173 for strategies to
|
||||
suppress the DeprecationWarning.
|
||||
* A `__version__` module attribute is added.
|
||||
* The email address argument to validate_email is now marked as
|
||||
positional-only to better reflect the documented usage using
|
||||
the new Python 3.8 feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 08:23:47 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user