Commit graph

553 commits

Author SHA1 Message Date
Bernát Gábor
5e96f89e3d release 20.15.1 2022-06-28 17:59:50 -07:00
KOLANICH
8856f51766
Fixed the incorrect operation when setuptools plugins output something into stdout. (#2335) 2022-06-29 01:59:17 +01:00
reksarka
245cae75ec
Ignores missing DLLs dir in CPython3Windows (#2369)
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
Co-authored-by: Lumír 'Frenzy' Balhar <lbalhar@redhat.com>
2022-06-29 01:10:53 +01:00
Bernát Gábor
3cd93e1662
Merge pull request #2366 from pypa/release-20.15.0
release 20.15.0
2022-06-25 12:03:52 -07:00
Bernát Gábor
26ed3d2aac release 20.15.0 2022-06-25 10:55:30 -07:00
Bernát Gábor
a75d78c4d8
Fix changelogs
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-06-25 10:54:54 -07:00
Bernát Gábor
a3d40904a1
Bump setuptools (#2365)
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-06-24 20:18:25 -07:00
reksarka
805dcffe00
Windows embedable support (#2353)
* 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>
2022-06-25 01:11:17 +01:00
reksarka
b01515bce6
Fixes for Windows PyPy 3.6 (#2363) 2022-06-25 00:02:35 +01:00
Jakub Žádník
43753c2f7c
Fix broken Nushell installation in CI (#2364) 2022-06-24 22:07:30 +01:00
Bernát Gábor
025065cc5d
Fix CI
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-06-24 14:06:46 -07:00
pre-commit-ci[bot]
4316996f4b
[pre-commit.ci] pre-commit autoupdate (#2362)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-06-24 18:49:36 +01:00
dependabot[bot]
d3d8efdddb
Bump actions/upload-artifact from 2 to 3 (#2356)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:07:36 +01:00
dependabot[bot]
dd500e8423
Bump actions/download-artifact from 2 to 3 (#2357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:07:29 +01:00
dependabot[bot]
6eb9315238
Bump pre-commit/action from 2.0.3 to 3.0.0 (#2358)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:07:22 +01:00
dependabot[bot]
90b1317694
Bump actions/checkout from 2 to 3 (#2359)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:07:06 +01:00
dependabot[bot]
894ce1a6fb
Bump actions/setup-python from 2 to 4 (#2360)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-10 16:06:10 +01:00
Bernát Gábor
6775545e95
Add dependabot (#2355) 2022-06-10 16:04:59 +01:00
Bernát Gábor
2c92fb0656
Bump pip and setuptools (#2348)
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-06-10 13:59:00 +01:00
Lumír 'Frenzy' Balhar
0bf46eb638
Use shlex.quote instead of deprecated pipes.quote (#2351) 2022-06-10 13:57:19 +01:00
pre-commit-ci[bot]
784163eb47
[pre-commit.ci] pre-commit autoupdate (#2341)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-09 20:08:44 +01:00
pre-commit-ci[bot]
8d78ee01fa
[pre-commit.ci] pre-commit autoupdate (#2332)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-11 21:09:41 +01:00
Bernát Gábor
2bf65aac7c
Merge pull request #2331 from pypa/release-20.14.1 2022-04-11 12:24:19 +01:00
Bernát Gábor
17cef12d78 release 20.14.1 2022-04-11 08:55:01 +01:00
Nicholas Hutchinson
63e80ff9cb
Support Python 2.7 framework-style distributions on macOS 12 (#2325) 2022-04-11 08:54:23 +01:00
Bernát Gábor
8c950c22c1
Bump embedded setuptools (#2324) 2022-04-11 08:50:26 +01:00
pre-commit-ci[bot]
ec2c01e657
[pre-commit.ci] pre-commit autoupdate (#2329)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-04-09 13:18:03 +01:00
Bernát Gábor
1aa302f30b
Merge pull request #2323 from pypa/release-20.14.0
release 20.14.0
2022-03-25 21:20:08 +00:00
Bernát Gábor
e2822f79cc
Fix changelog
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-03-25 18:23:39 +00:00
Bernát Gábor
a731637cba release 20.14.0 2022-03-25 18:20:16 +00:00
Bernát Gábor
04296970d4
Bump embeded setuptools to v61 (#2322) 2022-03-25 18:18:49 +00:00
Jakub Žádník
ee018a3b2d
Update Nushell activation scripts to 0.60 (#2321) 2022-03-25 18:14:01 +00:00
Bernát Gábor
63c94afc24
Bump setuptools (#2320) 2022-03-18 17:30:58 +00:00
Anthony Sottile
a16f609ec9
fix 20ms startup penalty added by virtualenv (#2317) 2022-03-18 14:09:53 +00:00
pre-commit-ci[bot]
d865c3e294
[pre-commit.ci] pre-commit autoupdate (#2318)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-03-18 10:49:42 +00:00
Bernát Gábor
4d1176c260
Merge pull request #2312 from pypa/release-20.13.3 2022-03-07 16:01:52 +00:00
Bernát Gábor
e3c30b7e6a release 20.13.3 2022-03-07 13:25:05 +00:00
Bernát Gábor
471e7cc5e1
Upgrade pip to 22.0.4 (#2311)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-03-07 13:23:18 +00:00
Stefano Rivera
3a90a6bb48
Avoid symlinking the contents of /usr into PyPy3 virtualenvs (#2310)
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-03-07 13:23:07 +00:00
Bernát Gábor
bb3131a369
Merge pull request #2307 from pypa/release-20.13.2 2022-02-24 13:14:26 +00:00
Bernát Gábor
bcf9bb892d release 20.13.2 2022-02-24 10:18:42 +00:00
Bernát Gábor
6378f72401
Bump setuptools (#2306) 2022-02-24 10:17:50 +00:00
Anthony Sottile
7424a015d1
use the workflow as part of the concurrency group (#2300) 2022-02-05 21:17:52 +00:00
Bernát Gábor
253bee65b2
Merge pull request #2299 from pypa/release-20.13.1 2022-02-05 21:17:43 +00:00
Bernát Gábor
16ad07fdcc release 20.13.1 2022-02-05 20:29:47 +00:00
Anthony Sottile
5ee5ad9a19
fix setuptools zipimport breakage by downgrading setuptools (#2296) 2022-02-05 20:28:48 +00:00
Bernát Gábor
92166a9e90
Bump pip and setuptools (#2294) 2022-02-05 11:59:35 +00:00
Isac Byeonghoon Yoo
f969a91240
fix: cast type from Path to text (#2288)
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>
2022-02-05 11:59:10 +00:00
Bernát Gábor
5dde2d8b3c
Do not fail on warning and move to 3.10
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-02-05 11:43:06 +00:00
pre-commit-ci[bot]
2f5453641b
[pre-commit.ci] pre-commit autoupdate (#2293)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-02-01 00:36:40 +00:00