Upgrade to 6.0

This commit is contained in:
weiwei_tiantian 2021-12-24 19:27:23 +08:00
parent 4361b60255
commit d3af8f3ed5
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
PyYAML-6.0.tar.gz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%bcond_without python3 %bcond_without python3
Name: pyyaml Name: pyyaml
Version: 5.4.1 Version: 6.0
Release: 1 Release: 1
Summary: YAML parser and emitter for Python Summary: YAML parser and emitter for Python
License: MIT License: MIT
@ -76,11 +76,14 @@ files to object serialization and persistence.
%if %{with python3} %if %{with python3}
%files -n python3-pyyaml %files -n python3-pyyaml
%license LICENSE %license LICENSE
%doc CHANGES README examples %doc CHANGES examples
%{python3_sitearch}/* %{python3_sitearch}/*
%endif %endif
%changelog %changelog
* Fri Dec 24 2021 tianwei <tianwei12@huawei.com> - 6.0-1
- Upgrade to 6.0
* Tue Jul 13 2021 huangtianhua <huangtianhua@huawei.com> - 5.4.1-1 * Tue Jul 13 2021 huangtianhua <huangtianhua@huawei.com> - 5.4.1-1
- Upgrade to 5.4.1 - Upgrade to 5.4.1