obsolete -py36 pakcage and require python-watchdog [release 0.9-3mamba;Sun Jan 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:34:17 +01:00
parent 6aa90c2287
commit 0fc4f124ff

View File

@ -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 <silvan.calarco@mambasoft.it> 0.9-3mamba
- obsolete -py36 pakcage and require python-watchdog
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-2mamba
- rebuilt with -py3
* Sat Mar 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
- package created using the webbuild interface