17
0
Commit Graph

99 Commits

Author SHA256 Message Date
75054b07a6 Accepting request 1327215 from home:nkrapp:branches:devel:languages:python
- Update to 3.36.1 (fixes CVE-2026-22702, bsc#1256458)
  * fix: resolve TOCTOU vulnerabilities in app_data and lock directory creation
- Update to 3.36.0
  * fix: Prevent NameError when accessing _DISTUTILS_PATCH during file
    overwrite
  * Upgrade pip and fix 3.15 picking old wheel
  * fix: wrong path on migrated venv 
  * test_too_many_open_files: assert on errno.EMFILE instead of strerror
  * fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146
  * fix: resolve EncodingWarning in tox upgrade environment
  * Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1
  * Add support for PEP 440 version specifiers in the --python flag
- disable test that is broken upstream

OBS-URL: https://build.opensuse.org/request/show/1327215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=165
2026-01-15 07:56:21 +00:00
49f4c32583 - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=163
2025-08-26 09:30:39 +00:00
6d33871266 - update to 20.29.3:
* Ignore unreadable directories in PATH

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=161
2025-03-30 07:54:57 +00:00
09de983e11 - update to 20.29.2:
* Upgrade setuptools to 75.3
  * Upgrade setuptools to 75.5 and wheel to 0.45
  * No longer forcibly echo off during windows batch activation
  * Update run_with_catch log flushing by @neilramsay in #2806
  * feat: Write CACHEDIR.TAG file b
  * Skip tcsh tests on broken tcsh versions
  * Makes --python command-line flag take precedence over env var
  * Add free-threaded Python support
  * Upgrade embeded setuptools
  * Simplify Solution to --python command-line flag precedence
  * Change PyInfo cache versioning mechanism

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=159
2025-02-25 20:28:39 +00:00
1e2dc17605 - update to 20.27.1:
* Drop 3.7 support as the CI environments no longer allow it running
  * pip to 24.3.1 from 24.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=157
2024-10-30 08:13:59 +00:00
6db330fbb3 - update teo 20.26.6:
* Properly quote string placeholders in activation script templates
    to mitigate potential command injection - by @y5c4l3. (#2768)
  * Upgrade embedded wheels: setuptools to 75.1.0 from 74.1.2
  * no longer create () output in console during activation of a
    virtualenv by .bat file. (#2728)
- Inject setuptools-wheel and tell the testsuite where to find it.
  * Bump embeded wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=154
2024-10-17 15:16:47 +00:00
53050a1122 - Inject setuptools-wheel and tell the testsuite where to find it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=152
2024-10-15 05:34:43 +00:00
9caa0121d8 - update to 20.26.3:
* Bump embeded wheels

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=150
2024-06-29 12:44:18 +00:00
7051233396 - update to 20.26.2:
* virtualenv.pyz no longer fails when zipapp path contains a
    symlink
  * Fix bad return code from activate.sh if hashing is disabled

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=148
2024-06-10 08:59:08 +00:00
77cef25b01 Accepting request 1173492 from home:badshah400:branches:devel:languages:python
Update to version 20.26.1:

OBS-URL: https://build.opensuse.org/request/show/1173492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=146
2024-05-13 12:11:40 +00:00
5f42432b63 - 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/package/show/devel:languages:python/python-virtualenv?expand=0&rev=144
2024-04-20 07:43:12 +00:00
49421a70d8 Accepting request 1152468 from home:bnavigator:branches:devel:languages:python
- Update to 20.25.1
  * Upgrade embedded wheels:
  * Avoid importing contextlib in _virtualenv #2688

OBS-URL: https://build.opensuse.org/request/show/1152468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=142
2024-02-28 12:56:17 +00:00
3d4c6ba796 Accepting request 1137110 from home:bnavigator:branches:devel:languages:python
- Update to 20.25.0
  * Allow platformdirs v4 by @alex in #2664
  * Upgrade embedded wheels
- Drop fix-tests-hookimpls.patch
- Update requirements
- Update test execution: Remove obsolete hacks, don't build again
  on test flavor. Accomodate changed behavior with bundled
  setuptools on Python 3.12
- Conflict with setuptools_scm for tests gh#pypa/virtualenv#2668

OBS-URL: https://build.opensuse.org/request/show/1137110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=140
2024-01-07 19:11:55 +00:00
e1f9e62d1e - Add fix-tests-hookimpls.patch to fix tests with latest pytest in
Factory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=138
2023-10-03 07:10:47 +00:00
a474ee3d41 - 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
- 20.23.1:
  - Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #2566
  - feat:  update and simplify nushell activation by @melMass in #2572
  - Fix deprecation warning by @jugmac00 in #2575
  - Replace unmaintained pytest-freezegun by @jugmac00 in #2576
  - Update cli_interface.rst by @uberFoo in #2586

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=137
2023-10-03 06:46:26 +00:00
859a95c290 Accepting request 1096168 from home:mcalabkova:branches:devel:languages:python
- Update to v20.23.1
  * update and simplify nushell activation script

OBS-URL: https://build.opensuse.org/request/show/1096168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=135
2023-06-30 21:08:04 +00:00
beffa491e9 - Add missing BuildRequires on time-machine
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=133
2023-05-22 08:33:24 +00:00
8830a805dc - 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/package/show/devel:languages:python/python-virtualenv?expand=0&rev=132
2023-05-12 09:14:27 +00:00
fa8166f4a5 Accepting request 1082837 from home:jayvdb:branches:devel:languages:python
- Update to v20.22.0

deps on https://build.opensuse.org/request/show/1082836

OBS-URL: https://build.opensuse.org/request/show/1082837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=130
2023-04-27 21:50:45 +00:00
cb96ad78c9 Accepting request 1081690 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081690
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=128
2023-04-21 13:28:34 +00:00
023b997d69 Accepting request 1072651 from home:pgajdos:python
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1072651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=126
2023-03-17 21:50:59 +00:00
6b7aecc9e0 - Add python_module devel to BuildRequires in the test flavor, since
the test suite checks if the include path exists.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=124
2023-01-11 03:48:59 +00:00
4b66de37bc Accepting request 1039702 from home:yarunachalam:branches:devel:languages:python
- Update to version 20.16.7
  * Use parent directory of python executable for pyvenv.cfg “home” value per PEP 405 - by @vfazio. (#2440)
  * In POSIX virtual environments, try alternate binary names if sys._base_executable does not exist - by @vfazio. (#2442)
  * Upgrade embedded wheel to 0.38.4 and pip to 22.3.1 from 22.3 and setuptools to 65.5.1 from 65.5.0

OBS-URL: https://build.opensuse.org/request/show/1039702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=122
2022-12-03 07:30:22 +00:00
9f614238c0 - 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/package/show/devel:languages:python/python-virtualenv?expand=0&rev=120
2022-10-25 17:59:17 +00:00
e50a5483d4 Fix tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=118
2022-10-10 11:33:04 +00:00
7ff6c8e8f2 - 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/package/show/devel:languages:python/python-virtualenv?expand=0&rev=117
2022-10-10 09:42:39 +00:00
1abf9e8841 Accepting request 988039 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/988039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=115
2022-07-11 09:48:56 +00:00
5dc34adb3e Accepting request 980812 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/980812
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=113
2022-06-05 16:45:28 +00:00
f5027f7dd9 Accepting request 961179 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/961179
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=111
2022-03-19 12:13:28 +00:00
4d48839662 - update to 20.13.1:
* fix “execv() arg 2 must contain only strings” error on M1 MacOS
  * Ugrade embedded setuptools to 60.5.0 from 60.2.0
  * Upgrade embedded pip to 22.0.3 and setuptools to 60.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=110
2022-02-07 10:50:47 +00:00
400c7fa219 Accepting request 949893 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/949893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=109
2022-02-01 18:51:23 +00:00
0d5fbf2a15 - update to 20.10.0:
* Special-case ``--prompt .`` to the name of the current directory
  * Add libffi-8.dll to pypy windows
  * Fixed path collision that could lead to a PermissionError or writing to system
    directories when using PyPy3.8
  * Upgrade embedded setuptools to ``58.3.0`` from ``58.1.0`` and pip to ``21.3.1`` from ``21.2.4``
  * Remove stray closing parenthesis in activate.bat

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=108
2021-12-06 10:00:38 +00:00
805dcee9d6 Accepting request 922215 from home:bnavigator:branches:devel:languages:python
- Update to 20.8.1
  * Fixed a bug where while creating a venv on top of an existing
    one, without cleaning, when seeded wheel version mismatch
    occurred, multiple .dist-info directories may be present,
    confounding entrypoint discovery
  * upgrade embedded setuptools to 58.1.0 and pip to 21.2.4
- Release to 20.8.0
  * Add nushell activation script
- Release 2.7.1
  * Fix unpacking dictionary items in PythonInfo.install_path
    (#2165)
- Fix and activate the test suite
- Update importlib* dependencies for older pythons
- Disable the python2 build because there is no
  python2-platformdirs on any distribution

OBS-URL: https://build.opensuse.org/request/show/922215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=107
2021-10-01 19:29:38 +00:00
93c6f0decc - Shift new BuildRequires to :test to avoid cycles.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=106
2021-09-14 08:21:59 +00:00
1415804e26 - Drop no longer required appdirs Requires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=105
2021-09-14 08:16:41 +00:00
1b61d05b6e - Add missing Requires on two modules.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=104
2021-09-14 08:10:32 +00:00
6b0bfcf6bd - Add missing Requires on platformdirs.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=103
2021-09-14 07:38:40 +00:00
9c523b75d0 Accepting request 910165 from home:mcepl:branches:devel:languages:python
- 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/910165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=102
2021-08-26 06:50:47 +00:00
0feae15a26 Update tarball.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=101
2021-08-03 09:07:08 +00:00
4ac296dbb1 Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=99
2021-03-11 23:24:21 +00:00
9f9e69d732 - Actually switch off all activation tests, so we can shed all those
dependencies.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=98
2021-03-11 23:12:06 +00:00
11bf1fd986 - Skip test_xonsh on platforms we don't carry xonsh.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=97
2021-03-08 15:08:33 +00:00
afa37da01c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=96 2021-01-29 22:31:16 +00:00
58ca18fe49 - update to 20.4.0:
- On the programmatic API allow passing in the environment variable
    dictionary to use, defaults to ``os.environ`` if not specified
  - Upgrade embedded setuptools to ``51.3.3`` from ``51.1.2``
  - Bump embed pip to ``20.3.3``, setuptools to ``51.1.1`` and wheel to ``0.36.2``
  - Allow unfunctioning of pydoc to fail freely so that virtualenvs can be
  activated under Zsh with set -e (since otherwise ``unset -f`` and
  ``unfunction`` exit with 1 if the function does not exist in Zsh)
  - Drop cached python information if the system executable is no longer
    present (for example when the executable is a shim and the mapped
    executable is replaced - such is the case with pyenv)
  - 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 -
  - On Windows python ``3.7+`` distributions where the exe shim is missing
    fallback to the old ways - by :user:`gaborbernat`. (`#1986
  - When discovering interpreters on Windows, via the PEP-514, prefer
   ``PythonCore`` releases over other ones. virtualenv

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=95
2021-01-28 23:24:41 +00:00
0661dfe5b6 - update to 20.2.0:
- Bump pip to ``20.3.1``, setuptools to ``51.0.0`` and wheel to ``0.36.1``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=93
2020-12-19 10:02:03 +00:00
07a163902e Accepting request 853544 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=90
2020-12-07 12:47:13 +00:00
c4fe27f4f8 - Update to 20.0.33:
* Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`#1962 <https://github.com/pypa/virtualenv/issues/1962>`_)
  * Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`#1963 <https://github.com/pypa/virtualenv/issues/1963>`_)
  * For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`#1818 <https://github.com/pypa/virtualenv/issues/1818>`_)
  * Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`#1928 <https://github.com/pypa/virtualenv/issues/1928>`_)
  * Fix a bug that reading and writing on the same file may cause race on multiple processes. (`#1938 <https://github.com/pypa/virtualenv/issues/1938>`_)
  * Provide correct path for bash activator in cygwin or msys2 - by :user:`danyeaw`. (`#1940 <https://github.com/pypa/virtualenv/issues/1940>`_)
  * Relax importlib requirement to allow version<3 - by :user:`usamasadiq` (`#1953 <https://github.com/pypa/virtualenv/issues/1953>`_)
  * pth files were not processed on CPython2 if $PYTHONPATH was pointing to site-packages/ - by :user:`navytux`. (`#1959 <https://github.com/pypa/virtualenv/issues/1959>`_) (`#1960 <https://github.com/pypa/virtualenv/issues/1960>`_)
  * Fix test suite failing if run from system Python - by :user:`gaborbernat`. (`#1882 <https://github.com/pypa/virtualenv/issues/1882>`_)
  * Provide ``setup_logging`` flag to python API so that users can bypass logging handling if their application already
  * performs this - by :user:`gaborbernat`. (`#1896 <https://github.com/pypa/virtualenv/issues/1896>`_)
  * Use ``\n`` instead if ``\r\n`` as line separator for report (because Python already performs this transformation
  * automatically upon write to the logging pipe) - by :user:`gaborbernat`. (`#1905 <https://github.com/pypa/virtualenv/issues/1905>`_)
  * No longer preimport threading to fix support for `gpython <https://pypi.org/project/pygolang/#gpython>`_ and `gevent <https://www.gevent.org/>`_ - by :user:`navytux`. (`#1897 <https://github.com/pypa/virtualenv/issues/1897>`_)
  * Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`#1880 <https://github.com/pypa/virtualenv/issues/1880>`_)
  * Improve periodic update handling:
    + better logging output while running and enable logging on background process call (``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline)
    + fallback to unverified context when querying the PyPi for release date,
    + stop downloading wheels once we reach the embedded version, by :user:`gaborbernat`. (`#1883 <https://github.com/pypa/virtualenv/issues/1883>`_)
  * Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. (`#1885 <https://github.com/pypa/virtualenv/issues/1885>`_)
- Update Requires of python-distlib
- Drop tests.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=88
2020-10-08 09:49:22 +00:00
Tomáš Chvátal
a187a6aa7f - Add patch from upstream to fix one failing test:
* tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=86
2020-07-07 09:08:27 +00:00
Tomáš Chvátal
3de8f27066 - Add missing dependencies
- Skip online test test_seed_link_via_app_data
- update to 20.0.25:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=85
2020-07-03 11:10:00 +00:00
21db6175b9 - update to 20.0.25:#
*  Fix that when the ``app-data`` seeders image creation fails the exception is silently ignored. Avoid two virtual environment creations to step on each oth
ers toes by using a lock while creating the base images. By :user:`gaborbernat`. (`#1869 <https://github.com/pypa/virtualenv/issues/1869>`_)
  *  Ensure that the seeded packages do not get too much out of date:
+  More details under :ref:`wheels` - by :user:`gaborbernat`. (`#1821 <https://github.com/pypa/virtualenv/issues/1821>`_)
  *  Upgrade embed wheel content:
+  - ship wheels for Python ``3.9`` and ``3.10``
+  - upgrade setuptools for Python ``3.5+`` from ``47.1.1`` to ``47.3.1``
  *  Fix typo in ``setup.cfg`` - by :user:`RowdyHowell`. (`#1857 <https://github.com/pypa/virtualenv/issues/1857>`_)
  *  Relax ``importlib.resources`` requirement to also allow version 2 - by :user:`asottile`. (`#1846 <https://github.com/pypa/virtualenv/issues/1846>`_)
  *  Upgrade embedded setuptools to ``44.1.1`` for python 2 and ``47.1.1`` for python3.5+ - by :user:`gaborbernat`. (`#1855 <https://github.com/pypa/virtualenv/issues/1855>`_)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=84
2020-06-24 21:04:52 +00:00