diff --git a/python-webencodings.changes b/python-webencodings.changes index f394b3e..d12c10e 100644 --- a/python-webencodings.changes +++ b/python-webencodings.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 15:20:37 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Mon Oct 14 14:50:00 UTC 2019 - Matej Cepl diff --git a/python-webencodings.spec b/python-webencodings.spec index 1448c64..f119a2d 100644 --- a/python-webencodings.spec +++ b/python-webencodings.spec @@ -1,7 +1,7 @@ # # spec file for package python-webencodings # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,6 +61,6 @@ cp %{SOURCE1} ./ %license LICENSE %doc README.rst %{python_sitelib}/webencodings/ -%{python_sitelib}/webencodings-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/webencodings-%{version}-py*.egg-info %changelog