diff --git a/python-css-parser-1.0.8.tar.gz b/python-css-parser-1.0.8.tar.gz deleted file mode 100644 index 7df4938..0000000 --- a/python-css-parser-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b3778e6c85f651f75d7182162643ddff5cbf8ec817e87067abaa66e44b7655 -size 349802 diff --git a/python-css-parser-1.0.9.tar.gz b/python-css-parser-1.0.9.tar.gz new file mode 100644 index 0000000..3d750bd --- /dev/null +++ b/python-css-parser-1.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45230ee0e71088816bba910d888b6cf0808f359549237e5e0851306c2feb0cc3 +size 349845 diff --git a/python-css-parser.changes b/python-css-parser.changes index 9a134ff..3eba6b8 100644 --- a/python-css-parser.changes +++ b/python-css-parser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 7 18:46:29 UTC 2023 - Dirk Müller + +- update to 1.0.9: + * replace deprecated use of cgi.parse_header + * drop python 3.6 support + ------------------------------------------------------------------- Mon Oct 3 15:50:22 UTC 2022 - Dirk Müller diff --git a/python-css-parser.spec b/python-css-parser.spec index 58a51e5..c07909d 100644 --- a/python-css-parser.spec +++ b/python-css-parser.spec @@ -1,7 +1,7 @@ # # spec file for package python-css-parser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-css-parser -Version: 1.0.8 +Version: 1.0.9 Release: 0 Summary: CSS related utilities (parsing, serialization, etc) for python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/ebook-utils/css-parser Source: https://github.com/ebook-utils/css-parser/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module chardet} BuildRequires: %{python_module setuptools} Requires: python-chardet