diff --git a/python-webcolors.spec b/python-webcolors.spec index 1aa9145f0fe17b82519155e7790b9f002631c95d..90190d3fef367d11c5e171f9996f9a161434b385 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-webcolors -Version: 1.13 +Version: 24.6.0 Release: 1 Summary: A library for working with color names and color values formats defined by HTML and CSS. License: BSD 3-Clause URL: https://github.com/ubernostrum/webcolors -Source0: https://files.pythonhosted.org/packages/a1/fb/f95560c6a5d4469d9c49e24cf1b5d4d21ffab5608251c6020a965fb7791c/webcolors-1.13.tar.gz +Source0: https://files.pythonhosted.org/packages/b3/bf/cfe993a8acab0976a08cfa1a0a23cf9ce212b8c52cca40fbcca6e994acea/webcolors-24.6.0.tar.gz BuildRequires: python3-pip python3-wheel BuildArch: noarch @@ -58,6 +58,12 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jun 11 2024 zeng liwen - 24.6.0-1 +- Update to 24.6.0 +- Running the unit tests no longer uses a third-party test runner. +- Documentation of the HTML5 color algorithms has been updated. +- The raw mappings of color names/values are no longer publicly exposed; use the appropriate normalizing conversion functions instead of accessing the mappings directly. + * Fri Apr 28 2023 wulei - 1.13-1 - Update to 1.13 diff --git a/webcolors-1.13.tar.gz b/webcolors-1.13.tar.gz deleted file mode 100644 index 054fa0ac34528c48b86541560967c956e100054b..0000000000000000000000000000000000000000 Binary files a/webcolors-1.13.tar.gz and /dev/null differ diff --git a/webcolors-24.6.0.tar.gz b/webcolors-24.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8265052b5e065f0d9ec88c04a59263f7daca7aa5 Binary files /dev/null and b/webcolors-24.6.0.tar.gz differ