diff --git a/bleach-6.2.0.tar.gz b/bleach-6.2.0.tar.gz deleted file mode 100644 index 9548a69fabb644f2662544d74282f79b6506952e..0000000000000000000000000000000000000000 Binary files a/bleach-6.2.0.tar.gz and /dev/null differ diff --git a/bleach-6.3.0.tar.gz b/bleach-6.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..761f61f0fdfeaee3ea241ea0e203115b746bd911 Binary files /dev/null and b/bleach-6.3.0.tar.gz differ diff --git a/python-bleach.spec b/python-bleach.spec index 9e9a086f76f4529d813327f47a1b962ffb487e39..1e01333692c11ccd5f0c8bcee0d075a86ee640e3 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bleach -Version: 6.2.0 -Release: 2 +Version: 6.3.0 +Release: 1 Summary: An easy safelist-based HTML-sanitizing tool. License: Apache-2.0 URL: https://github.com/mozilla/bleach -Source0: https://files.pythonhosted.org/packages/76/9a/0e33f5054c54d349ea62c277191c020c2d6ef1d65ab2cb1993f91ec846d1/bleach-6.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/07/18/3c8523962314be6bf4c8989c79ad9531c825210dd13a8669f6b84336e8bd/bleach-6.3.0.tar.gz BuildArch: noarch %python_extras_subpkg -n python3-bleach -i %{python3_sitelib}/bleach*.egg-info css @@ -75,6 +75,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 29 2025 Hann - 6.3.0-1 +- Update package to version 6.3.0 +- Fix wbr handling +- Add support for Python 3.14 + * Tue Jun 10 2025 Dongxing Wang - 6.2.0-2 - Add pydist3.11dist(bleach[css]) for nbconvert deps