fix obsoletes for PyYAML-py3* [release 6.0.1-3mamba;Mon Oct 16 2023]
This commit is contained in:
parent
25e8e06517
commit
7016c18048
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-yaml
|
Name: python-yaml
|
||||||
Version: 6.0.1
|
Version: 6.0.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: YAML parser and emitter for Python
|
Summary: YAML parser and emitter for Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -31,8 +31,8 @@ YAML parser and emitter for python:
|
|||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Provides: PyYAML-%{?with_pyver} \
|
Provides: PyYAML-py%{?with_pyver} \
|
||||||
Obsoletes: PyYAML-%{?with_pyver} < 6.0.1-2mamba
|
Obsoletes: PyYAML-py%{?with_pyver} < 6.0.1-2mamba
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -66,6 +66,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel --config-settin
|
|||||||
%{python_sitearch}/_%{pkgname}/*
|
%{python_sitearch}/_%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-3mamba
|
||||||
|
- fix obsoletes for PyYAML-py3*
|
||||||
|
|
||||||
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 6.0.1-2mamba
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 6.0.1-2mamba
|
||||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user