diff --git a/python-webcolors.spec b/python-webcolors.spec index aed840a..a1482ca 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-webcolors -Version: 1.11.1 +Version: 1.12 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/a7/df/b97bf02a97bbd5ed874fec7c5418bf0dd51e8d042ac46bbf2bf5983e89fd/webcolors-1.11.1.tar.gz +Source0: https://files.pythonhosted.org/packages/5f/f5/004dabd8f86abe0e770df4bcde8baf658709d3ebdd4d8fa835f6680012bb/webcolors-1.12.tar.gz BuildArch: noarch @@ -36,7 +36,7 @@ Provides: python3-webcolors-doc %prep -%autosetup -n webcolors-1.11.1 +%autosetup -n webcolors-%{version} %build %py3_build @@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 14 2022 Qiao Jijun - 1.12-1 +- Update to 1.12 + * Mon Nov 23 2020 Python_Bot - Package Spec generated diff --git a/webcolors-1.11.1.tar.gz b/webcolors-1.11.1.tar.gz deleted file mode 100644 index 7bb8466..0000000 Binary files a/webcolors-1.11.1.tar.gz and /dev/null differ diff --git a/webcolors-1.12.tar.gz b/webcolors-1.12.tar.gz new file mode 100644 index 0000000..5435d31 Binary files /dev/null and b/webcolors-1.12.tar.gz differ