15
0

Accepting request 965211 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/965211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=35
This commit is contained in:
2022-03-27 20:04:17 +00:00
committed by Git OBS Bridge
parent 07dbe902f7
commit de68846ff2
4 changed files with 30 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Mar 18 22:31:50 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* require python >= 3.7
- update to version 2.1.1:
* Avoid ambiguous regex matches in "striptags". :pr:`293`
- changes from version 2.1.0:
* Drop support for Python 3.6. :pr:`262`
* Remove "soft_unicode", which was previously deprecated. Use
"soft_str" instead. :pr:`261`
* Raise error on missing single placeholder during string
interpolation. :issue:`225`
* Disable speedups module for GraalPython. :issue:`277`
-------------------------------------------------------------------
Sun Jun 13 14:46:40 UTC 2021 - Michael Ströder <michael@stroeder.com>