diff --git a/python-pytoml.changes b/python-pytoml.changes index af10ff4..9dd85b1 100644 --- a/python-pytoml.changes +++ b/python-pytoml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 07:31:19 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Fri Aug 9 13:30:32 UTC 2019 - Ondřej Súkup diff --git a/python-pytoml.spec b/python-pytoml.spec index 255cc66..c644016 100644 --- a/python-pytoml.spec +++ b/python-pytoml.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytoml # -# 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 @@ -22,7 +22,6 @@ Version: 0.1.21 Release: 0 Summary: TOML-0.4.0 parser/writer for Python License: MIT -Group: Development/Libraries/Python URL: https://github.com/avakar/pytoml Source0: https://files.pythonhosted.org/packages/source/p/pytoml/pytoml-%{version}.tar.gz # toml-test for tests from author's fork with specific commit @@ -61,6 +60,6 @@ export PYTHONDONTWRITEBYTECODE=1 %files %{python_files} %license LICENSE %{python_sitelib}/pytoml/ -%{python_sitelib}/pytoml-%{version}-py%{py_ver}.egg-info/ +%{python_sitelib}/pytoml-%{version}-py*.egg-info/ %changelog