import python-ruamel-yaml-clib-0.1.2-8.el9.1

This commit is contained in:
CentOS Sources 2021-12-07 14:30:36 -05:00 committed by Stepan Oksanichenko
parent cfef88b4a9
commit 003980e0fe
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: python-%{pname}
Version: 0.1.2
Release: 8%{?dist}
Release: 8%{?dist}.1
Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml
License: MIT
@ -56,6 +56,10 @@ rmdir ruamel.yaml.clib
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Sep 30 2021 Akira TAGOH <tagoh@redhat.com> - 0.1.2-8.1
- Add CI test.
Resolves: rhbz#2009159
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688