From 143e377b2ec64554877956ebe6b0f8374ae076d26636c72ac439863586913565 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 21 May 2021 15:18:30 +0000 Subject: [PATCH] - Stop providing "python" symbol (bsc#1185588), which means python2 currently. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=68 --- python39.changes | 6 ++++++ python39.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python39.changes b/python39.changes index 0ec11a7..4ee00ff 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 21 15:13:59 UTC 2021 - Matej Cepl + +- Stop providing "python" symbol (bsc#1185588), which means + python2 currently. + ------------------------------------------------------------------- Wed May 5 15:16:58 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index 384acf7..7b1d16e 100644 --- a/python39.spec +++ b/python39.spec @@ -1,5 +1,5 @@ # -# spec file for package python39-core +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -186,7 +186,6 @@ Requires: %{python_pkg_name}-base = %{version} Recommends: %{python_pkg_name}-curses Recommends: %{python_pkg_name}-dbm Recommends: %{python_pkg_name}-pip -Provides: python = %{python_version} %if %{primary_interpreter} Provides: python3 = %{python_version} %endif