From a23493ad33312114ebf1a4df68cfe47a774edc75 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 7 Nov 2017 12:07:35 +0100 Subject: [PATCH] Use better Obsoletes for platform-python Signed-off-by: Igor Gnatenko --- python-hypothesis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 5da43ed..59c3897 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 3.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -57,7 +57,7 @@ Requires: python3-coverage Suggests: python3-numpy Suggests: python3-pytz %endif -Obsoletes: platform-python-%{srcname} < 3.12.0-5 +Obsoletes: platform-python-%{srcname} < %{version}-%{release} %description -n python3-%{srcname} %{_description} @@ -93,6 +93,9 @@ PYTHONPATH=src READTHEDOCS=True sphinx-build -b man docs docs/_build/man %{_mandir}/man1/hypothesis.1* %changelog +* Tue Nov 07 2017 Igor Gnatenko - 3.36.0-2 +- Use better Obsoletes for platform-python + * Tue Nov 07 2017 Igor Gnatenko - 3.36.0-1 - Update to 3.36.0