diff --git a/PyYAML-5.4.1.tar.gz b/PyYAML-5.4.1.tar.gz deleted file mode 100644 index 187c66e26500c4fbcbde64d29d87788d4b3ea486..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..82259d5b842b72ff3a7e5963ca5cc3ea6000442e Binary files /dev/null and b/PyYAML-6.0.tar.gz differ diff --git a/PyYAML.spec b/PyYAML.spec index 46e3611b78b9c8e78437bc1f342c756ee3f64276..124700275fc05cbbc67cd5c77cf9cefbf863e0b3 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