autopkg / robperc-recipes

Recipes for autopkg. http://autopkg.github.io/autopkg/
3 stars 6 forks source link

Basic python3 compatibility #7

Closed homebysix closed 3 years ago

homebysix commented 4 years ago

In order to make your processors more compatible with AutoPkg running in Python 3, I've applied a few adjustments suggested by python-modernize, pylint --py3k, and pylint in general.

More adjustments may need to be made manually later, but this should catch the low-hanging fruit right now.

homebysix commented 4 years ago

Hi @robperc - Just checking in to see whether you're comfortable merging this in, or have any questions?

Some additional processor changes will be needed for the upcoming version 2.0 of AutoPkg, and it would be nice to build on the Python 3 compatibility adjustments made in this PR.

homebysix commented 4 years ago

Quick note: AutoPkg 2.0 is due to be released in early February 2020, and will run in Python 3 only.

homebysix commented 3 years ago

Closing due to inactivity.