Commit Graph

123 Commits

Author SHA256 Message Date
Tomáš Chvátal
db4fbaa216 - Use multibuild to avoid cycles with pytest
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=71
2019-09-17 18:07:53 +00:00
Tomáš Chvátal
33e019dfea - Update to 16.7.5:
* fix powershell activation when sourced (#1398)
  * fix regression - sh activation script not working under sh (only bash) (#1396)
  * activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules (#1371)
  * Allow creating virtual environments for 3.xy. (#1385)
  * Report error when running activate scripts directly
  * Extend the LICENSE search paths list by lib64/pythonX.Y to support Linux vendors who install their Python to /usr/lib64/pythonX.Y
  * Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts)
  * Drop Jython support
  * Add tests covering prompt manipulation during activation/deactivation, and harmonize behavior of all supported shells

- Update to 16.4.3:
  * Revert the symlink fix, causing debian packaging issues. (#1390)
  * Fix license() builtin by copying the LICENSE file into the virtualenv - by asottile. (#1317)
  * fixes the scenario where the python base install is symlinked with relative symlinks (#490)
  * Use importlib over imp in virtualenv.py for python >= 3.4 - by Anthony Sottile (#1293)
  * Copy or link PyPy header files instead of include directory itself (#1302)
  * Allow virtualenv creation with older pip not having config command correspondingly disabling configuration related features (such as pip cert setting) in this case. (#1303)
  * Use importlib over deprecated imp` in ``distutils/__init__.py for python 3 - by Anthony Sottile (#955)
  * Preserve cert option defined in pip.conf or environment variable. (#1273)
  * fixed a ResourceWarning: unclosed file in call_subprocess() - by Mickaël Schoentgen (#1277)
  * pre-import some built-in modules in site.py on PyPy according to PyPy's site.py - by microdog (#1281)
  * Copy files from sys.exec_prefix only if it is really different path than used prefix, bugfix for #1270 (#1282)
  * copyfile handles relative symlinks and symlinks to symlinks, avoiding problems when Python was installed using stow or homebrew. (#268)
  * Fix preserving of original path when using fish and a subshell. (#904)
  * Drop the source layout of the project, going back to how the source was laid out before 16.1.0. (#1241)
  * Fix bootstrap script generation broken with 16.0.0. Support now both CPython, pypy, jython. (#1244)
  * lib64 symlink is again relative (as was with < 16.1.0). (#1248)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=70
2019-09-16 10:44:26 +00:00
Dominique Leuenberger
b64c3cb6e0 Accepting request 680531 from devel:languages:python
- Version bump to 16.1.0:
  * Fixed documentation to use pypi.org and correct curl options; :issue:`1042`
  * bug fix: ensure prefix is absolute when creating a new virtual
    environment :issue:`1208`
  * upgrade setuptools from ``39.1.0`` to ``40.5.0``
  * upgrade wheel from ``0.31.1`` to ``0.32.2``
  * upgrade pip from ``10.0.1`` to ``18.1``
  * ``activate.csh`` does not use basename and handles newlines :issue:`1200`
  * fix failure to copy on platforms that use lib64 :issue:`1189`
  * enable tab-completion in the interactive interpreter by default,
    thanks to a new ``sys.__interactivehook__`` on Python 3 :issue:`967`
  * suppress warning of usage of the deprecated ``imp`` module :issue:`1238`
  * Drop support for Python 2.6.
  * Upgrade pip to 10.0.1.
  * Upgrade setuptools to 39.1.0.
  * Upgrade wheel to 0.31.1.
- Removed patch
  - pypa-virtualenv-1189.patch

- Add requires: python-setuptools (bsc#1127328)

OBS-URL: https://build.opensuse.org/request/show/680531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=34
2019-03-04 08:11:23 +00:00
Thomas Bechtold
196b4bfa19 - Version bump to 16.1.0:
* Fixed documentation to use pypi.org and correct curl options; :issue:`1042`
  * bug fix: ensure prefix is absolute when creating a new virtual
    environment :issue:`1208`
  * upgrade setuptools from ``39.1.0`` to ``40.5.0``
  * upgrade wheel from ``0.31.1`` to ``0.32.2``
  * upgrade pip from ``10.0.1`` to ``18.1``
  * ``activate.csh`` does not use basename and handles newlines :issue:`1200`
  * fix failure to copy on platforms that use lib64 :issue:`1189`
  * enable tab-completion in the interactive interpreter by default,
    thanks to a new ``sys.__interactivehook__`` on Python 3 :issue:`967`
  * suppress warning of usage of the deprecated ``imp`` module :issue:`1238`
  * Drop support for Python 2.6.
  * Upgrade pip to 10.0.1.
  * Upgrade setuptools to 39.1.0.
  * Upgrade wheel to 0.31.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=68
2019-03-01 15:30:04 +00:00
Thomas Bechtold
796a4543e6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=67 2019-03-01 07:52:32 +00:00
Thomas Bechtold
752faa8e4f - Add requires: python-setuptools (bsc#1127328)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=66
2019-03-01 07:49:01 +00:00
ee3b258502 Accepting request 672297 from home:nicolasbock:branches:devel:languages:python
- Version bump to 16.1.0
- Removed patch
  - pypa-virtualenv-1189.patch

OBS-URL: https://build.opensuse.org/request/show/672297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=65
2019-02-07 16:59:32 +00:00
Dominique Leuenberger
d476e6ce41 Accepting request 627455 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/627455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=33
2018-08-08 12:45:18 +00:00
Tomáš Chvátal
df7d030963 Accepting request 627453 from home:matwey:branches:devel:languages:python
- Add requires: python-setuptools 
    > virtualenv-3.6 --help
    Traceback (most recent call last):
      File "/usr/bin/virtualenv-3.6", line 6, in <module>
        from pkg_resources import load_entry_point
    ModuleNotFoundError: No module named 'pkg_resources'

OBS-URL: https://build.opensuse.org/request/show/627453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=63
2018-08-04 15:09:58 +00:00
Dominique Leuenberger
7fdd5e7346 Accepting request 624537 from devel:languages:python
- Enable tests, skip upstream failing one

- Fix failure of virtualenv --always-copy (bsc#1102096):
  * pypa-virtualenv-1189.patch

OBS-URL: https://build.opensuse.org/request/show/624537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=32
2018-07-23 15:58:56 +00:00
Tomáš Chvátal
26031a2e22 - Enable tests, skip upstream failing one
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=61
2018-07-22 10:26:39 +00:00
Tomáš Chvátal
b82e1fa9b1 - Fix failure of virtualenv --always-copy (bsc#1102096):
* pypa-virtualenv-1189.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=60
2018-07-22 10:06:29 +00:00
Tomáš Chvátal
f19b851a67 Accepting request 624311 from home:mwilck:branches:devel:languages:python
- Fix failure of virtualenv --always-copy (bsc#1102096)

OBS-URL: https://build.opensuse.org/request/show/624311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=59
2018-07-20 18:20:22 +00:00
Dominique Leuenberger
ca11ed4ea5 Accepting request 578617 from devel:languages:python
- Add missing Requires for python (bsc#1081707)

OBS-URL: https://build.opensuse.org/request/show/578617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=31
2018-02-22 13:58:04 +00:00
Thomas Bechtold
9f9d5f8bdd - Add missing Requires for python (bsc#1081707)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=57
2018-02-21 08:16:37 +00:00
Dominique Leuenberger
5588b8302e Accepting request 482903 from devel:languages:python
- do not generate HTML documentation for packages that are indirect
  dependencies of Sphinx
  (see docs at https://virtualenv.readthedocs.org/ )
- move uninstall_alternatives to %postun

- Merge python-virtualenv-doc.spec into python-virtualenv.spec

- update to 15.1.0:
  * Support Python 3.6.
  * Upgrade setuptools to 28.0.0.
  * Upgrade pip to 9.0.1.
  * Don't install pre-release versions of pip, setuptools, or wheel from PyPI.
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/482903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=30
2017-04-19 16:04:03 +00:00
Jan Matejek
5a20497330 - do not generate HTML documentation for packages that are indirect
dependencies of Sphinx
  (see docs at https://virtualenv.readthedocs.org/ )
- move uninstall_alternatives to %postun

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=55
2017-03-27 14:14:31 +00:00
Jan Matejek
4883e778af Accepting request 480672 from home:tbechtold:branches:devel:languages:python
- Merge python-virtualenv-doc.spec into python-virtualenv.spec

- update to 15.1.0:
  * Support Python 3.6.
  * Upgrade setuptools to 28.0.0.
  * Upgrade pip to 9.0.1.
  * Don't install pre-release versions of pip, setuptools, or wheel from PyPI.
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/480672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=54
2017-03-20 14:42:07 +00:00
Dominique Leuenberger
50afb2dd78 Accepting request 425186 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/425186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=29
2016-09-09 08:16:42 +00:00
188bfb63a3 Accepting request 424646 from home:apersaud:branches:devel:languages:python
update to latest version, fix update-alternatives to be the same as for dlp3

OBS-URL: https://build.opensuse.org/request/show/424646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=52
2016-09-07 08:56:23 +00:00
Stephan Kulow
d2f33fdafa Accepting request 331692 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/331692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=28
2015-09-24 05:16:21 +00:00
Denisart Benjamin
eb538859c2 Accepting request 331544 from home:rhafer:branches:devel:languages:python
update to version 13.1.2

OBS-URL: https://build.opensuse.org/request/show/331544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=50
2015-09-17 12:06:02 +00:00
Dominique Leuenberger
37f1ded40f Accepting request 319410 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=27
2015-08-06 22:21:01 +00:00
Todd R
ca12212b35 Accepting request 319409 from home:TheBlackCat:branches:devel:languages:python
Split documentation into subpackage to avoid dependency loop.

OBS-URL: https://build.opensuse.org/request/show/319409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=48
2015-07-29 13:14:59 +00:00
Dominique Leuenberger
2d2d72a27b Accepting request 294337 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/294337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=26
2015-04-05 00:04:04 +00:00
Denisart Benjamin
a0207fe1f7 Accepting request 294253 from home:benoit_monin:branches:devel:languages:python
update to version 12.0.7

OBS-URL: https://build.opensuse.org/request/show/294253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=46
2015-04-03 17:27:03 +00:00
Dominique Leuenberger
68dc9fa7cb Accepting request 261688 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/261688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=25
2014-11-18 21:45:24 +00:00
Denisart Benjamin
7e575ddc64 Accepting request 260380 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=44
2014-11-14 18:02:50 +00:00
Stephan Kulow
ef8e1320fe Accepting request 249862 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/249862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=24
2014-09-17 15:27:03 +00:00
Jan Matejek
1508dc2b2f Accepting request 249587 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=42
2014-09-16 21:27:26 +00:00
Stephan Kulow
e4a89f30d8 Accepting request 228207 from devel:languages:python
update to 1.11.4 (forwarded request 228206 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/228207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=22
2014-03-31 18:44:21 +00:00
Todd R
a49a06c959 Accepting request 228206 from home:TheBlackCat:branches:devel:languages:python
update to 1.11.4

OBS-URL: https://build.opensuse.org/request/show/228206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=40
2014-03-30 09:20:52 +00:00
Stephan Kulow
6fa61254d9 Accepting request 221980 from devel:languages:python
- update to 1.11.2:
 * Fixed easy_install installed virtualenvs by updated pip to 1.5.2
 * Fixed an issue where pip and setuptools were not getting installed when using
   the ``--system-site-packages`` flag.
 * Updated setuptools to fix an issue when installed with easy_install
 * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii (forwarded request 221797 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/221980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=21
2014-02-13 14:04:04 +00:00
Sascha Peilicke
814797ff2a Accepting request 221797 from home:dirkmueller:branches:devel:languages:python
- update to 1.11.2:
 * Fixed easy_install installed virtualenvs by updated pip to 1.5.2
 * Fixed an issue where pip and setuptools were not getting installed when using
   the ``--system-site-packages`` flag.
 * Updated setuptools to fix an issue when installed with easy_install
 * Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii

OBS-URL: https://build.opensuse.org/request/show/221797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=38
2014-02-12 09:56:12 +00:00
Sascha Peilicke
54c840a7ae Accepting request 213603 from home:pronik:baamm
Remove circular and also unneeded runtime pip dependency.

OBS-URL: https://build.opensuse.org/request/show/213603
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=37
2014-01-14 09:57:04 +00:00
Stephan Kulow
08aeeac6c8 Accepting request 213140 from devel:languages:python
- Update to version 1.11:
  + BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled
    copies of setuptools and pip. Using sdists is no longer supported
  + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs.
    This option now works like pip’s --find-links option, in that it
    adds extra directories to search for compatible wheels for pip and
    setuptools. The actual wheel selected is chosen based on version
    and compatibility, using the same algorithm as pip install setuptools.
  + Upgraded pip to v1.5
  + Upgraded setuptools to v1.4
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost
  alternatives link on 12.3 or newer

OBS-URL: https://build.opensuse.org/request/show/213140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=20
2014-01-09 14:54:04 +00:00
Sascha Peilicke
408583fd71 + BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled
copies of setuptools and pip. Using sdists is no longer supported
  + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs.
    This option now works like pip’s --find-links option, in that it
    adds extra directories to search for compatible wheels for pip and
    setuptools. The actual wheel selected is chosen based on version
    and compatibility, using the same algorithm as pip install setuptools.
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost
  alternatives link on 12.3 or newer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=35
2014-01-08 12:27:28 +00:00
Sascha Peilicke
74e110b8df OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=34 2014-01-07 14:15:47 +00:00
Sascha Peilicke
e5cc247c07 - Drop requires on python-pip and python-setuptools, virtualenv ships it's own copies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=33
2014-01-07 14:04:00 +00:00
Sascha Peilicke
b6b8c37c4f - Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=32
2014-01-07 13:54:08 +00:00
Sascha Peilicke
613d38b9ba - Update to version 1.11:
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels.
  + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools.
  + Upgraded pip to v1.5
  + Upgraded setuptools to v1.4
- Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning)
  and ghost alternatives link on 12.3 or newer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=31
2014-01-07 13:50:50 +00:00
Tomáš Chvátal
0563ac177a Accepting request 202945 from devel:languages:python
- Update to version 1.10.1:
  + **New Signing Key** Release 1.10.1 is using a different key than normal with
    fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
  + Upgraded pip to v1.4.1
  + Upgraded setuptools to v0.9.8

OBS-URL: https://build.opensuse.org/request/show/202945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=19
2013-10-11 11:49:26 +00:00
Sascha Peilicke
f726a712ab - Update to version 1.10.1:
+ **New Signing Key** Release 1.10.1 is using a different key than normal with
    fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
  + Upgraded pip to v1.4.1
  + Upgraded setuptools to v0.9.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=29
2013-10-11 08:51:51 +00:00
Stephan Kulow
a9e2e17dd3 Accepting request 184868 from devel:languages:python
- Don't drop shipped setuptools / pip, they've been fetched from the
  interwebs previously. It doesn't make sense to use the (currently
  matching) system equivalents, it's meant to be self-contained

- Use update-alternatives for parallel-installability with Python3 version

- Update to version 1.10:
  + BACKWARDS INCOMPATIBLE Dropped support for Python 2.5. The minimum supported
    Python version is now Python 2.6.
  + BACKWARDS INCOMPATIBLE Using virtualenv.py as an isolated script (i.e.
    without an associated virtualenv_support directory) is no longer supported
    for security reasons and will fail with an error.
  + Along with this, --never-download is now always pinned to True, and is only
    being maintained in the short term for backward compatibility (Pull #412).
  + IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged with
    Distribute again and works for Python 2 and 3 with one codebase. The 
    --distribute and --setuptools options are now no-op.
  + Updated to pip 1.4.
  + Added support for PyPy3k
  + Added the option to use a version number with the -p option to get the system
    copy of that Python version (Windows only)
  + Removed embedded ez_setup.py, distribute_setup.py and distribute_from_egg.py
    files as part of switching to merged setuptools.
  + Fixed --relocatable to work better on Windows.
  + Fixed issue with readline on Windows.
- Spec clean:
  + Depend on setuptools instead of distribute again
  + Package README.rst
  + Build HTML documentation and install it (instead of sources)

OBS-URL: https://build.opensuse.org/request/show/184868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=17
2013-07-29 19:11:59 +00:00
Sascha Peilicke
d364ce80d9 - Don't drop shipped setuptools / pip, they've been fetched from the
interwebs previously. It doesn't make sense to use the (currently
  matching) system equivalents, it's meant to be self-contained

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=27
2013-07-29 15:25:13 +00:00
Sascha Peilicke
a2802a2992 - Use update-alternatives for parallel-installability with Python3 version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=26
2013-07-29 14:37:28 +00:00
Sascha Peilicke
bda8666a2b - Update to version 1.10:
+ BACKWARDS INCOMPATIBLE Dropped support for Python 2.5. The minimum supported
    Python version is now Python 2.6.
  + BACKWARDS INCOMPATIBLE Using virtualenv.py as an isolated script (i.e.
    without an associated virtualenv_support directory) is no longer supported
    for security reasons and will fail with an error.
  + Along with this, --never-download is now always pinned to True, and is only
    being maintained in the short term for backward compatibility (Pull #412).
  + IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged with
    Distribute again and works for Python 2 and 3 with one codebase. The 
    --distribute and --setuptools options are now no-op.
  + Updated to pip 1.4.
  + Added support for PyPy3k
  + Added the option to use a version number with the -p option to get the system
    copy of that Python version (Windows only)
  + Removed embedded ez_setup.py, distribute_setup.py and distribute_from_egg.py
    files as part of switching to merged setuptools.
  + Fixed --relocatable to work better on Windows.
  + Fixed issue with readline on Windows.
- Spec clean:
  + Depend on setuptools instead of distribute again
  + Package README.rst
  + Build HTML documentation and install it (instead of sources)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=25
2013-07-29 14:34:37 +00:00
Stephan Kulow
0635407e31 Accepting request 159592 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/159592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=16
2013-03-17 09:07:49 +00:00
Alexandre Rogoski
1603fca704 - Update to 1.9.1:
* Updated to pip 1.3.1 that fixed a major backward incompatible
    change of parsing URLs to externally hosted packages that got
    accidentily included in pip 1.3.
- Aditional changes from 1.9
  * Unset VIRTUAL_ENV environment variable in deactivate.bat
    (Pull #364)
  * Upgraded distribute to 0.6.34.
  * Added --no-setuptools and --no-pip options (Pull #336).
  * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin
    (Pull #382).
  * Fixed Issue #378. virtualenv is now "multiarch" aware on
    debian/ubuntu (Pull #379).
  * Fixed issue with readline module path on pypy and OSX (Pull #374).
  * Made 64bit detection compatible with Python 2.5 (Pull #393).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=23
2013-03-08 13:12:18 +00:00
Ismail Dönmez
98ea3dcdfc Accepting request 144040 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/144040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=14
2012-12-05 13:06:30 +00:00