summaryrefslogtreecommitdiff
path: root/src/virtualenv/seed/embed/via_app_data
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 support (#2548)Bernát Gábor2023-04-194-0/+8
|
* Sepcify the encoding (#2515)Filipe Laíns2023-03-121-5/+11
|
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-291-2/+2
|
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-042-7/+7
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-254-67/+65
|
* During seeding properly uninstall present versions of the wheels (#2186)Arcadiy Ivanov2021-09-241-5/+32
| | | | | | | | | | | | | | | | | | | | | | | * During seeding remove dist-info for present versions of the wheels An existing dist-info may contain entrypoints that may interfere with normal functioning of the redeployed seeded wheel if there is a version mismatch fixes #2185 * Remove package directories from dist-info top_level packages Remove other recorded files from RECORD Remove dist-info itself * Do not resolve paths prior to removal for symlink mode In the test ensure the directories are compared as sets and not lists Add setuptools downgrade to ensure proper cleanup of the existing version * PR Feedback Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* API: Allow passing on the environment variable as an argument (#2054)Bernát Gábor2021-01-181-0/+1
| | | | | Defaults to os.environ. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump pip to 20.3.3 and wheel to 0.36.2 (#2036)Bernát Gábor2021-01-121-0/+15
|
* Add --readonly-app-data option (#2009)Anthony Sottile2020-11-211-3/+2
|
* Restore python3.4 support (add it back to CI) (#1965)Bernát Gábor2020-10-041-3/+1
|
* Remove distlib monkeypatches (#1880)Bernát Gábor2020-07-041-40/+18
| | | | | Adapt the new features added in distutils instead. Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Fix parallel app-data base image creation (#1870)Bernát Gábor2020-06-231-7/+22
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Improve error message for no .dist-info (#1867)Bernát Gábor2020-06-211-1/+4
|
* Implement periodic update feature (#1841)Bernát Gábor2020-06-216-0/+400
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>