diff --git a/cargo-vendor-cache b/cargo-vendor-cache index 3c84b2d44c84cb6da35c1ebf166fb5b895572225..3bf0c084e2d5d8fc5c5741cce9b10834cddc10cc 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/nh3-0.2.19.tar.gz b/nh3-0.2.19.tar.gz deleted file mode 100644 index cf89c08ad6681fe46117ab8a588c60e193eb2b45..0000000000000000000000000000000000000000 Binary files a/nh3-0.2.19.tar.gz and /dev/null differ diff --git a/nh3-0.3.0.tar.gz b/nh3-0.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..279b75a7c068af7c25d9a904fbeae1d8f8fd5004 Binary files /dev/null and b/nh3-0.3.0.tar.gz differ diff --git a/python-nh3.spec b/python-nh3.spec index 520cb73928c0d7a25f5eba5be40e449b56e76f33..ac05d69b4f4b1d86bbcbc809498150d36e7e4c05 100644 --- a/python-nh3.spec +++ b/python-nh3.spec @@ -2,13 +2,13 @@ %global pypi_name nh3 Name: python-%{pypi_name} -Version: 0.2.19 +Version: 0.3.0 Release: 1 Summary: Python bindings to the ammonia HTML sanitization library License: MIT URL: https://github.com/messense/nh3 -Source0: https://files.pythonhosted.org/packages/1d/32/3b8d8471d006333bac3175ad37402414d985ed3f8650a01a33e0e86b9824/nh3-0.2.19.tar.gz +Source0: https://files.pythonhosted.org/packages/source/n/nh3/nh3-%{version}.tar.gz Source1: cargo-vendor-cache BuildRequires: rust-packaging @@ -60,5 +60,9 @@ EOF %changelog +* Tue Sep 23 2025 Yu Peng - 0.3.0-1 +- Upgrade to 0.3.0 + * refactor: add reusable Cleaner API. + * Fri Dec 06 2024 Dongxing Wang - 0.2.19-1 - Initial package.