[Sugar-devel] Wanted: reviewers

2020-01-23 Thread James Cameron
Despite GCI being finished, there's a lot of GitHub notifications on Sugar and activities. I'm finding it hard to sustain this as a reviewer, and need others to take on the review task. https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md#guide-for-reviewers

[Sugar-devel] Port to python3

2020-01-23 Thread Abhay Malik
Hey, I changed the files as you recommended can you please have a look at it. Here’s the link :https://github.com/sugarlabs/reflect/pull/13/files#diff-03091df2633029b2c2893b03883f5296 Thanks,

[Sugar-devel] Porting to python3

2020-01-23 Thread Abhay Malik
Hey, I changed the files as you recommended can you please have a look at it. Thanks for the suggestions Mr. Srevin, really appreciate that. Here’s the link : https://github.com/sugarlabs/reflect/pull/13/files Thanks,

Re: [Sugar-devel] getting the Sugar Toolkit working with python 3

2020-01-23 Thread James Cameron
What ppa? I don't know of any ppa. Perhaps you mean the Ubuntu package archive? The Python 3 package name will be python3-sugar3 once Ubuntu accepts it. Unlikely to happen unless someone wants it. The Python 2 package name is python-sugar3, and you can see the version history in Ubuntu here;

Re: [Sugar-devel] Malicious code in dateutil

2020-01-23 Thread James Cameron
I agree with Martin. This security event is of no consequence to us, because we use the libraries included in Python. It reminds us too that we should avoid adding dependencies on untrusted source code, and especially be wary of adding any use of pypi. On Thu, Jan 23, 2020 at 07:54:07PM -0300,

Re: [Sugar-devel] getting the Sugar Toolkit working with python 3

2020-01-23 Thread soham bhattacharya
Yes, the installed version was 0.112. I guess the Ubuntu ppa was outdated. I will build and install. Thanks for the help. - Original Message - From: "James Cameron" To: "soham bhattacharya" <116cs0...@nitrkl.ac.in> Cc: "sugar-devel" Sent: Friday, January 24, 2020 3:10:07 AM Subject:

Re: [Sugar-devel] Malicious code in dateutil

2020-01-23 Thread bottersnike237
It’s worth noting this is specifically the typo-squatting “python3-dateutil” package, and not the very legitimate “dateutil” package. The former only lasted on PyPi for about 2 days, so it would be a surprise if it was somehow integrated into SL code within that timeframe. From: Sugar-devel

Re: [Sugar-devel] Malicious code in dateutil

2020-01-23 Thread Martin Abente
*"The first is "python3-dateutil," which imitated the popular "dateutil" library. The second is "jeIlyfish" (the first L is an I), which mimicked the "jellyfish" library."* If you read that carefully, it says these 2 libraries imitated the real libraries. It does not say that the original

[Sugar-devel] Malicious code in dateutil

2020-01-23 Thread Chihurumnaya Ibiam
Dateutil has been found to contain malicious code, a github search shows 10+ uses of dateutil in Sugar Labs repos. You can read more about it here https://www.zdnet.com/article/two-malicious-python-libraries-removed-from-pypi/ ___ Sugar-devel mailing

Re: [Sugar-devel] getting the Sugar Toolkit working with python 3

2020-01-23 Thread James Cameron
What version of the Sugar Toolkit did you install? When you choose "apt install", you are relying on the Debian or Ubuntu projects to have packaged Sugar Toolkit. Support for Python 3 was added in version 0.116. Make sure you have version 0.116 at least. On Fri, Jan 24, 2020 at 02:40:54AM

[Sugar-devel] getting the Sugar Toolkit working with python 3

2020-01-23 Thread soham bhattacharya
Hi, I am Soham. I am new to the community and would like to contribute to Sugar Labs. The turtleart-activity(https://github.com/sugarlabs/turtleart-activity) repository mentions a dependency being the Sugar Toolkit. So I went to https://github.com/sugarlabs/sugar-toolkit-gtk3 and installed it

Re: [Sugar-devel] Sugarizer Fototoon activity

2020-01-23 Thread Lionel Laské
gt; find these methods. Also I wanted to ask whether there will be a project in > sugarizer this year in GSoc. > -- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.sugarlab

Re: [Sugar-devel] Sugar-devel Digest, Vol 135, Issue 32

2020-01-23 Thread Sarthak gupta
- next part -- > An HTML attachment was scrubbed... > URL: < > http://lists.sugarlabs.org/archive/sugar-devel/attachments/20200123/e580fc72/attachment.htm > > > > > ___ Sugar-devel mailing list Sugar-devel@l

[Sugar-devel] Conference Report - GSoC Mentor Summit 2019

2020-01-23 Thread Rahul Bothra
## About the summit “The Mentor Summit is an annual unconference and every project participating in Google Summer of Code 2019 is invited to attend. The summit was held from October 17 - October 20 '19, in Munich Germany. 332 Mentors from 162 organizations and 42

[Sugar-devel] GCI porting task guidance

2020-01-23 Thread Abhay Malik
Hey, Can you have a look at this and see wether im going in the current direction for porting this repo https://github.com/sugarlabs/reflect/pull/13/commits/c3d9c043eef45f5c58ee2304336dea7f3491c768

[Sugar-devel] Sugarizer Fototoon activity

2020-01-23 Thread ANSHUL DUTT SHARMA
Hi, Actually I am solving an issue related to the sugarizer activity Fototoon. I am having trouble getting the parameters of the environment variables and the functions used in the code like this._textViewer, this._globeselected,etc. Can anyone please help me regarding where should I find these