Commit graph

580 commits

Author SHA1 Message Date
Bernát Gábor
2f8667abaa release 20.16.3 2022-08-04 07:55:38 -07:00
Bernát Gábor
b18f7339f5
Bump embed pip and setuptools (#2395)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-08-04 07:54:56 -07:00
Bernát Gábor
fd064dc08f
Bump dependencies and build tools (#2394)
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-08-04 01:39:15 -07:00
Bernát Gábor
a45c7d6e50
Merge pull request #2392 from pypa/release-20.16.2 2022-07-27 14:54:49 -07:00
Bernát Gábor
854e777152
release 20.16.2
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-07-27 14:08:27 -07:00
Bernát Gábor
37f3188ed1
Bump embed pip (#2391) 2022-07-27 13:54:15 -07:00
Bernát Gábor
36759d45b3
Merge pull request #2390 from pypa/release-20.16.1 2022-07-26 17:56:25 -07:00
Bernát Gábor
3ee69bab48 release 20.16.1 2022-07-26 16:57:31 -07:00
Jakub Žádník
2b059077c0
Port Nushell activation scripts to 0.67 (#2386) 2022-07-26 16:56:15 -07:00
Jakub Žádník
6ba0c95665
Fix pull request template formatting (#2389) 2022-07-26 09:57:54 -07:00
Bernát Gábor
965ee33a3e
Test with CPython 3.11 (#2388) 2022-07-25 20:44:53 -07:00
Bernát Gábor
717b5951e4
Merge pull request #2384 from pypa/release-20.16.0 2022-07-25 16:51:19 -07:00
Bernát Gábor
c0ba7809fb
Fix zipapp
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
2022-07-25 15:40:34 -07:00
pre-commit-ci[bot]
ecc1cb7d4a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-07-25 17:08:01 +00:00
Bernát Gábor
042476c3ba release 20.16.0 2022-07-25 10:07:24 -07:00
Bernát Gábor
5a3cc8aed4
PyPA publish moved to main
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-07-25 10:07:01 -07:00
Bernát Gábor
b0f8883421
Upgrade embed setuptools and pip (#2383) 2022-07-25 10:05:19 -07:00
Bernát Gábor
b0123fb41b
Fix python requires
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
2022-07-25 09:42:09 -07:00
Bernát Gábor
b85542c31c
Drop support of running under Python 2.7 (#2382) 2022-07-25 00:33:42 -07:00
pre-commit-ci[bot]
3c57468470
[pre-commit.ci] pre-commit autoupdate (#2375)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-23 08:52:06 -07:00
Tim Gates
d63730e58a
docs: fix simple typo, developent -> development (#2377) 2022-07-23 08:51:57 -07:00
YouJiacheng
9e8bb98558
Add notes in changelog about site after rewrite (#2379) 2022-07-23 08:51:51 -07:00
Tzu-ping Chung
37e5b4f445
Fix entry point key typo in docs (#2373) 2022-07-23 08:51:41 -07:00
rkucsora
76a8c87ef4
Fix test_py_info to work on Python 3.11 too (#2380) 2022-07-23 08:51:16 -07:00
Bernát Gábor
b2a9579393
Add funding and security disclosure 2022-07-22 14:31:54 -07:00
Tzu-ping Chung
a56358742d
Delete callout on API stability (#2374)
2020 Q3 has passed for a while, I think it's safe to say we're good?
2022-07-04 00:25:58 -07:00
Bernát Gábor
aa81cc4ade
Merge pull request #2370 from pypa/release-20.15.1 2022-06-28 20:42:10 -07:00
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