[Python-modules-team] Bug#772815: Bug#772815: pyyaml: CVE-2014-9130

2014-12-11 Thread Salvatore Bonaccorso
Hi Scott, On Thu, Dec 11, 2014 at 07:09:11AM -0500, Scott Kitterman wrote: > On December 11, 2014 6:37:51 AM EST, Moritz Muehlenhoff > wrote: > >Package: pyyaml > >Severity: grave > >Tags: security > > > >Hi, > >CVE-2014-9130 from libyaml also affects pyyaml. I'm attaching a short > >reproducer.

[Python-modules-team] Processed: severity of 772730 is serious

2014-12-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 772730 serious Bug #772730 [python-pip] python-pip: pyvenv created virtual environments are missing their .whl files Severity set to 'serious' from 'important' > reassign 772730 python3.4 Bug #772730 [python-pip] python-pip: pyvenv creat

[Python-modules-team] Bug#772902: src:python-ghost: build-depend on python-django and python3-django to fix tests

2014-12-11 Thread Logan Rosen
Package: src:python-ghost Version: 0.1b6+git20141209-1 Severity: serious Justification: fails to build from source Dear Maintainer, Please build-depend on python-django and python3-django to fix the tests that are currently erroring out on a build in a clean chroot. Here is the relevant tail of

[Python-modules-team] Processed: tagging 767554

2014-12-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 767554 + pending Bug #767554 [python-persistent,python-zodb] python-persistent and python-zodb: error when trying to install together Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 767

[Python-modules-team] Processed: tagging 767554

2014-12-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 767554 + patch Bug #767554 [python-persistent,python-zodb] python-persistent and python-zodb: error when trying to install together Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 767554:

[Python-modules-team] Bug#767554: Bug#769853/769854: unblock: python-persistent and python-zodb

2014-12-11 Thread Arnaud Fontaine
Hi, Julien Cristau writes: > I don't think that's ok. Can't you remove the conflicting files from > python-zodb, and make it depend on python-persistent? Thanks for the suggestion. I talked with upstream authors and this should be fine. However, python-persistent in the archive (4.

[Python-modules-team] Processed: [bts-link] source package python-cffi

2014-12-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package python-cffi > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debi

[Python-modules-team] [bts-link] source package python-cffi

2014-12-11 Thread bts-link-upstream
# # bts-link upstream status pull for source package python-cffi # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #733517 (http://bugs.debian.org/733517) # Bug title: FTBFS on Sparc # * http://bi

[Python-modules-team] python-pip 1.5.6-4 MIGRATED to testing

2014-12-11 Thread Debian testing watch
FYI: The status of the python-pip source package in Debian's testing distribution has changed. Previous version: 1.5.6-3 Current version: 1.5.6-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will rece

[Python-modules-team] Bug#772730: python-pip: pyvenv created virtual environments are missing their .whl files

2014-12-11 Thread Donald Stufft
I think this is actually a bug with the python3.4 package. * It only appears in Debian Sid, Jessie is fine. * Inspecting /usr/lib/python3.4/ensurepip/__init__.py it appears to me that ensurepip has lost the lines where it copies the wheels into the venv file. Without the copy line those depende

[Python-modules-team] Bug#712206: New package ready to be sponsored at mentors

2014-12-11 Thread Alexandre Detiste
> I've uploaded to mentors: > http://mentors.debian.net/package/pyusb > > I'm really hoping someone will take a look looks nice; I'm using right now > and upload it. I can't do that. > My name had to be added to the changelog for me to be able to upload it to > mentors. This leads to some nm

[Python-modules-team] Bug#772815: Bug#772815: pyyaml: CVE-2014-9130

2014-12-11 Thread Scott Kitterman
On December 11, 2014 6:37:51 AM EST, Moritz Muehlenhoff wrote: >Package: pyyaml >Severity: grave >Tags: security > >Hi, >CVE-2014-9130 from libyaml also affects pyyaml. I'm attaching a short >reproducer. I'm away from any computer I could test this on today. Is this still a problem with a fixed

[Python-modules-team] Bug#772815: pyyaml: CVE-2014-9130

2014-12-11 Thread Moritz Muehlenhoff
Package: pyyaml Severity: grave Tags: security Hi, CVE-2014-9130 from libyaml also affects pyyaml. I'm attaching a short reproducer. Cheers, Moritz import yaml import codecs with codecs.open('CVE-2014-9130.yaml', 'r') as stream: foo = yaml.load(stream) for key, value in foo.items():