softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

Python 3 support #119

Closed javierpena closed 7 years ago

javierpena commented 7 years ago

rdopkg does not support python 3.x, and we will have to make it work sooner or later.

yac commented 7 years ago

Second batch of fixes by Javier is under review: https://review.rdoproject.org/r/#/c/6705/

yac commented 7 years ago

rdopkg module now loads under python3 but it's not properly tested.

python3 tests should be added with tox as requested in #134

yac commented 7 years ago

0.45.0 brings python3-rdopkg subpackage as well as improved py3 support including py3 tests which are run on each commit..

While not incredibly tested, rdopkg now has Python 3 support.