2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-16 19:38:40 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
pytest from versioned deps.
|
2020-01-23 23:59:43 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-virtualenv: match PLIST to 16.7.9 update
|
2020-01-22 20:27:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 16.7.9
v16.7.9:
Bugfixes
- upgrade setuptools from ``41.6.0`` to ``42.0.2``
|
2019-11-25 12:54:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 16.7.8
v16.7.8:
- upgrade setuptools from 41.4.0 to 41.6.0
|
2019-10-29 16:07:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 16.7.7
v16.7.7:
Bugfixes
- * fix virtualenv creation when ``--no-pip`` argument used.
- upgrade bundled pip from ``19.3`` to ``19.3.1``
v16.7.6:
Bugfixes
- fix to support for Python 3 on MacOS 10.15 provided by Xcode
- bump bundled pip from ``19.2.3`` to ``19.3`` and setuptools from ``41.2.0`` to \
``41.4.0``
|
2019-09-06 15:42:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 16.7.5
v16.7.5:
Bugfixes
- upgrade pip from 19.2.2 to 19.2.3
v16.7.4:
Bugfixes
- * fix powershell activation when sourced
- * upgrade wheel from 0.33.4 to 0.33.6 and setuptools from 41.1.0 to 41.2.0
v16.7.3:
Bugfixes
- upgrade pip from 19.1.1 to 19.2.2 and setuptools from 41.0.1 to 41.1.0
v16.7.2:
Bugfixes
- fix regression - sh activation script not working under sh (only bash)
v16.7.1:
Features
- pip bumped to 19.2.1
v16.7.0:
Features
- activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules
- Allow creating virtual environments for 3.xy.
- Report error when running activate scripts directly, instead of sourcing. By \
reporting an error instead of running silently, the user get immediate feedback \
that the script was not used correctly. Only Bash and PowerShell are supported \
for now.
- * add pip 19.2 (19.1.1 is kept to still support python 3.4 dropped by latest pip)
|
2019-07-18 13:24:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 16.6.2
v16.6.2:
Bugfixes
- Extend the LICESNE search paths list by lib64/pythonX.Y to support Linux
vendors who install their Python to /usr/lib64/pythonX.Y (Gentoo, Fedora,
openSUSE, RHEL and others)
|
2019-06-18 10:38:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 16.6.1
v16.6.1:
Bugfixes
- Raise an error if the target path contains the operating systems path \
separator (using this would break our activation scripts)
- Fix an additional issue with 1339, where the user specifies --python
pointing to a venv redirector executable.
|
2019-05-29 22:16:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 16.6.0
v16.6.0:
Features
- Drop Jython support. Jython became slower and slower in the last few months \
and significantly holds back our
CI and development. As there's very little user base for it decided to drop \
support for it. If there are Jython
developers reach out to us to see how we can add back support.
- Upgrade embedded packages:
* upgrade wheel from 0.33.1 to 0.33.4
* upgrade pip from 19.1 to 19.1.1
v16.5.0:
Bugfixes
- Add tests covering prompt manipulation during activation/deactivation,
and harmonize behavior of all supported shells
- Handle running virtualenv from within a virtual environment created
using the stdlib venv module. Fixes 1339.
Features
- -p option accepts Python version in following formats now: X, X-ZZ, X.Y and \
X.Y-ZZ, where ZZ is 32 or 64. (Windows only)
- upgrade pip from 19.0.3 to 19.1
- upgrade setuptools from 40.8.0 to 41.0.1
v16.4.3:
Bugfixes
- Revert the symlink fix, causing debian packaging issues.
v16.4.1:
Bugfixes
- Fix license() builtin by copying the LICENSE file into the virtualenv
Features
- bump vendored pip to 19.0.3 and wheel to 0.33.1
v16.4.0:
Bugfixes
- fixes the scenario where the python base install is symlinked with relative \
symlinks
- Use importlib over imp in virtualenv.py for python >= 3.4
- Copy or link PyPy header files instead of include directory itself
- Allow virtualenv creation with older pip not having config command
correspondingly disabling configuration related features (such as pip cert
setting) in this case.
Features
- upgrade to pip 19.0.2 and setuptools 40.8.0
|