Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 14:53:55 +02:00 committed by Miro Hrončok
parent 18967d314e
commit e339d742fa

View File

@ -1,6 +1,6 @@
Name: cloud-init
Version: 20.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Cloud instance init scripts
License: ASL 2.0 or GPLv3
URL: http://launchpad.net/cloud-init
@ -182,6 +182,9 @@ python3 -m pytest tests/unittests
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 20.4-5
- Rebuilt for Python 3.10
* Mon Feb 08 2021 Eduardo Otubo <otubo@redhat.com> - 20.4-4
- Reverting commit b0e7381 [bz#1924588]