Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3.12 support and no setuptools/wheel on 3.12+ (#2558) | chrysle | 2023-04-27 | 1 | -6/+11 |
| | |||||
* | upgrade pip and setuptools (#2560) (#2562) | Bernát Gábor | 2023-04-27 | 3 | -12/+12 |
| | | | | Co-authored-by: Belz Sandro <Sandro.Belz@msg-life.com> | ||||
* | Drop Python 2 support (#2548) | Bernát Gábor | 2023-04-19 | 19 | -22/+33 |
| | |||||
* | Bump embeded wheels (#2546) | Bernát Gábor | 2023-04-19 | 5 | -18/+18 |
| | |||||
* | Sepcify the encoding (#2515) | Filipe Laíns | 2023-03-12 | 2 | -6/+12 |
| | |||||
* | Bump embeded pip and setuptools (#2509) | Bernát Gábor | 2023-02-28 | 3 | -12/+12 |
| | |||||
* | Bump embedded pip and setuptools (#2489) | Bernát Gábor | 2023-02-05 | 3 | -12/+12 |
| | |||||
* | Move to hatchling, drop 3.6 support (#2474) | Bernát Gábor | 2022-12-29 | 3 | -4/+9 |
| | |||||
* | Bump setuptools (#2451) | Bernát Gábor | 2022-11-27 | 2 | -5/+5 |
| | |||||
* | Bump embedded (#2443) | Bernát Gábor | 2022-11-12 | 4 | -15/+15 |
| | |||||
* | Upgrade pip and setuptools (#2434) | Bernát Gábor | 2022-10-25 | 3 | -10/+10 |
| | |||||
* | Allow empty string as version for `find_compatible_in_house` (#2430) | schaap | 2022-10-07 | 1 | -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ábor | 2022-08-29 | 2 | -5/+5 |
| | |||||
* | Bump embed pip and setuptools (#2395) | Bernát Gábor | 2022-08-04 | 3 | -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ábor | 2022-08-04 | 5 | -11/+11 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | Bump embed pip (#2391) | Bernát Gábor | 2022-07-27 | 2 | -5/+5 |
| | |||||
* | Upgrade embed setuptools and pip (#2383) | Bernát Gábor | 2022-07-25 | 5 | -10/+10 |
| | |||||
* | Drop support of running under Python 2.7 (#2382) | Bernát Gábor | 2022-07-25 | 14 | -197/+167 |
| | |||||
* | Bump setuptools (#2365) | Bernát Gábor | 2022-06-24 | 2 | -5/+5 |
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | Windows embedable support (#2353) | reksarka | 2022-06-25 | 1 | -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ábor | 2022-06-10 | 3 | -10/+10 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | Bump embedded setuptools (#2324) | Bernát Gábor | 2022-04-11 | 2 | -5/+5 |
| | |||||
* | Bump embeded setuptools to v61 (#2322) | Bernát Gábor | 2022-03-25 | 2 | -5/+5 |
| | |||||
* | Bump setuptools (#2320) | Bernát Gábor | 2022-03-18 | 2 | -5/+5 |
| | |||||
* | Upgrade pip to 22.0.4 (#2311) | Bernát Gábor | 2022-03-07 | 2 | -5/+5 |
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
* | Bump setuptools (#2306) | Bernát Gábor | 2022-02-24 | 2 | -5/+5 |
| | |||||
* | fix setuptools zipimport breakage by downgrading setuptools (#2296) | Anthony Sottile | 2022-02-05 | 2 | -5/+5 |
| | |||||
* | Bump pip and setuptools (#2294) | Bernát Gábor | 2022-02-05 | 3 | -10/+10 |
| | |||||
* | upgrade embedded wheels (#2289) | Anthony Sottile | 2022-01-27 | 2 | -5/+5 |
| | |||||
* | feature: cache downloaded wheel information (#2276) | Matthieu Darbois | 2022-01-02 | 2 | -11/+35 |
| | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | feature: store version update source in embed JSON file (#2273) | Matthieu Darbois | 2022-01-01 | 1 | -20/+49 |
| | |||||
* | Bump embed setuptools (#2263) | Bernát Gábor | 2021-12-31 | 2 | -5/+5 |
| | |||||
* | fix: `--download` option (#2262) | Matthieu Darbois | 2021-12-31 | 1 | -4/+8 |
| | |||||
* | PR Feedback | Bernát Gábor | 2021-12-29 | 1 | -6/+7 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | fix: pinned version are not working once periodic / manual updates kick-in | mayeut | 2021-12-29 | 2 | -11/+21 |
| | | | | Fixes pypa#2203 | ||||
* | Upgrade embed setuptools to 60.1.1 (#2258) | Bernát Gábor | 2021-12-29 | 2 | -5/+5 |
| | |||||
* | Bump embeded wheels (#2252) | Bernát Gábor | 2021-12-27 | 4 | -13/+18 |
| | |||||
* | Bump embeded setuptools (#2239) | Bernát Gábor | 2021-12-04 | 2 | -5/+5 |
| | |||||
* | Bump pip and setuptools (#2222) | Bernát Gábor | 2021-10-23 | 3 | -10/+10 |
| | |||||
* | Fix the CI and bump setuptools (#2205) | Bernát Gábor | 2021-10-04 | 2 | -5/+5 |
| | |||||
* | During seeding properly uninstall present versions of the wheels (#2186) | Arcadiy Ivanov | 2021-09-24 | 1 | -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ábor | 2021-09-24 | 2 | -5/+5 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | Bump pip and setuptools (#2183) | Bernát Gábor | 2021-09-16 | 4 | -10/+10 |
| | |||||
* | Bump pip and wheel (#2168) | Bernát Gábor | 2021-08-10 | 4 | -12/+12 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | Upgrade pip and setuptools (#2159) | Bernát Gábor | 2021-07-31 | 4 | -10/+10 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
* | Drop Python 3.4 support (#2143) | Bernát Gábor | 2021-07-13 | 4 | -5/+0 |
| | |||||
* | Bump embeded pip (#2135) | Bernát Gábor | 2021-07-09 | 3 | -10/+10 |
| | |||||
* | Bump setuptools and pip (#2123) | Bernát Gábor | 2021-05-24 | 3 | -10/+10 |
| | |||||
* | Bump embeded setuptools (#2119) | Bernát Gábor | 2021-05-18 | 2 | -5/+5 |
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
* | Bump pip (#2104) | Bernát Gábor | 2021-05-04 | 3 | -5/+5 |
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> |