From 0fc4f124ffd09bcb463e976f273412c2fd93ca9c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:34:17 +0100 Subject: [PATCH] obsolete -py36 pakcage and require python-watchdog [release 0.9-3mamba;Sun Jan 03 2021] --- python-reload.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/python-reload.spec b/python-reload.spec index e26372a..b643fc4 100644 --- a/python-reload.spec +++ b/python-reload.spec @@ -1,6 +1,6 @@ Name: python-reload Version: 0.9 -Release: 1mamba +Release: 3mamba Summary: Starts given program and reloads it whenever any file in current directory changes Group: System/Libraries Vendor: openmamba @@ -19,6 +19,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Obsoletes: python-reload-py36 <= 0.9-1mamba \ +Requires: python-watchdog%{?pyappend:-%pyappend} %pyver_package %endif @@ -47,5 +50,11 @@ sed -i "/\.py[co]$/d" %{name}.filelist %defattr(-,root,root) %changelog +* Sun Jan 03 2021 Silvan Calarco 0.9-3mamba +- obsolete -py36 pakcage and require python-watchdog + +* Sun Jan 03 2021 Silvan Calarco 0.9-2mamba +- rebuilt with -py3 + * Sat Mar 02 2019 Silvan Calarco 0.9-1mamba - package created using the webbuild interface