diff --git a/python-tzlocal.changes b/python-tzlocal.changes index 5304e6a..1f7adf7 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 16:47:09 UTC 2020 - Tomáš Chvátal + +- Fix build without py2 + ------------------------------------------------------------------- Wed Jul 31 12:31:37 UTC 2019 - pgajdos@suse.com diff --git a/python-tzlocal.spec b/python-tzlocal.spec index 0a13b26..95e3a09 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -1,7 +1,7 @@ # # spec file for package python-tzlocal # -# 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 @@ -68,6 +68,6 @@ file. However, if the timezone name is readily available it will be used. %license LICENSE.txt %doc README.rst CHANGES.txt %{python_sitelib}/%{modname} -%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/%{modname}-%{version}-py*.egg-info %changelog