4 Commits

Author SHA256 Message Date
dd6f5ef0c2 Accepting request 1283507 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1283507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bleach?expand=0&rev=22
2025-06-06 20:43:34 +00:00
f470774ab8 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=59
2025-06-06 05:39:54 +00:00
ad0c51506c Accepting request 1225083 from devel:languages:python
- update to 6.2.0:
  * Dropped support for Python 3.8. (#737)
  * Add support for Python 3.13. (#736)
  * Remove six depdenncy. (#618)
  * Update known-good versions for tinycss2. (#732)
  * Fix additional < followed by characters and EOF issues.

OBS-URL: https://build.opensuse.org/request/show/1225083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bleach?expand=0&rev=21
2024-11-19 21:23:32 +00:00
5dd82a40f8 - update to 6.2.0:
* Dropped support for Python 3.8. (#737)
  * Add support for Python 3.13. (#736)
  * Remove six depdenncy. (#618)
  * Update known-good versions for tinycss2. (#732)
  * Fix additional < followed by characters and EOF issues.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=57
2024-11-19 12:15:21 +00:00
4 changed files with 25 additions and 7 deletions

BIN
bleach-6.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
bleach-6.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jun 6 05:30:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Nov 19 12:15:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.2.0:
* Dropped support for Python 3.8. (#737)
* Add support for Python 3.13. (#736)
* Remove six depdenncy. (#618)
* Update known-good versions for tinycss2. (#732)
* Fix additional < followed by characters and EOF issues.
-------------------------------------------------------------------
Sat Oct 28 09:50:58 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bleach
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-bleach
Version: 6.1.0
Version: 6.2.0
Release: 0
Summary: A whitelist-based HTML-sanitizing tool
License: Apache-2.0
@@ -29,11 +29,14 @@ Patch0: de-vendor.patch
# https://github.com/mozilla/bleach/pull/706
Patch1: strip-spaces.patch
BuildRequires: %{python_module html5lib >= 1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-html5lib >= 1.1
Requires: python-webencodings
BuildArch: noarch
%python_subpackages
@@ -56,10 +59,10 @@ Documentation is at http://bleach.readthedocs.org/ .
rm -rf bleach/_vendor
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check