From 3f9cd10a3840957fc199f16ff2859479b79fdb83 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:24:02 +0100 Subject: [PATCH] provide/obsolete pycodestyle [release 2.10.0-2mamba;Fri Dec 09 2022] --- python-pycodestyle.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 7319149..57a7899 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pycodestyle Version: 2.10.0 -Release: 1mamba +Release: 2mamba Summary: Python style guide checker Group: System/Libraries Vendor: openmamba @@ -18,6 +18,9 @@ BuildRequires: libpython3-devel %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Provides: pycodestyle%{?pyappend:-%pyappend} \ +Obsoletes: pycodestyle%{?pyappend:-%pyappend} <= 2.10.0-1mamba %pyver_package %endif @@ -48,6 +51,9 @@ done %doc LICENSE %changelog +* Fri Dec 09 2022 Silvan Calarco 2.10.0-2mamba +- provide/obsolete pycodestyle + * Thu Nov 24 2022 Automatic Build System 2.10.0-1mamba - automatic version update by autodist