From 1ef0590f0e40bb63367127c9a6cfbe3e0544a554 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:30:51 +0100 Subject: [PATCH] obsolete python-networkx1 [release 2.5-2mamba;Wed Feb 24 2021] --- python-networkx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-networkx.spec b/python-networkx.spec index acf1496..995d469 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,6 +1,6 @@ Name: python-networkx Version: 2.5 -Release: 1mamba +Release: 2mamba Summary: A Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks Group: System/Libraries Vendor: openmamba @@ -14,12 +14,13 @@ License: BSD ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Obsoletes: python-networkx1%{?pyappend:-%pyappend} <= 1.11 %pyver_package %endif @@ -50,5 +51,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Wed Feb 24 2021 Silvan Calarco 2.5-2mamba +- obsolete python-networkx1 + * Sun Sep 27 2020 Silvan Calarco 2.5-1mamba - package created using the webbuild interface