Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Thomas Goirand
On 05/29/2014 01:53 AM, Julian Taylor wrote: > Also it does not seem to have a stable API, I just changed back to > embedded six in python-scipy because what we have in unstable now is not > compatible with what scipy is using now (1.2). That's a call for updating upstream code, IMO. If upstream d

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Julian Taylor
On 28.05.2014 16:02, Barry Warsaw wrote: > On May 28, 2014, at 05:18 PM, Thomas Goirand wrote: > >> To avoid that it grows out of proportion, can someone add a lintian >> check for that? I'd be *very* happy to have this check for myself as >> well, so that I don't miss it once more (it's quite eas

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Barry Warsaw
On May 28, 2014, at 05:18 PM, Thomas Goirand wrote: >To avoid that it grows out of proportion, can someone add a lintian >check for that? I'd be *very* happy to have this check for myself as >well, so that I don't miss it once more (it's quite easy to miss...). Unfortunately, it's not just six th

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Barry Warsaw
On May 28, 2014, at 03:47 PM, Jakub Wilk wrote: >* Daniele Tricoli , 2014-05-28, 15:36: >>>txclib -> urllib3 -> six >> >>Jakub, which version of urllib3 are you referring to? > >The one that is embedded in transifex-client. That's the problem with vendorizing. Stuff like that lives in the darkes

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Jakub Wilk
* Daniele Tricoli , 2014-05-28, 15:36: txclib -> urllib3 -> six Jakub, which version of urllib3 are you referring to? The one that is embedded in transifex-client. I removed the embedded copy on 1.3-2 so it should be ok... Great, thanks. -- Jakub Wilk -- To UNSUBSCRIBE, email to debian

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Daniele Tricoli
On Wednesday 28 May 2014 11:43:47 Jakub Wilk wrote: > txclib -> urllib3 -> six Jakub, which version of urllib3 are you referring to? I removed the embedded copy on 1.3-2 so it should be ok... Both (with version 1.8-2): $ dpkg -L python-urllib3 | grep six $ dpkg -L python3-urllib3 | grep

Re: Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Jakub Wilk
* Thomas Goirand , 2014-05-28, 17:18: # apt-file search /six.py | wc -l 53 Eeek. Some of these embeddings are even nested: sympy -> mpmath -> six txclib -> urllib3 -> six feedgenerator -> (parts of) django.utils -> six To avoid that it grows out of proportion, can someone add a lintian check

Embedded six.py in many packages: can someone add a lintian check?

2014-05-28 Thread Thomas Goirand
Hi, It's looking like we have *many* instances of six.py in the archive: # apt-file search /six.py | wc -l 53 (minus six itself, and because it's often reported twice, I believe there's about 25 occurrences, I didn't take the time to manually count). This is quite bad. I even discovered that it