diff --git a/PyYAML-6.0.1.tar.gz b/PyYAML-6.0.1.tar.gz new file mode 100644 index 0000000..8d032c8 Binary files /dev/null and b/PyYAML-6.0.1.tar.gz differ diff --git a/PyYAML-6.0.tar.gz b/PyYAML-6.0.tar.gz deleted file mode 100644 index 82259d5..0000000 Binary files a/PyYAML-6.0.tar.gz and /dev/null differ diff --git a/PyYAML.spec b/PyYAML.spec index 44bb6ef..1f36969 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -1,9 +1,9 @@ %bcond_without python2 %bcond_without python3 -Name: pyyaml -Version: 6.0 -Release: 2 +Name: pyYAML +Version: 6.0.1 +Release: 1 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml @@ -81,6 +81,9 @@ files to object serialization and persistence. %endif %changelog +* Wed Jul 26 2023 sunhui - 6.0.1-1 +- Update package to version 6.0.1 + * Wed Oct 26 2022 zhuofeng - 6.0-2 - rebuild for next release