From b9dcda98cd7ca555cef866b8740c3cc0410fc8dec557367e60063abe6f0ba685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 09:01:52 +0000 Subject: [PATCH] - Fix build without python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hawkauthlib?expand=0&rev=7 --- python-hawkauthlib.changes | 5 +++++ python-hawkauthlib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-hawkauthlib.changes b/python-hawkauthlib.changes index 405cf46..f57ad8b 100644 --- a/python-hawkauthlib.changes +++ b/python-hawkauthlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 14 09:01:39 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Mon Oct 14 13:39:01 UTC 2019 - Matej Cepl diff --git a/python-hawkauthlib.spec b/python-hawkauthlib.spec index 01143ca..5041e67 100644 --- a/python-hawkauthlib.spec +++ b/python-hawkauthlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-hawkauthlib # -# 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 @@ -60,6 +60,6 @@ cp %{SOURCE1} LICENSE %license LICENSE %doc CHANGES.txt README.rst %{python_sitelib}/%{pyname} -%{python_sitelib}/%{pyname}-%{version}-py%{py_ver}.egg-info/ +%{python_sitelib}/%{pyname}-%{version}-py%{python_version}.egg-info/ %changelog