diff --git a/css-parser-1.0.10.tar.gz b/css-parser-1.0.10.tar.gz new file mode 100644 index 0000000..c0d0619 Binary files /dev/null and b/css-parser-1.0.10.tar.gz differ diff --git a/css-parser-1.0.9.tar.gz b/css-parser-1.0.9.tar.gz deleted file mode 100644 index 8b5ade8..0000000 Binary files a/css-parser-1.0.9.tar.gz and /dev/null differ diff --git a/python-css-parser.spec b/python-css-parser.spec index a62091f..7bb80cd 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.9 +Version: 1.0.10 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/41/3a/85cc7ef94f61c5273a5ed475fa4fc9f10eab4e0d9ecca1f81f86a6dfaaeb/css-parser-1.0.9.tar.gz +Source0: https://files.pythonhosted.org/packages/2e/19/3191601557361c870bacd73ed9b266e0c198ca57a269608db81bcdc0394a/css-parser-1.0.10.tar.gz BuildArch: noarch @@ -16,7 +16,6 @@ CSS related utilities (parsing, serialization, etc) for python Summary: A CSS Cascading Style Sheets library for Python 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 @@ -68,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 30 2023 jiangxinyu - 1.0.10-1 +- Upgrade package to version 1.0.10 + * Fri Jun 16 2023 jiangxinyu - 1.0.9-1 - Update package to version 1.0.9