diff --git a/python-webcolors.spec b/python-webcolors.spec index a53fb6b30d46da545bdbe4b27ebc87bccdbf38d5..6a363dc26c4399ed27beb578ec20a674659c2bff 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global _description %{expand: webcolors is a module for working with HTML/CSS color definitions. @@ -13,17 +13,18 @@ colorsys module in the Python standard library): * Percentage rgb() triplet} Name: python-webcolors -Version: 1.12 +Version: 1.13 Release: %{anolis_release}%{?dist} Summary: A library for working with HTML and CSS color names and value formats License: BSD-3-Clause URL: https://github.com/ubernostrum/webcolors -Source: %{pypi_source webcolors} +Source0: https://files.pythonhosted.org/packages/source/w/webcolors/webcolors-1.13.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest +BuildRequires: pyproject-rpm-macros %description %_description @@ -69,6 +70,10 @@ doc files for python3-webcolors %doc README.rst %changelog +* Mon Nov 17 2025 wenyuzifang - 1.13-1 +- Updated to version 1.13 to fix xxxxxx + + * Mon Mar 11 2024 Zhao Hang - 1.12-2 - Rebuild with python3.11 diff --git a/webcolors-1.13.tar.gz b/webcolors-1.13.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..054fa0ac34528c48b86541560967c956e100054b Binary files /dev/null and b/webcolors-1.13.tar.gz differ