After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729528 - [regression] Python3 port breaks the version checker
[regression] Python3 port breaks the version checker
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other All
: Normal normal
: 0.94
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 729527
 
 
Reported: 2014-05-04 17:42 UTC by Jean-François Fortin Tam
Modified: 2014-09-28 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Split works only on unicode objects, not byte. (931 bytes, patch)
2014-05-06 12:12 UTC, Lubosz Sarnecki
committed Details | Review

Description Jean-François Fortin Tam 2014-05-04 17:42:15 UTC
Running with PITIVI_DEBUG=5, I noticed the following:

WARN [...]  _versionInfoReceivedCb:
    Version info could not be read:
    Type str doesn't support the buffer API (pitivi/application.py:233)
Comment 1 Lubosz Sarnecki 2014-05-06 12:12:25 UTC
Created attachment 275970 [details] [review]
Split works only on unicode objects, not byte.

This fixes it.
Comment 2 Thibault Saunier 2014-09-25 07:17:16 UTC
commit b2b5fe19105fce5d5ffdb4719bdc0363ca1f10bb
Author: Thibault Saunier <tsaunier@gnome.org>
Date:   Wed Sep 24 18:48:50 2014 +0200

    application: Do not try to 'decode' a string
    
    Making tests pass agin

commit 38dec51bf65edecdef3880dad4f236e8e38392a5
Author: Lubosz Sarnecki <lubosz@gmail.com>
Date:   Tue May 6 14:10:56 2014 +0200

    python3: split only works for unicode objects
    
    + remove some print statements
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729528