Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 compatibility #17

Closed
bkabrda opened this issue Jul 16, 2013 · 5 comments
Closed

Python 3 compatibility #17

bkabrda opened this issue Jul 16, 2013 · 5 comments

Comments

@bkabrda
Copy link

bkabrda commented Jul 16, 2013

Hi,
would it be possible to provide Python 3 compatible code? I'm currently looking into what it'd take to transfer Fedora to Python 3 and it seems that will take dnf working on Python 3 (since yum will probably never do that), which also means librepo.
Thanks.

@Tojaj
Copy link
Contributor

Tojaj commented Aug 14, 2013

Hi,
I've already started work to support Python3. Currently, there is an experimental support in master (581a3ef).

But unittests are not working properly under Python3 yet, because:

But I think that this could be fixed soon.

@hroncok
Copy link

hroncok commented Oct 1, 2013

Has there been any progress? Thanks

@Tojaj
Copy link
Contributor

Tojaj commented Oct 2, 2013

Hi,
Librepo should be working under Python3 (you could try it by yourself: cmake -DPYTHON_DESIRED="3").

Unittests status for F20:

@hroncok
Copy link

hroncok commented Oct 2, 2013

Great, thanks for update

@Tojaj
Copy link
Contributor

Tojaj commented Oct 3, 2013

Python 3 support is complete - I've fixed unittest issue related to the mentioned pygpgme bug.

@Tojaj Tojaj closed this as completed Oct 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants