lp:ubuntu/utopic/python-virtualenv

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/utopic/python-virtualenv
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

20. By Barry Warsaw

d/patches/use-wheels.patch: Ignore EEXIST when creating the
<venv>/lib/python-wheels directory.

19. By Barry Warsaw

* Team upload.
  - New upstream release.
  - /usr/bin/virtualenv is now a Python 3 application.
  - Use -whl packages instead of embedded wheel copies.
    (Closes: #719767, Closes: #739195)
* d/control:
  - Add binary packages python3-virtualenv (for the Python 3 compatible
    library), and virtualenv (for the /usr/bin executable and manpage).
    python-virtualenv now only contains the Python 2 compatible library,
    and for backward compatibility, it Recommends virtualenv.
    python-virtualenv no longer recommends pip.
  - Depend on the appropriate -whl packages to properly de-vendorize,
    and switch to python3 and python3-pkg-resources.
  - Build-Depends: add dh-python, and python3-all.
  - Build-Depends-Indep: add python-pip-whl and python-setuptools-whl.
  - Add myself to Uploaders.
  - Add X-Python3-Version.
  - Change Recommends to python3-pip.
  - wrap-and-sort
* d/install: Don't install the .whl files into
  /usr/share/python-virtualenv. Now we use the policy-approved location
  of /usr/share/python-wheels, and the archive's python-*-whl packages.
* d/patches:
  - look_for_external_files.patch: Removed. This patch is obsoleted by
    use-wheels.patch.
  - entry-points.patch: Update my email address.
  - python2-default.patch: Added; continue to use `python2` as default
    unless the -p/--python option is given.
  - use-wheels.patch: Added; use the system -whl packages instead of the
    vendorized versions.
  - system-python.patch: Update to /usr/bin/python3 shebang.
* d/rules:
  - Switch to pybuild and simplify. Now that we're using the
    system wheels, we don't need to repack the bundled versions.
  - Add support for dh_python3.
* d/virtualenv.manpages: Replaces debian/manpages.

18. By Barry Warsaw

* Team upload.
* New upstream release.
  - Fixed an issue where pip and setuptools were not getting
    installed when using the --system-site-packages flag.
  - Updated pip to 1.5.4.
  - Updated setuptools to 2.2.
  - Fixed an issue with Python 3.4 and sys.stdout encoding being set to
    ascii.
* d/patches: Quilt refreshed.
* d/rules: Removed application of pip_non-writable-home.patch;
  applied upstream.

17. By Stefano Rivera

Patch the bundled pip to handle a missing/non-writeable $HOME.
(Closes: #735806)

16. By Stefano Rivera

* New upstream release.
  - Supports Python 3.4.
  - Bundled setuptools and pip are now wheels.
* Refresh patches.
* Bump Stardards-Version to 3.9.5 (no changes needed).
* Remove README.Debian - contents was outdated and incorrect.
* Update copyright, and convert to machine-readable 1.0 format.
* Update manpage, removing ignored options and adding new ones.
* Configure watch file to verify upstream's PGP signature.

15. By Tristan Seligmann <email address hidden>

* Team upload.
* New upstream release. (Closes: #719700)
  - Drop use_distribute.patch as this is no longer relevant (--distribute
      and --setuptools options no longer do anything).
  - Update files shipped by upstream.
* Use https in watch file.

14. By Stefano Rivera

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Stefano Rivera ]
* New upstream release.
  - debian/patches/multiarch.patch: Removed; applied upstream.
* Upload to unstable.
* Bump Standards-Version to 3.9.4.
  - Bump debhelper dependency to 8.1 for build-{arch,indep} support.
* Drop pycentral cleanup in preinst, we haven't used pycentral since before
  oldstable.

13. By Stefano Rivera

Apply test_urlparse_uses_fragment.patch to the bundled pip, allowing it to
work with Python >= 2.7.4 or >= 3.3. (Closes: #679337)

12. By Stefano Rivera

[ Clint Byrum ]
* New upstream release. (LP: #986227)
* d/p/pep3147-dist-packges.patch - Dropped, applied upstream
* d/p/remove_syspath0_on_reinvoke.patch - Dropped, applied upstream

[ Stefano Rivera ]
* system-python.patch: Use /usr/bin/python in the shebang
  (Closes: #663228, LP: #737734)
* cleanup_tmpdirs.patch: Cleanup temporary working directories
  (Closes: #661272)
  - rebuild_script.patch: Include rebuild_script.py. The tmpdir patch
    touches some embedded files.
  - Rebuild virtualenv.py during package build.
* Bumped standards version to 3.9.3 (no changes needed).
* Add myself to Uploaders.
* Wrap long lists in debian/control.

11. By Stefano Rivera

* Team upload.
* New upstream version. Closes: #632982
  - Doesn't import pkg_resources from python2 run with -p python3
    Closes: #625784, LP: #787822
* Refreshed patches.
* Bumped standards version to 3.9.2 (no changes needed).
* Updated manpage for new options:
  - --system-site-packages (no longer the default)
  - --extra-search-dir
  - --never-download
* debian/patches/remove_syspath0_on_reinvoke.patch
  - Remove the first entry from sys.path to fix failure with -p python3
* debian/patches/pep3147-dist-packges.patch
  - Use the unified python3 dist-packages path in site.py

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/trusty/python-virtualenv
This branch contains Public information 
Everyone can see this information.

Subscribers