forked from pool/python-nh3
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 83be1dcd14 | |||
| eda4c8b4f2 | |||
| 73249e30bf | |||
| e60ba9dab8 |
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">nh3-0.2.17</param>
|
||||
<param name="srcdir">nh3-0.3.0</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
|
||||
BIN
nh3-0.2.17.tar.gz
(Stored with Git LFS)
BIN
nh3-0.2.17.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
nh3-0.3.0.tar.gz
Normal file
3
nh3-0.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8ba24cb31525492ea71b6aac11a4adac91d828aadeff7c4586541bf5dc34d2f
|
||||
size 19655
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 08:54:34 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 0.3.0
|
||||
* refactor: add reusable Cleaner API
|
||||
* Bump ammonia to 4.1.1
|
||||
* Expose CSS filtering options
|
||||
* Add PEP 621 project metadata to pyproject.toml
|
||||
* Add ALLOWED_URL_SCHEMES constant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 13:40:20 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||||
|
||||
- Update vendor tarball to fix CVE-2024-12224 (bsc#1243866)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 21:07:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-nh3
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-nh3
|
||||
Version: 0.2.17
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Ammonia HTML sanitizer Python binding
|
||||
License: MIT
|
||||
|
||||
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user