diff --git a/css-parser-1.0.6.tar.gz b/css-parser-1.0.6.tar.gz deleted file mode 100644 index f178d4b..0000000 Binary files a/css-parser-1.0.6.tar.gz and /dev/null differ diff --git a/css-parser-1.0.7.tar.gz b/css-parser-1.0.7.tar.gz new file mode 100644 index 0000000..4b9d5b2 Binary files /dev/null and b/css-parser-1.0.7.tar.gz differ diff --git a/python-css-parser.spec b/python-css-parser.spec index ad125b7..04e57e2 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.6 -Release: 2 +Version: 1.0.7 +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/79/a5/4c11875f4adc8a3a37b79546dcba6304efdf1ca944e390aeb0fced4ee2ff/css-parser-1.0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/ac/df/ed727cbb644de7d51f940bf669653347d5e68467e7a90d2c56bb86e489d9/css-parser-1.0.7.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-css-parser-doc CSS related utilities (parsing, serialization, etc) for python %prep -%autosetup -n css-parser-1.0.6 +%autosetup -n css-parser-%{version} %build %py3_build @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 15 2022 Qiao Jijun - 1.0.7-1 +- Update to 1.0.7 + * Sun Apr 24 2022 liqiuyu - 1.0.6-2 - Add zlib to buildrequires