1
0

- 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
This commit is contained in:
2024-06-10 08:59:08 +00:00
committed by Git OBS Bridge
parent 4b8abf9d75
commit 30ba7f908a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 10 08:58:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sun May 12 12:26:09 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>