From 8e9296b4e693c643a054c1967794116831ae19b8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:34:17 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.9-4mamba;Tue Sep 26 2023] --- python-reload.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-reload.spec b/python-reload.spec index b643fc4..023ad14 100644 --- a/python-reload.spec +++ b/python-reload.spec @@ -1,6 +1,6 @@ Name: python-reload Version: 0.9 -Release: 3mamba +Release: 4mamba Summary: Starts given program and reloads it whenever any file in current directory changes Group: System/Libraries Vendor: openmamba @@ -10,10 +10,10 @@ URL: https://github.com/loomchild/reload Source: https://pypi.debian.net/reload/reload-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -50,6 +50,9 @@ sed -i "/\.py[co]$/d" %{name}.filelist %defattr(-,root,root) %changelog +* Tue Sep 26 2023 Automatic Build System 0.9-4mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Jan 03 2021 Silvan Calarco 0.9-3mamba - obsolete -py36 pakcage and require python-watchdog