From 91dbbd7246aa582d9f262e3b2911b549597ce0a83ea1a63fdcca9e8e02fedca0 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 1 Jul 2020 03:00:01 +0000 Subject: [PATCH] Accepting request 817811 from home:jayvdb:branches:devel:languages:python - Downgrade jupyter_ipython from Recommends to Suggests as python-dotenv is now a dependency of docker-compose OBS-URL: https://build.opensuse.org/request/show/817811 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=14 --- python-python-dotenv.changes | 6 ++++++ python-python-dotenv.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index d2a096b..ef5db29 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 30 04:44:30 UTC 2020 - John Vandenberg + +- Downgrade jupyter_ipython from Recommends to Suggests as + python-dotenv is now a dependency of docker-compose + ------------------------------------------------------------------- Wed May 20 12:41:06 UTC 2020 - Marketa Calabkova diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index 81e7327..467eda6 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -36,7 +36,7 @@ Requires: python-click >= 5.0 # rubygem-dotenv also provides executable dotenv Requires(post): update-alternatives Requires(postun): update-alternatives -Recommends: python-jupyter_ipython +Suggests: python-jupyter_ipython # There is a very similar Python package which also used `dotenv` namespace Conflicts: python-dotenv BuildArch: noarch