From 31b823370ff32f7e049488dcfcc54be99b03fa6e6a22e7051ccee7cbc5b6b94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 08:57:43 +0000 Subject: [PATCH] - Fix build without python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=15 --- python-colorlog.changes | 5 +++++ python-colorlog.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-colorlog.changes b/python-colorlog.changes index dc3c547..78256cc 100644 --- a/python-colorlog.changes +++ b/python-colorlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 14 08:57:29 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Sat Jan 18 09:34:54 UTC 2020 - Antonio Larrosa diff --git a/python-colorlog.spec b/python-colorlog.spec index d51e9f5..d61d006 100644 --- a/python-colorlog.spec +++ b/python-colorlog.spec @@ -54,6 +54,6 @@ before it is used to format the string. %doc README.md %license LICENSE %{python_sitelib}/colorlog -%{python_sitelib}/colorlog-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/colorlog-%{version}-py%{python_version}.egg-info %changelog