Package: python-heatclient / 2.2.1-2

Metadata

Package Version Patches format
python-heatclient 2.2.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3.9 use encodebytes not encodestring.patch | (download)

heatclient/common/utils.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 python 3.9: use encodebytes
 The base64.encodestring() methode is removed from Py 3.9.