- update update 20.25.3:
* Python 3.13.0a6 renamed pathmod to parser
* Upgrade embedded wheels
- Add missing BuildRequires on time-machine
the test suite checks if the include path exists.
- Add missing Requires on two modules.
* Add ``--read-only-app-data`` option to allow for creation based on
* The python specification can now take one or more values, first found
Distribute again and works for Python 2 and 3 with one codebase. The
OBS-URL: https://build.opensuse.org/request/show/1169321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=64
- Add fix-tests-hookimpls.patch to fix tests with latest pytest in
Factory.
- Update to v20.24.5:
- Fix brew cannot copy by @gaborbernat in #2640
- Test with 3.12 rc by @gaborbernat in #2641
- Upgrade setuptools by @gaborbernat in #2642
- GitHub Actions: Add PyPy 3.10 to testing by @cclauss in #2638
- 20.24.4:
- Fix typo found by codespell by @DimitriPapadopoulos in #2624
- Updating extend.rst typo by @sagardesai1 in #2626
- 20.24.3:
- Update compatibility docs by @jugmac00 in #2618
- fix ResourceWarning on process exit (#2472) by @sigma67 in #2617
- added scripts in tasks directory to sdist on build (#2610) by @sigma67 in #2620
- Bump wheel by @gaborbernat in #2622
- 20.24.2:
- Bump pip and wheel by @gaborbernat in #2614
- 20.24.1:
- Upgrade pip by @arielkirkwood in #2611
- 20.24.0:
- Fix the CI by @gaborbernat in #2593
- Quickstart guide by @AlvesJorge in #2599
- Updated CLI documentation with config file name by @nathanczh in #2602
- Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #2603
- Export VIRTUAL_ENV_PROMPT in activation scripts (#2194) by @jimporter in #2606
- Upgrade setuptools by @gaborbernat in #2607
OBS-URL: https://build.opensuse.org/request/show/1114909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=61
- Add missing BuildRequires on time-machine
- Update to v20.23.0:
# Features - 20.23.0
* Do not install wheel and setuptools seed packages for Python
3.12+. To restore the old behaviour use:
- for wheel use VIRTUALENV_WHEEL=bundle environment variable or
--wheel=bundle CLI flag,
- for setuptools use VIRTUALENV_SETUPTOOLS=bundle environment
variable or --setuptools=bundle CLI flag.
By @chrysle. (#2487)
* 3.12 support - by @gaborbernat. (#2558)
# Bugfixes - 20.23.0
* Prevent PermissionError when using venv creator on systems that
deliver files without user write permission - by @kulikjak.
(#2543)
* Upgrade setuptools to 67.7.2 from 67.6.1 and pip to 23.1.2 from
23.1 - by @szleb. (#2560)
OBS-URL: https://build.opensuse.org/request/show/1088293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=59
- Update to 20.16.6:
- Drop unneeded shims for PyPy3 directory structure
- Fix selected scheme on debian derivatives for python 3.10
when python3-distutils is not installed or the venv scheme is
not avaiable
- Allow the test suite to pass even with the original C shell
(rather than tcsh)
- Fix fallback handling of downloading wheels for bundled
packages
- Upgrade embedded setuptools to 65.5.0 from 65.3.0 and pip to
22.3 from 22.2.2
OBS-URL: https://build.opensuse.org/request/show/1031181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=53
- Update to vesion 20.16.5:
- Do not turn echo off for subsequent commands in batch
activators (activate.bat and deactivate.bat)
- Bump embed setuptools to 65.3
- Upgrade embedded pip to 22.2.2 from 22.2.1 and setuptools to
63.4.1 from 63.2.0
- Bump embeded pip from 22.2 to 22.2.1
- Update Nushell activation scripts to version 0.67
- Drop support for running under Python 2 (still can generate
Python 2 environments)
- Upgrade embedded pip to 22.2 from 22.1.2 and setuptools to
63.2.0 from 62.6.0
OBS-URL: https://build.opensuse.org/request/show/1009349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=52
- Add missing Requires on two modules.
- Drop no longer required appdirs Requires.
- Shift new BuildRequires to :test to avoid cycles.
- Switch off tests, they are just broken.
- Update to 20.7.0:
- Removed xonsh activator due to this breaking fairly often the
CI and lack of support from those packages maintainers,
upstream is encouraged to continue supporting the project as
a plugin
- Support Python interpreters without distutils (fallback to
syconfig in these cases)
- Plugins now use 'selectable' entry points
- add libffi-7.dll to the hard-coded list of dlls for PyPy
- Drop python 3.4 support as it has been over 2 years since EOL
- Use the better maintained platformdirs instead of appdirs
- Built in discovery class is always preferred over plugin
supplied classes.
- On the programmatic API allow passing in the environment
variable dictionary to use, defaults to os.environ if not
specified
- The builtin discovery takes now a --try-first-with argument
and is first attempted as valid interpreters. One can use
this to force discovery of a given python executable when the
discovery order/mechanism raises errors
OBS-URL: https://build.opensuse.org/request/show/918847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=44
- Require xonsh for testing of all Python 3 flavors in Tumbleweed
gh#openSUSE/python-rpm-macros#66
- Update to 20.2.1
* Optionally skip VCS ignore directive for entire virtualenv directory
* Add ``--read-only-app-data`` option to allow for creation based on
an existing app data cache which is non-writable
* The python specification can now take one or more values, first found
is used to create the virtual environment
OBS-URL: https://build.opensuse.org/request/show/853600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=41
- Use multibuild to avoid cycles with pytest
- 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/request/show/731579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenv?expand=0&rev=35
- 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
- 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
- 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
- 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