Sync from SUSE:SLFO:Main python-nh3 revision 380d97f7937c09b90f4b7e17e92a022b

This commit is contained in:
Adrian Schröter 2024-12-13 11:48:48 +01:00
commit 13461dfe8a
6 changed files with 124 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

9
_service Normal file
View File

@ -0,0 +1,9 @@
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">nh3-0.2.17</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="manual">
</service>
</services>

BIN
nh3-0.2.17.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

25
python-nh3.changes Normal file
View File

@ -0,0 +1,25 @@
-------------------------------------------------------------------
Tue May 7 21:07:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.2.17:
* Fix type for ALLOWED_ATTRIBUTES
* Improve documentation
* Bump ammonia from 3.3.0 to 4.0.0
-------------------------------------------------------------------
Fri Dec 29 11:27:50 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Wed Dec 27 16:44:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.2.15:
* Bump pyo3 from 0.19.2 to 0.20.0
* Improve README
* Improve documentation
-------------------------------------------------------------------
Mon Jun 12 09:52:49 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Initial packaging of v0.2.13, needed by Weblate

61
python-nh3.spec Normal file
View File

@ -0,0 +1,61 @@
#
# spec file for package python-nh3
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-nh3
Version: 0.2.17
Release: 0
Summary: Ammonia HTML sanitizer Python binding
License: MIT
URL: https://github.com/messense/nh3
Source: https://files.pythonhosted.org/packages/source/n/nh3/nh3-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: %{python_module maturin >= 1.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: cargo
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: zstd
%python_subpackages
%description
Ammonia HTML sanitizer Python binding
%prep
%autosetup -a1 -p1 -n nh3-%{version}
rm -v Cargo.lock
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%pytest_arch
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitearch}/nh3
%{python_sitearch}/nh3-%{version}.dist-info
%changelog

BIN
vendor.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.