From 0665ac04609c2321cbdf168727fddfbfadcc2c8a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 Dec 2021 14:31:32 -0500 Subject: [PATCH] import python-ruamel-yaml-0.16.6-7.el9.1 --- SPECS/python-ruamel-yaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-ruamel-yaml.spec b/SPECS/python-ruamel-yaml.spec index 660cd90..a65f5d5 100644 --- a/SPECS/python-ruamel-yaml.spec +++ b/SPECS/python-ruamel-yaml.spec @@ -5,7 +5,7 @@ Name: python-%{pname} Version: 0.16.6 -Release: 7%{?dist} +Release: 7%{?dist}.1 Summary: YAML 1.2 loader/dumper package for Python License: MIT @@ -66,6 +66,10 @@ PYTHONPATH=$(echo build/lib) py.test-%{python3_version} _test/test_*.py %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Thu Sep 30 2021 Akira TAGOH - 0.16.6-7.1 +- Add CI test. + Resolves: rhbz#2009152 + * Tue Aug 10 2021 Mohan Boddu - 0.16.6-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688