diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index 4db2acb51b60eda17d0f43f48585f902d826718b..aa355ec53ac72cbab919add2bbc8e40ea0051e05 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -4,7 +4,7 @@ Name: python-%{pname} Version: 0.2.6 -Release: 2 +Release: 3 Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml License: MIT URL: https://bitbucket.org/ruamel/yaml.clib @@ -19,7 +19,7 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %package -n python3-%{pname} Summary: %{summary} -Requires: python3-setuptools python3-ruamel-yaml +Requires: python3-setuptools %description -n python3-%{pname} It is the C based reader/scanner and emitter for ruamel.yaml. @@ -45,6 +45,10 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %doc README.rst %changelog +* Fri Jun 02 2023 Han Guangyu - 0.2.6-3 +- Remove python3-ruamel-yaml installation dependency to avoid circular + dependency + * Tue Nov 22 2022 xu_ping - 0.2.6-2 - Tarball of source code has correct file content,but inconsistent checksum. Replace tarball with the consistent checksum.