17
0

2 Commits

Author SHA256 Message Date
fa9cbd3404 Accepting request 1317571 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1317571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=35
2025-11-14 15:11:51 +00:00
ce8d0d9abd - Update to 3.0.3
* __version__ raises DeprecationWarning instead of UserWarning. #487
  * Adopt multi-phase initialization PEP 489 for the C extension. #494
  * Build Windows ARM64 wheels. #485
  * Build Python 3.14 wheels. #503
  * Build riscv64 wheels. #505

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=63
2025-11-13 12:06:07 +00:00
4 changed files with 14 additions and 4 deletions

Binary file not shown.

3
markupsafe-3.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698
size 80313

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 13 10:20:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.0.3
* __version__ raises DeprecationWarning instead of UserWarning. #487
* Adopt multi-phase initialization PEP 489 for the C extension. #494
* Build Windows ARM64 wheels. #485
* Build Python 3.14 wheels. #503
* Build riscv64 wheels. #505
-------------------------------------------------------------------
Wed Apr 30 09:17:07 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-MarkupSafe%{psuffix}
Version: 3.0.2
Version: 3.0.3
Release: 0
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
License: BSD-3-Clause