factory
- Update to python-Flask-Mail 0.10.0
* Drop support for Python < 3.8
* Use pyproject.toml for packaging metadata.
* Use flit_core as build backend.
* Apply code formatting and linting tools.
* Add static type annotations.
* Deprecate the __version__ attribute. Use feature detection or
importlib.metadata.version("flask-mail") instead.
* Indicate that the deprecated is_bad_headers will be removed in
the next version.
* Fix the email_dispatched signal to pass the current app as the
sender and message as an argument, rather than the other way
around.
* Attachment.data may not be None.
* Attachment.content_type will be detected based on filename and
data and will not be None.
- Drop patch that is not needed anymore:
* python-Flask-Mail-no-mock.patch
OBS-URL: https://build.opensuse.org/request/show/1362892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-Mail?expand=0&rev=6
Description
No description provided
Languages
RPM Spec
100%