diff --git a/python-webcolors.spec b/python-webcolors.spec index f653476702e8e4061dfc69f4f6c501e40eedeb26..6ab0be593ce948b19af8056744c0eaf1d535d913 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-webcolors -Version: 24.8.0 +Version: 24.11.1 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/source/w/webcolors/webcolors-%{version}.tar.gz -BuildRequires: python3-pip python3-wheel +BuildRequires: python3-pip python3-wheel python3-pdm BuildArch: noarch @@ -56,6 +56,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Apr 08 2025 openeuler_bot - 24.11.1-1 +- update python-webcolors to 24.11.1 + * Wed Aug 28 2024 xu_ping <707078654@qq.com> - 24.8.0-1 - Update to 24.8.0 @@ -72,4 +75,4 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi - Update to 1.12 * Mon Nov 23 2020 Python_Bot -- Package Spec generated +- Package Spec generated \ No newline at end of file diff --git a/webcolors-24.11.1.tar.gz b/webcolors-24.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a15ac2716fb972dd9968d688347a5300e01e6ed4 Binary files /dev/null and b/webcolors-24.11.1.tar.gz differ diff --git a/webcolors-24.8.0.tar.gz b/webcolors-24.8.0.tar.gz deleted file mode 100644 index 7258c214694f409b8b9c195860ea96037a77dbfb..0000000000000000000000000000000000000000 Binary files a/webcolors-24.8.0.tar.gz and /dev/null differ