167 lines
5.5 KiB
Plaintext
167 lines
5.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 14 07:45:10 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
|
|
|
- Update to 3.0.2:
|
|
* Fix compatibility when __str__ returns a str subclass. #472
|
|
* Build requires setuptools >= 70.1. #475
|
|
|
|
- Update to 3.0.1:
|
|
* Address compiler warnings that became errors in GCC 14. #466
|
|
* Fix compatibility with proxy objects. #467
|
|
|
|
- Update to 3.0.0:
|
|
* Support Python 3.13 and its experimental free-threaded build. #461
|
|
* Drop support for Python 3.7 and 3.8.
|
|
* Use modern packaging metadata with pyproject.toml instead
|
|
of setup.cfg. #348
|
|
* Change distutils imports to setuptools. #399
|
|
* Use deferred evaluation of annotations. #400
|
|
* Update signatures for Markup methods to match str signatures.
|
|
Use positional-only arguments. #400
|
|
* Some str methods on Markup no longer escape their argument: strip,
|
|
lstrip, rstrip, removeprefix, removesuffix, partition, and
|
|
rpartition; replace only escapes its new argument. These methods
|
|
are conceptually linked to search methods such as in, find, and
|
|
index, which already do not escape their argument. #401
|
|
* The __version__ attribute is deprecated. Use feature detection,
|
|
or importlib.metadata.version("markupsafe"), instead. #402
|
|
* Speed up escaping plain strings by 40%. #434
|
|
* Simplify speedups implementation. #437
|
|
|
|
- Update to 2.1.5:
|
|
* Fix striptags not collapsing spaces. :issue:`417`
|
|
|
|
- Update to 2.1.4:
|
|
* Don't use regular expressions for striptags, avoiding a
|
|
performance issue. :pr:`413`
|
|
|
|
- Make the dist-info name case-insensitive
|
|
|
|
- Lowercase metadata directory name
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 14 16:42:01 UTC 2023 - Victor Zhestkov <vzhestkov@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`
|
|
|
|
- Update to 2.1.2:
|
|
* Fix ``striptags`` not stripping tags containing newlines.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 22 08:36:54 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
|
|
|
- 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`
|
|
|
|
- Added:
|
|
* MarkupSafe-2.1.1.tar.gz
|
|
|
|
- Removed:
|
|
* MarkupSafe-2.0.1.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 4 11:40:54 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>
|
|
|
|
- Strictly require Python 3.10 with saltbundlepy requrement
|
|
- Update to v2.0.1
|
|
|
|
- Added:
|
|
* MarkupSafe-2.0.1.tar.gz
|
|
|
|
- Removed:
|
|
* MarkupSafe-1.0.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 4 15:13:20 UTC 2017 - jmatejek@suse.com
|
|
|
|
- update source url
|
|
- fix obs/prov to refer to old python
|
|
- drop _speedups.c from installed directory
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 22 15:11:29 UTC 2017 - tbechtold@suse.com
|
|
|
|
- Add missing BuildRequires for python-rpm-macros
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 22 13:08:44 UTC 2017 - tbechtold@suse.com
|
|
|
|
- update to 1.0.0
|
|
+ No upstream changelog
|
|
- Switch to singlespec approach
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 10:42:00 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.23
|
|
+ No upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 8 13:51:56 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.21
|
|
+ No upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 13 14:03:44 UTC 2014 - mcihar@suse.cz
|
|
|
|
- update to 0.19:
|
|
+ Various Python 3.x fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 11:08:17 UTC 2013 - speilicke@suse.com
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com
|
|
|
|
- update to 0.18:
|
|
+ Fixed interpolation on tuples
|
|
+ Varios Python 3.x fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 23 05:24:01 UTC 2012 - highwaystar.ru@gmail.com
|
|
|
|
- python3 package added
|
|
- minor spec improvement
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 8 20:24:51 UTC 2011 - andrea.turrini@gmail.com
|
|
|
|
- Fixed typo in description of python-MarkupSafe.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 1 13:31:24 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to 0.15
|
|
- Changed license to BSD-3-Clause
|
|
- Renamed to python-MarkupSafe (from python-markupsafe)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 16:06:34 UTC 2010 - jfunk@funktronics.ca
|
|
|
|
- Update to 0.11
|
|
Since MarkupSafe 0.10 there is now also a separate escape function
|
|
called `escape_silent` that returns an empty string for `None` for
|
|
consistency with other systems that return empty strings for `None`
|
|
when escaping (for instance Pylons' webhelpers).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 1 18:08:55 UTC 2010 - jfunk@funktronics.ca
|
|
|
|
- Initial release
|
|
|