Andreas Tille pushed to branch master at Debian Med / cycle
Commits: e9510730 by Andreas Tille at 2019-09-16T09:33:01Z Rather take full patch as advised by peter green <[email protected]> - - - - - 1 changed file: - debian/patches/2to3.patch Changes: ===================================== debian/patches/2to3.patch ===================================== @@ -2687,7 +2687,7 @@ Last-Update: Fri, 06 Sep 2019 14:57:13 +0200 - tmp=rt.encrypt( 'Cycle'+cPickle.dumps(objSave) ) - tmp="UserName="+cPickle.dumps(name)+"==="+tmp -+ tmp = rt.encrypt('Cycle{}'.format(pickle.dumps(objSave))) ++ tmp=rt.encrypt( b'Cycle'+pickle.dumps(objSave) ) + tmp="UserName="+pickle.dumps(name)+"==="+tmp p, f_name=get_f_name(file) View it on GitLab: https://salsa.debian.org/med-team/cycle/commit/e95107308b3aef557eda507bcd118f2c1d4779a0 -- View it on GitLab: https://salsa.debian.org/med-team/cycle/commit/e95107308b3aef557eda507bcd118f2c1d4779a0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
