diff --git a/css-parser-1.0.7.tar.gz b/css-parser-1.0.7.tar.gz deleted file mode 100644 index 4b9d5b2..0000000 Binary files a/css-parser-1.0.7.tar.gz and /dev/null differ diff --git a/css-parser-1.0.8.tar.gz b/css-parser-1.0.8.tar.gz new file mode 100644 index 0000000..b8a2450 Binary files /dev/null and b/css-parser-1.0.8.tar.gz differ diff --git a/python-css-parser.spec b/python-css-parser.spec index 04e57e2..0bc39b1 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.7 +Version: 1.0.8 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/ac/df/ed727cbb644de7d51f940bf669653347d5e68467e7a90d2c56bb86e489d9/css-parser-1.0.7.tar.gz +Source0: https://files.pythonhosted.org/packages/a9/01/b78f2b03c9e85fbf96f0f7dc0ddd86e91e21a7dc7b0b7e77166123da6982/css-parser-1.0.8.tar.gz BuildArch: noarch @@ -14,16 +14,18 @@ CSS related utilities (parsing, serialization, etc) for python %package -n python3-css-parser Summary: A CSS Cascading Style Sheets library for Python -Provides: python-css-parser +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 @@ -68,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2022 wangjunqi - 1.0.8-1 +- Update package to version 1.0.8 + * Thu Sep 15 2022 Qiao Jijun - 1.0.7-1 - Update to 1.0.7 @@ -76,3 +81,4 @@ mv %{buildroot}/doclist.lst . * Thu Dec 09 2021 Python_Bot - 1.0.6-1 - Package Init +