14
0

Accepting request 989023 from home:bnavigator:branches:devel:languages:python

- Update to version 2.4.0
  * Made VEnv non-experimental.
- Release v2.3.0
  * #4: Added some tests capturing expectations around object types
    for input (use path.Path object for root property for maximum
    compatibility).
  * Require Python 3.7 or later.
  * VirtualEnv classes now expose clean_opts for easy reference in
    creating clean environments.
- Release v2.2.0
  * VirtualEnv now allows a create_opts attribute to affect the
    creation (passed to virtualenv).
- Release v2.1.1
  * Rely on PEP 420 for namespace packages.
- Release v2.1.0
  * #1: Rely on pure tox without tox-venv.

OBS-URL: https://build.opensuse.org/request/show/989023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=5
This commit is contained in:
2022-07-13 20:18:03 +00:00
committed by Git OBS Bridge
parent 36884c7cbc
commit 4e3e0197ba
4 changed files with 44 additions and 17 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 13 09:59:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 2.4.0
* Made VEnv non-experimental.
- Release v2.3.0
* #4: Added some tests capturing expectations around object types
for input (use path.Path object for root property for maximum
compatibility).
* Require Python 3.7 or later.
* VirtualEnv classes now expose clean_opts for easy reference in
creating clean environments.
- Release v2.2.0
* VirtualEnv now allows a create_opts attribute to affect the
creation (passed to virtualenv).
- Release v2.1.1
* Rely on PEP 420 for namespace packages.
- Release v2.1.0
* #1: Rely on pure tox without tox-venv.
-------------------------------------------------------------------
Sun Apr 19 23:18:32 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>