diff --git a/PyYAML-5.4.1.tar.gz b/PyYAML-5.4.1.tar.gz deleted file mode 100644 index 187c66e..0000000 Binary files a/PyYAML-5.4.1.tar.gz and /dev/null differ diff --git a/PyYAML-6.0.tar.gz b/PyYAML-6.0.tar.gz new file mode 100644 index 0000000..82259d5 Binary files /dev/null and b/PyYAML-6.0.tar.gz differ diff --git a/PyYAML.spec b/PyYAML.spec index 46e3611..1247002 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -2,7 +2,7 @@ %bcond_without python3 Name: pyyaml -Version: 5.4.1 +Version: 6.0 Release: 1 Summary: YAML parser and emitter for Python License: MIT @@ -76,11 +76,14 @@ files to object serialization and persistence. %if %{with python3} %files -n python3-pyyaml %license LICENSE -%doc CHANGES README examples +%doc CHANGES examples %{python3_sitearch}/* %endif %changelog +* Fri Dec 24 2021 tianwei - 6.0-1 +- Upgrade to 6.0 + * Tue Jul 13 2021 huangtianhua - 5.4.1-1 - Upgrade to 5.4.1