summaryrefslogtreecommitdiff
path: root/src/virtualenv/seed
Commit message (Collapse)AuthorAgeFilesLines
* 3.12 support and no setuptools/wheel on 3.12+ (#2558)chrysle2023-04-271-6/+11
|
* upgrade pip and setuptools (#2560) (#2562)Bernát Gábor2023-04-273-12/+12
| | | | Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com>
* Drop Python 2 support (#2548)Bernát Gábor2023-04-1919-22/+33
|
* Bump embeded wheels (#2546)Bernát Gábor2023-04-195-18/+18
|
* Sepcify the encoding (#2515)Filipe Laíns2023-03-122-6/+12
|
* Bump embeded pip and setuptools (#2509)Bernát Gábor2023-02-283-12/+12
|
* Bump embedded pip and setuptools (#2489)Bernát Gábor2023-02-053-12/+12
|
* Move to hatchling, drop 3.6 support (#2474)Bernát Gábor2022-12-293-4/+9
|
* Bump setuptools (#2451)Bernát Gábor2022-11-272-5/+5
|
* Bump embedded (#2443)Bernát Gábor2022-11-124-15/+15
|
* Upgrade pip and setuptools (#2434)Bernát Gábor2022-10-253-10/+10
|
* Allow empty string as version for `find_compatible_in_house` (#2430)schaap2022-10-071-1/+1
| | | | The empty string is used in several locations to indicate the newest version. Interpret it as such instead of rejecting it as invalid.
* Bump setuptools (#2405)Bernát Gábor2022-08-292-5/+5
|
* Bump embed pip and setuptools (#2395)Bernát Gábor2022-08-043-10/+10
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump dependencies and build tools (#2394)Bernát Gábor2022-08-045-11/+11
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump embed pip (#2391)Bernát Gábor2022-07-272-5/+5
|
* Upgrade embed setuptools and pip (#2383)Bernát Gábor2022-07-255-10/+10
|
* Drop support of running under Python 2.7 (#2382)Bernát Gábor2022-07-2514-197/+167
|
* Bump setuptools (#2365)Bernát Gábor2022-06-242-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Windows embedable support (#2353)reksarka2022-06-251-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump pip and setuptools (#2348) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> * Use shlex.quote instead of deprecated pipes.quote (#2351) * Embeds the "python<VERSION>.zip" for Windows. For example, for Python 3.10 the embeddable file name would be "python310.zip". If this file would be found in `sys.path`, the virtualenv should copy it into the "<venv>\Scripts\python310.zip". * For Windows CPython3: *.dll/*.pyd -> to_bin * Fixture for a Python interpreter info. Helps to test virtualenv creator classes. * Creators tests: path_mock as separate module. * Clarifies tests, separates testing tools. * Tests for CPython3Windows sources. * Tests for the embedded Python std lib for Windows. * Add news entry. * Replaces `yield from` for backward compability. * FIX: Path mocking in pypy tests. * Wrap `sys` `Path` with `str` for importlib. The importlib accepts a Path-like objects from Python 3.6 * Makes PathMock ABC compatible with Python 2 * Does not collect tests for Python3 under Python 2 It is possible to make pass CPython3 tests under Python 2, but it's better to disable it instead of decreasing the readability and performance of Python 3 style. * Allows empty `Path()` in Windows with Python 2 * Allows to load fixture files with PY2 Windows Path * Skips one PY3 POSIX test in PY2 Windows Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>
* Bump pip and setuptools (#2348)Bernát Gábor2022-06-103-10/+10
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump embedded setuptools (#2324)Bernát Gábor2022-04-112-5/+5
|
* Bump embeded setuptools to v61 (#2322)Bernát Gábor2022-03-252-5/+5
|
* Bump setuptools (#2320)Bernát Gábor2022-03-182-5/+5
|
* Upgrade pip to 22.0.4 (#2311)Bernát Gábor2022-03-072-5/+5
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump setuptools (#2306)Bernát Gábor2022-02-242-5/+5
|
* fix setuptools zipimport breakage by downgrading setuptools (#2296)Anthony Sottile2022-02-052-5/+5
|
* Bump pip and setuptools (#2294)Bernát Gábor2022-02-053-10/+10
|
* upgrade embedded wheels (#2289)Anthony Sottile2022-01-272-5/+5
|
* feature: cache downloaded wheel information (#2276)Matthieu Darbois2022-01-022-11/+35
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* feature: store version update source in embed JSON file (#2273)Matthieu Darbois2022-01-011-20/+49
|
* Bump embed setuptools (#2263)Bernát Gábor2021-12-312-5/+5
|
* fix: `--download` option (#2262)Matthieu Darbois2021-12-311-4/+8
|
* PR FeedbackBernát Gábor2021-12-291-6/+7
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* fix: pinned version are not working once periodic / manual updates kick-inmayeut2021-12-292-11/+21
| | | | Fixes pypa#2203
* Upgrade embed setuptools to 60.1.1 (#2258)Bernát Gábor2021-12-292-5/+5
|
* Bump embeded wheels (#2252)Bernát Gábor2021-12-274-13/+18
|
* Bump embeded setuptools (#2239)Bernát Gábor2021-12-042-5/+5
|
* Bump pip and setuptools (#2222)Bernát Gábor2021-10-233-10/+10
|
* Fix the CI and bump setuptools (#2205)Bernát Gábor2021-10-042-5/+5
|
* 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>
* Bump embed setuptools to 58.1.0 (#2195)Bernát Gábor2021-09-242-5/+5
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump pip and setuptools (#2183)Bernát Gábor2021-09-164-10/+10
|
* Bump pip and wheel (#2168)Bernát Gábor2021-08-104-12/+12
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Upgrade pip and setuptools (#2159)Bernát Gábor2021-07-314-10/+10
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop Python 3.4 support (#2143)Bernát Gábor2021-07-134-5/+0
|
* Bump embeded pip (#2135)Bernát Gábor2021-07-093-10/+10
|
* Bump setuptools and pip (#2123)Bernát Gábor2021-05-243-10/+10
|
* Bump embeded setuptools (#2119)Bernát Gábor2021-05-182-5/+5
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump pip (#2104)Bernát Gábor2021-05-043-5/+5
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>