From 712f4bf8671a0eabaa6be32d4ffba684e59bec5e7ad484d58edf598b91fa1165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 24 Jun 2019 10:08:45 +0000 Subject: [PATCH] Accepting request 711317 from home:frispete:python zypper dup on TW results in: The following NEW package is going to be installed: python3-eventlet 0.25.0-1.1 The following package is going to be REMOVED: python3-doc 3.7.2-3.3 Attempt to fix this. - we don't want to obsolete python-doc: rather python-eventlet-doc, which depends on python-eventlet, should get removed on update, anyway. OBS-URL: https://build.opensuse.org/request/show/711317 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=62 --- python-eventlet.changes | 7 +++++++ python-eventlet.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-eventlet.changes b/python-eventlet.changes index 6f01dce..e55565b 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 21 12:35:13 UTC 2019 - Hans-Peter Jansen + +- we don't want to obsolete python-doc: rather python-eventlet-doc, + which depends on python-eventlet, should get removed on update, + anyway. + ------------------------------------------------------------------- Fri Jun 7 12:14:00 UTC 2019 - Tomáš Chvátal diff --git a/python-eventlet.spec b/python-eventlet.spec index a649e9b..b4bc4bf 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -41,7 +41,6 @@ Requires: python-dnspython >= 1.15.0 Requires: python-greenlet >= 0.3 Requires: python-monotonic >= 1.4 Requires: python-six >= 1.10.0 -Obsoletes: python-doc BuildArch: noarch %if %{python_version_nodots} < 34 Requires: python-enum34