diff --git a/python-bleach.spec b/python-bleach.spec index 5c43f5ddc721036d1ae95a18153828113471fd51..9e9a086f76f4529d813327f47a1b962ffb487e39 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-bleach Version: 6.2.0 -Release: 1 +Release: 2 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 BuildArch: noarch +%python_extras_subpkg -n python3-bleach -i %{python3_sitelib}/bleach*.egg-info css %description Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 10 2025 Dongxing Wang - 6.2.0-2 +- Add pydist3.11dist(bleach[css]) for nbconvert deps + * Thu Oct 31 2024 zhangyulong -6.2.0-1 - Update package to version 6.2.0 -Drop support for python 3.8 enhancement