[Python-modules-commits] [python-virtualenv] branch master updated (c1a2882 -> 36a51b0)

Barry Warsaw barry at moszumanska.debian.org
Sun Jan 31 22:20:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch master
in repository python-virtualenv.

      from  c1a2882   * d/rules:   - Disable the tests since the upstream tarball does not include enough     to run them.   - The upstream changes file has been renamed to docs/changes.rst. * d/tests: Add DEP-8 smoketests.
       new  3582598   Since Donald isn't signing virtualenv anymore, don't check the pgp signature.
       new  8511733   record new upstream branch created by importing python-virtualenv_14.0.3+ds.orig.tar.gz
       new  b97fe01   Import python-virtualenv_14.0.3+ds.orig.tar.gz
       new  1180399   Use /usr/bin/python3 in the shebang.
       new  760083e   Prevent installation of virtualenv-X.Y since we're not
       new  a89a9c8   Use the archive's wheels instead of the bundled wheels, by
       new  6ca0ec9   Even though /usr/bin/virtualenv is a Python 3 script now, in
       new  5cc72ad   merge patched into master
       new  90275f6   Only depend on the python-pip-whl package.
       new  df6909b   Rewheel pip.
       new  3d99af8   Use the archive's wheels instead of the bundled wheels, by
       new  7f718af   Even though /usr/bin/virtualenv is a Python 3 script now, in
       new  ed95318   merge patched into master
       new  b0e94c4   Rewheel dirtbike.
       new  fedb9d5   Use the archive's wheels instead of the bundled wheels, by
       new  aba342e   Even though /usr/bin/virtualenv is a Python 3 script now, in
       new  36a51b0   merge patched into master

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                  |   2 +-
 MANIFEST.in                                  |   5 +-
 PKG-INFO                                     | 868 +--------------------------
 README.rst                                   |  14 +-
 bin/rebuild-script.py                        |  88 +--
 debian/.git-dpm                              |  14 +-
 debian/changelog                             |   3 +-
 debian/control                               |  14 +-
 debian/patches/entry-points.patch            |   6 +-
 debian/patches/python2-default.patch         |   6 +-
 debian/patches/system-python.patch           |   2 +-
 debian/patches/use-wheels.patch              |  40 +-
 debian/rules                                 |   8 +
 debian/watch                                 |   3 +-
 docs/changes.rst                             |  86 ++-
 docs/conf.py                                 |   8 +-
 docs/index.rst                               |   4 +-
 docs/reference.rst                           |  13 +-
 docs/userguide.rst                           |  15 +-
 setup.cfg                                    |   4 +-
 setup.py                                     |  33 +-
 {virtualenv_support => tests}/__init__.py    |   0
 tests/test_activate.sh                       |  96 +++
 tests/test_activate_output.expected          |   2 +
 tests/test_virtualenv.py                     | 139 +++++
 virtualenv.egg-info/PKG-INFO                 | 868 +--------------------------
 virtualenv.egg-info/SOURCES.txt              |  17 +-
 virtualenv.egg-info/entry_points.txt         |   2 +-
 virtualenv.egg-info/pbr.json                 |   1 -
 virtualenv.py                                | 588 ++++++++----------
 virtualenv_embedded/activate.bat             |  20 +-
 virtualenv_embedded/activate.csh             |   8 +-
 virtualenv_embedded/activate.fish            |  68 ++-
 virtualenv_embedded/activate.sh              |  32 +-
 virtualenv_embedded/deactivate.bat           |  39 +-
 virtualenv_embedded/{site.py => new_site.py} | 268 +++++----
 virtualenv_embedded/python-config            |  78 +++
 virtualenv_embedded/{site.py => site.26.py}  | 401 ++++---------
 virtualenv_embedded/site.27.py               | 600 ++++++++++++++++++
 39 files changed, 1803 insertions(+), 2660 deletions(-)
 copy {virtualenv_support => tests}/__init__.py (100%)
 create mode 100755 tests/test_activate.sh
 create mode 100644 tests/test_activate_output.expected
 create mode 100644 tests/test_virtualenv.py
 delete mode 100644 virtualenv.egg-info/pbr.json
 copy virtualenv_embedded/{site.py => new_site.py} (89%)
 create mode 100644 virtualenv_embedded/python-config
 copy virtualenv_embedded/{site.py => site.26.py} (53%)
 create mode 100644 virtualenv_embedded/site.27.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git



More information about the Python-modules-commits mailing list