Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 06:49:31 +02:00
parent 7d25590c0f
commit c37e0a86d4

View File

@ -34,7 +34,7 @@ Summary: Python module for GNU parted
Name: pyparted
Epoch: 1
Version: 3.11.5
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://github.com/dcantrell/pyparted
@ -148,6 +148,9 @@ popd
%endif
%changelog
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1:3.11.5-2
- Rebuilt for Python 3.9
* Mon Mar 09 2020 David Cantrell <dcantrell@redhat.com> - 1:3.11.5-1
- Require at least libparted 3.3 and python 3.7 (dcantrell)
- pedmodule.c: Fix partition enum flag handling (bcl)