diff --git a/css-parser-1.0.8.tar.gz b/css-parser-1.0.8.tar.gz deleted file mode 100644 index b8a2450..0000000 Binary files a/css-parser-1.0.8.tar.gz and /dev/null differ diff --git a/css-parser-1.0.9.tar.gz b/css-parser-1.0.9.tar.gz new file mode 100644 index 0000000..8b5ade8 Binary files /dev/null and b/css-parser-1.0.9.tar.gz differ diff --git a/python-css-parser.spec b/python-css-parser.spec index 0bc39b1..a62091f 100644 --- a/python-css-parser.spec +++ b/python-css-parser.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-css-parser -Version: 1.0.8 +Version: 1.0.9 Release: 1 Summary: A CSS Cascading Style Sheets library for Python License: LGPL-3.0-or-later URL: https://github.com/ebook-utils/css-parser -Source0: https://files.pythonhosted.org/packages/a9/01/b78f2b03c9e85fbf96f0f7dc0ddd86e91e21a7dc7b0b7e77166123da6982/css-parser-1.0.8.tar.gz +Source0: https://files.pythonhosted.org/packages/41/3a/85cc7ef94f61c5273a5ed475fa4fc9f10eab4e0d9ecca1f81f86a6dfaaeb/css-parser-1.0.9.tar.gz BuildArch: noarch @@ -18,14 +18,12 @@ Provides: python-css-parser = %{version}-%{release} BuildRequires: python3-devel BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools - %description -n python3-css-parser CSS related utilities (parsing, serialization, etc) for python %package help Summary: Development documents and examples for css-parser Provides: python3-css-parser-doc - %description help CSS related utilities (parsing, serialization, etc) for python @@ -70,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 16 2023 jiangxinyu - 1.0.9-1 +- Update package to version 1.0.9 + * Fri Nov 11 2022 wangjunqi - 1.0.8-1 - Update package to version 1.0.8 @@ -81,4 +82,3 @@ mv %{buildroot}/doclist.lst . * Thu Dec 09 2021 Python_Bot - 1.0.6-1 - Package Init -