File python-Flask-Mail.changes of Package python-Flask-Mail
-------------------------------------------------------------------
Thu Nov 20 09:53:32 UTC 2025 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
* Update to 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.
-------------------------------------------------------------------
Tue Apr 22 02:19:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Sun Feb 11 05:34:56 UTC 2024 - John Vandenberg <jayvdb@gmail.com>
- Update test syntax.
- Skip two tests that have outdated expected results.
-------------------------------------------------------------------
Mon Jan 15 17:57:23 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Use %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Fri Dec 22 02:04:43 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject and autosetup macros.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Mon Mar 21 09:15:18 UTC 2022 - pgajdos@suse.com
- use %pyunittest rpm macro
- added patches
do not use mock, upstream url unavailable
+ python-Flask-Mail-no-mock.patch
-------------------------------------------------------------------
Wed Jun 10 08:35:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- replace nose (and spec-cleaner)
-------------------------------------------------------------------
Wed Oct 10 14:58:31 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> - 0.9.1
- Remove conditional test variable from spec file and keep it enabled
-------------------------------------------------------------------
Wed Sep 19 18:12:00 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Add test section
-------------------------------------------------------------------
Wed Aug 22 07:57:22 UTC 2018 - alarrosa@suse.com
- Initial release of python-Flask-Mail-0.9.1