Compare commits
1 Commits
6.0.2-1mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 368f91d154 |
@@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-yaml
|
||||
Version: 6.0.2
|
||||
Version: 6.0.3
|
||||
Release: 1mamba
|
||||
Summary: YAML parser and emitter for Python
|
||||
Group: System/Libraries/Python
|
||||
@@ -16,7 +16,7 @@ BuildRequires: libpython311-devel
|
||||
BuildRequires: libyaml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
BuildRequires: python-Cython-py3
|
||||
|
||||
%description
|
||||
YAML parser and emitter for python:
|
||||
@@ -55,14 +55,17 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel --config-settin
|
||||
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/PyYAML-%{version}.dist-info
|
||||
%{python_sitearch}/PyYAML-%{version}.dist-info/*
|
||||
%dir %{python_sitearch}/pyyaml-%{version}.dist-info
|
||||
%{python_sitearch}/pyyaml-%{version}.dist-info/*
|
||||
%dir %{python_sitearch}/%{pkgname}
|
||||
%{python_sitearch}/%{pkgname}/*
|
||||
%dir %{python_sitearch}/_%{pkgname}
|
||||
%{python_sitearch}/_%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Automatic Build System <autodist@openmamba.org> 6.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.2-1mamba
|
||||
- update to 6.0.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user