From 92e80f40230e11a56a98981c641cebc994ecdbb7ea0a5ec807a47fb8ef727008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 16:56:12 +0000 Subject: [PATCH] - Fix build without python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperclip?expand=0&rev=15 --- python-pyperclip.changes | 5 +++++ python-pyperclip.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pyperclip.changes b/python-pyperclip.changes index c3d78e2..396c463 100644 --- a/python-pyperclip.changes +++ b/python-pyperclip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 16:55:59 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Mon Oct 14 14:16:16 UTC 2019 - Matej Cepl diff --git a/python-pyperclip.spec b/python-pyperclip.spec index c320ae7..7c0946b 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyperclip # -# 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 @@ -58,6 +58,6 @@ cp %{SOURCE1} . %files %{python_files} %license LICENSE.txt %{python_sitelib}/pyperclip -%{python_sitelib}/pyperclip-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/pyperclip-%{version}-py*.egg-info %changelog