Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package python-defaults Fixing #744145 requires a slight change in the way we handle Python wheel packages in Debian. The proposed change captures that by removing the restriction on use of whl packages by pip that limited it to use inside a Python venv. This has no effect on any other package and makes pip work correctly. While not strictly speaking required to fix the bug, I would prefer to also update the Python policy to match what's implemented for Jessie. unblock python-defaults/2.7.8-4 $ bzr diff -c 407 === modified file 'debian/changelog' --- debian/changelog 2015-02-02 21:32:10 +0000 +++ debian/changelog 2015-02-27 23:09:27 +0000 @@ -1,3 +1,10 @@ +python-defaults (2.7.8-4) unstable; urgency=medium + + * Update policy document to clarify the purpose and use of the wheel + files. No actual change in policy is made. + + -- Barry Warsaw <ba...@debian.org> Fri, 27 Feb 2015 18:03:06 -0500 + python-defaults (2.7.8-3) unstable; urgency=medium [ Michael Gilbert ] === modified file 'debian/python-policy.sgml' --- debian/python-policy.sgml 2014-10-24 15:02:20 +0000 +++ debian/python-policy.sgml 2015-02-27 23:09:27 +0000 @@ -490,13 +490,11 @@ through zips are more difficult to debug. </p><p> A very limited set of wheel packages are available in the archive, - but these support the narrow purpose of providing the Python 3 - built-in virtual environment creation executable - <prgn>pyvenv-3.x</prgn>, as well as the within-venv <prgn>pip</prgn> - executable, in a Debian policy compliant way. The set of packages - providing wheels for this purpose are (by source package name): - chardet, distlib, html5lib, python-colorama, python-pip, - python-setuptools, python-urllib3, requests, and six. + but these support the narrow purpose of enabling + the <prgn>pip</prgn> tool, in a Debian policy compliant way. The + set of packages providing wheels for this purpose are (by source + package name): chardet, distlib, html5lib, python-colorama, + python-pip, python-setuptools, python-urllib3, requests, and six. </p><p> Wheel packages supporting <prgn>pyvenv</prgn> and <prgn>pip</prgn> are named with the <var>python-</var> prefix, and the <var>-whl</var> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org