summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump setuptools (#2320)Bernát Gábor2022-03-182-5/+5
|
* fix 20ms startup penalty added by virtualenv (#2317)Anthony Sottile2022-03-181-4/+4
|
* 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>
* Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)Stefano Rivera2022-03-072-0/+8
| | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
* 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
|
* fix: cast type from Path to text (#2288)Isac Byeonghoon Yoo2022-02-051-4/+5
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* [pre-commit.ci] pre-commit autoupdate (#2293)pre-commit-ci[bot]2022-02-012-4/+4
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* upgrade embedded wheels (#2289)Anthony Sottile2022-01-272-5/+5
|
* Fix typos (#2286)Kian-Meng Ang2022-01-181-1/+1
|
* PyPy: glob for required dlls, check they exist (#2274)Matti Picus2022-01-023-14/+21
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: Correctly remove bk dir when re-signing macOS Python 2.x executable (#2272)Alex Willmer2022-01-021-1/+1
|
* fix: AttributeError on macOS creating a Python 2.x virtualenv (#2270)Alex Willmer2022-01-021-2/+6
|
* feature: cache downloaded wheel information (#2276)Matthieu Darbois2022-01-023-13/+37
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* feature: store version update source in embed JSON file (#2273)Matthieu Darbois2022-01-012-22/+51
|
* Bump embed setuptools (#2263)Bernát Gábor2021-12-312-5/+5
|
* Sign the python2 exe on Darwin arm64 (#2233)Tracey Spicer2021-12-311-4/+34
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* 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
|
* [pre-commit.ci] pre-commit autoupdate (#2242)pre-commit-ci[bot]2021-12-271-1/+0
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Use 'selectable' interface for entry points only when available (#2246)Miro Hrončok2021-12-271-2/+13
|
* Properly hide PEP-632 warning on latest version of `setuptools` (#2251)Ofek Lev2021-12-271-1/+5
|
* fish: PATH variables should not be quoted when being set (#2248)David Dorfman2021-12-271-2/+2
|
* Avoid a new deprecation warning from filelock dependency (#2237)Ofek Lev2021-12-261-2/+2
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump embeded setuptools (#2239)Bernát Gábor2021-12-042-5/+5
|
* ?? prompt should be wrapped in paranthesis ?? (#2224)Tushar Sadhwani2021-10-316-7/+7
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Favor the "venv" sysconfig install scheme over the default and distutils ↵Miro Hrončok2021-10-281-3/+13
| | | | scheme (#2209)
* Fix broken prompt set up by activate.bat (#2225) (#2226)SiggyBar2021-10-281-4/+4
|
* Bump pip and setuptools (#2222)Bernát Gábor2021-10-233-10/+10
|
* special-case `--prompt .` to the cwd (#2220)Ruairidh MacLeod2021-10-232-2/+6
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support PyPy 3.8 (#2206)Matti Picus2021-10-231-1/+11
| | | | Co-authored-by: Michał Górny <mgorny@gentoo.org> Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
* Remove stray closing parenthesis in activate.bat (#2221)SiggyBar2021-10-231-1/+0
|
* add libffi-8.dll to pypy windows _shared_libs (#2218)Matti Picus2021-10-232-3/+3
|
* refactor to not do too much in ReentrantFileLock.__del__ (#2213)Matti Picus2021-10-231-2/+5
|
* Fix the CI and bump setuptools (#2205)Bernát Gábor2021-10-043-9/+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>
* Fail early instead of creating non-working env (#2189)Greg Dubicki2021-09-212-0/+9
| | | | | for Python 2 on Apple Silicon (M1) Macs. Related to #2024.
* Improve prompt nushell (#2190)Fernando Herrera2021-09-181-4/+5
|
* Nushell activation scripts (#2170)Fernando Herrera2021-09-164-0/+81
|
* 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>
* fix ValueError when unpacking (#2165)Denis Maciel2021-08-091-1/+1
|
* Upgrade pip and setuptools (#2159)Bernát Gábor2021-07-314-10/+10
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Remove xonsh activator (#2160)Bernát Gábor2021-07-313-62/+0
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support without distutils (#2146)Bernát Gábor2021-07-144-9/+26
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>