[Python-modules-commits] [python-virtualenv] branch upstream updated (e92cbdf -> b97fe01)

Barry Warsaw barry at moszumanska.debian.org
Sun Jan 31 22:21:06 UTC 2016


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

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

      from  e92cbdf   Import python-virtualenv_13.1.2+ds.orig.tar.gz
      adds  b97fe01   Import python-virtualenv_14.0.3+ds.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                  |   2 +-
 MANIFEST.in                                  |   5 +-
 PKG-INFO                                     | 868 +--------------------------
 README.rst                                   |  14 +-
 bin/rebuild-script.py                        |  88 +--
 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                                | 578 ++++++++----------
 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 ++++++++++++++++++
 30 files changed, 1743 insertions(+), 2614 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