Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/pypa/distutils into feature/distutils-bb018f1ac3feature/distutils-bb018f1ac3 | Jason R. Coombs | 2022-01-22 | 4 | -181/+45 |
|\ | |||||
| * | Merge pull request #104 from lazka/get-platform-match-sysconfig | Jason R. Coombs | 2022-01-22 | 2 | -180/+43 |
| |\ | | | | | | | util.get_host_platform: use sysconfig.get_platform (v2) | ||||
| | * | util.get_host_platform: restore Python 3.9 behaviour for Python 3.7/3.8 | Christoph Reiter | 2022-01-03 | 2 | -2/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While get_host_platform() in distutils and sysconfig.get_platform() are more or less the same for the same Python version, this extracted distutils containing the Python 3.9 logic was exposed via setuptools to users using older Python versions. To avoid any breakage make sure to restore the 3.9 behaviour for 3.7/3.8. For any newer version get_host_platform() just delegates to sysconfig as before. Also partly revert the docstring to be more generic and no longer mention sysconfig.get_platform(), so no one depends on them matching. | ||||
| | * | util.get_host_platform: use sysconfig.get_platform | Naveen M K | 2021-12-31 | 2 | -183/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysconfig module has a copy of this function in `sysconfig.get_platform` and would be better to use that directly. This should help distributors to patch that function in a single place, ie sysconfig. Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com> Signed-off-by: Naveen M K <naveen521kk@gmail.com> | ||||
| * | | Merge pull request #106 from Giuppox/patch-1 | Jason R. Coombs | 2022-01-22 | 1 | -1/+1 |
| |\ \ | | | | | | | | | [maint] removed unneded exception inclusion | ||||
| | * | | [maint] removed unneded exception inclusion | Giulio Procopio | 2022-01-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3036 from ashemedai/docs/issue-3034 | Anderson Bravalheri | 2022-01-20 | 4 | -13/+17 |
|\ \ \ \ | | | | | | | | | | | Docs: Replace the defunct distutils-sig ml with forum pointer | ||||
| * | | | | Remove deprecated communication platforms | Anderson Bravalheri | 2022-01-20 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | Replace the defunct distutils-sig ml with forum pointer | Jeroen Ruigrok van der Werven | 2022-01-20 | 4 | -12/+17 |
|/ / / / | |||||
* | | | | Merge pull request #3033 from lazka/cygwin-action | Jason R. Coombs | 2022-01-18 | 1 | -5/+15 |
|\ \ \ \ | | | | | | | | | | | CI/cygwin: use cygwin/cygwin-install-action instead of choco | ||||
| * | | | | CI: re-enable the cygwin jobs again | Christoph Reiter | 2022-01-17 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | CI/cygwin: use cygwin/cygwin-install-action instead of choco | Christoph Reiter | 2022-01-17 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the official GH action for installing cygwin instead of going through choco. See #3016 | ||||
* | | | | | Remove noise in the changelog. | Jason R. Coombs | 2022-01-18 | 1 | -1/+0 |
|/ / / / | |||||
* | | | | Merge commit 197570db5. | Jason R. Coombs | 2022-01-17 | 2 | -21/+4 |
|\ \ \ \ | |||||
| * | | | | Update documentation to match and remove requirements file with stale ↵ | Jason R. Coombs | 2022-01-17 | 2 | -21/+4 |
| | | | | | | | | | | | | | | | | | | | | references. | ||||
* | | | | | Bump version: 60.5.3 → 60.5.4v60.5.4 | Jason R. Coombs | 2022-01-16 | 6 | -4/+13 |
| | | | | | |||||
* | | | | | Merge pull request #3031 from pypa/feature/cpython-suppress-distutils | Jason R. Coombs | 2022-01-16 | 3 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Suppress distutils replacement when building or testing CPython. | ||||
| * | | | | | Suppress distutils replacement when building or testing CPython. Fixes ↵ | Jason R. Coombs | 2022-01-16 | 3 | -0/+12 |
|/ / / / / | | | | | | | | | | | | | | | | #2965. Fixes #3007. | ||||
* | | | | | Refactor to generalize script detection. | Jason R. Coombs | 2022-01-16 | 1 | -8/+5 |
| | | | | | |||||
* | | | | | Remove filtering of distutils warnings. Ref #3009. | Jason R. Coombs | 2022-01-16 | 2 | -11/+1 |
| | | | | | |||||
* | | | | | Move launcher build scripts to tools | Jason R. Coombs | 2022-01-14 | 2 | -0/+0 |
| | | | | | |||||
* | | | | | Move towncrier template to tools | Jason R. Coombs | 2022-01-14 | 2 | -1/+1 |
| | | | | | |||||
* | | | | | Simplify vendored script to simply include the metadata. | Jason R. Coombs | 2022-01-14 | 59 | -34/+2236 |
| | | | | | |||||
* | | | | | six isn't installed any longer | Jason R. Coombs | 2022-01-14 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Update vendored with no changes. | Jason R. Coombs | 2022-01-14 | 2 | -36/+36 |
|/ / / / | |||||
* | | | | Remove dependency on paver in vendored update. | Jason R. Coombs | 2022-01-14 | 3 | -5/+6 |
| | | | | |||||
* | | | | Move vendor routine to tools | Jason R. Coombs | 2022-01-14 | 2 | -1/+1 |
| | | | | |||||
* | | | | Create tox routine for updating vendored packages. | Jason R. Coombs | 2022-01-14 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #3018 from abravalheri/fix-exclude-pattern | Anderson Bravalheri | 2022-01-14 | 2 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Prevent test files from being included in setuptools own wheel | ||||
| * | | | | Prevent test files from being included in setuptools own wheel | Anderson Bravalheri | 2022-01-09 | 2 | -0/+10 |
| | | | | | |||||
* | | | | | Merge pull request #3028 from abravalheri/improve-310-test | Anderson Bravalheri | 2022-01-14 | 1 | -10/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix failing test when user site-packages has no version number | ||||
| * | | | | | Fix failing test when user site-packages has no version number | Anderson Bravalheri | 2022-01-13 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This error was first reported in https://github.com/pypa/setuptools/commit/bfa75fc56d0bd47bd6c0edf9a0e579508c9fae9e#commitcomment-63663642 The approach taken here is to check for the '3.10' substring only if '3.1' is present. | ||||
* | | | | | | Bump version: 60.5.2 → 60.5.3v60.5.3 | Jason R. Coombs | 2022-01-13 | 4 | -3/+11 |
|/ / / / / | |||||
* | | | | | Merge pull request #3027 from pypa/bugfix/3026-sysconfig-vars-in-easy-install | Jason R. Coombs | 2022-01-13 | 3 | -22/+23 |
|\ \ \ \ \ | | | | | | | | | | | | | Honor sysconfig vars in easy_install | ||||
| * | | | | | Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-install | Jason R. Coombs | 2022-01-12 | 2 | -8/+9 |
| | | | | | | |||||
| * | | | | | Trim excess indentation. | Jason R. Coombs | 2022-01-11 | 1 | -14/+14 |
|/ / / / / | |||||
* | | | | | Bump version: 60.5.1 → 60.5.2v60.5.2 | Jason R. Coombs | 2022-01-11 | 4 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #3023 from pypa/bugfix/2993-redux | Jason R. Coombs | 2022-01-10 | 2 | -2/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | Instead of detecting 'get-pip' during the import of pip, detect 'import setuptools' | ||||
| * | | | | | Instead of detecting 'get-pip' during the import of pip, detect the attempt ↵bugfix/2993-redux | Jason R. Coombs | 2022-01-10 | 2 | -2/+28 |
| |/ / / / | | | | | | | | | | | | | | | | to 'import setuptools' during 'get-pip', and in that case, stub the import to signal the presence of setuptools. Ref #3022. Fixes #2993. | ||||
* | | | | | Bump version: 60.5.0 → 60.5.1v60.5.1 | Jason R. Coombs | 2022-01-10 | 4 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #2918 from nitzmahone/fix_nonlegacy_loader | Jason R. Coombs | 2022-01-10 | 2 | -1/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | fix `pkg_resources` import failures w/ py3-only loaders | ||||
| * | | | | Update changelog. | Jason R. Coombs | 2022-01-10 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | fix failures w/ py3-only loaders | Matt Davis | 2021-12-06 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Disable cygwin tests for now. Ref #3016. | Jason R. Coombs | 2022-01-08 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Bump version: 60.4.0 → 60.5.0v60.5.0 | Jason R. Coombs | 2022-01-08 | 4 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #2990 from asottile/distutils-hack-set-origin | Jason R. Coombs | 2022-01-08 | 3 | -1/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | set origin= for distutils.__spec__ | ||||
| * | | | | | set origin= for distutils.__spec__ | Anthony Sottile | 2022-01-08 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | set origin so spec finding reports the correct location -- https://docs.python.org/3/library/importlib.html#importlib.machinery.ModuleSpec | ||||
| * | | | | | Check that distutils has an origin. Ref #2990. | Jason R. Coombs | 2022-01-08 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | Bump version: 60.3.1 → 60.4.0v60.4.0 | Jason R. Coombs | 2022-01-08 | 14 | -30/+44 |
| | | | | | | |||||
* | | | | | | Merge pull request #3009 from tiran/issue3006_startup_speedup | Jason R. Coombs | 2022-01-08 | 3 | -27/+38 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Speedup startup of Python by importing less |