15
0

- update to 2.1.3:

* Implement ``format_map``, ``casefold``, ``removeprefix``,
    and ``removesuffix`` methods.
  * Fix static typing for basic ``str`` methods on ``Markup``.
  * Use ``Self`` for annotating return types. :pr:`379`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=45
This commit is contained in:
2023-06-19 20:14:59 +00:00
committed by Git OBS Bridge
parent ce0302ba22
commit d8ab630a97
4 changed files with 18 additions and 15 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 19 20:10:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1.3:
* Implement ``format_map``, ``casefold``, ``removeprefix``,
and ``removesuffix`` methods.
* Fix static typing for basic ``str`` methods on ``Markup``.
* Use ``Self`` for annotating return types. :pr:`379`
-------------------------------------------------------------------
Fri Apr 21 12:20:49 UTC 2023 - Dirk Müller <dmueller@suse.com>