| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add vendoring config.feature/vendoring | Jason R. Coombs | 2021-11-14 | 1 | -0/+7 |
| | | |||||
| * | Bump version: 59.0.1 → 59.1.0v59.1.0 | Jason R. Coombs | 2021-11-14 | 8 | -7/+18 |
| | | |||||
| * | Add changelog. Ref #2879. | Jason R. Coombs | 2021-11-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #2879 from pypa/debt/update-packaging | Jason R. Coombs | 2021-11-14 | 32 | -2026/+2118 |
| |\ | | | | | Update packaging to 21.2. | ||||
| | * | Update packaging to 21.2. Ref #2497.debt/update-packaging | Jason R. Coombs | 2021-11-14 | 32 | -2026/+2118 |
| | | | |||||
| * | | Merge pull request #2878 from pypa/feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 4 | -7/+9 |
| |\ \ | | | | | | | Reduce scope of setup_requires deprecation | ||||
| | * | | Reduce scope of setup_requires deprecation to only deprecate the ↵feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 4 | -7/+9 |
| | |/ | | | | | | | installation of these requirements, but still honor setup_requires in PEP 517 installers. Fixes #2877. | ||||
| * | | Merge pull request #2869 from abravalheri/prefer-svg-images | Jason R. Coombs | 2021-11-14 | 21 | -35/+675 |
| |\ \ | | | | | | | [Docs] Replace PNG/ICO images with SVG | ||||
| | * \ | Merge branch 'main' into prefer-svg-images | Jason R. Coombs | 2021-11-12 | 16 | -34/+90 |
| | |\ \ | |||||
| | * | | | Add news fragment about change to SVG images only | Anderson Bravalheri | 2021-11-10 | 2 | -0/+2 |
| | | | | | |||||
| | * | | | Add dark mode to favicon | Anderson Bravalheri | 2021-11-10 | 1 | -20/+32 |
| | | | | | |||||
| | * | | | Add SVG favicons via custom Sphinx extension | Anderson Bravalheri | 2021-11-10 | 3 | -14/+97 |
| | | | | | |||||
| | * | | | Use SVG images instead of PNG | Anderson Bravalheri | 2021-11-10 | 2 | -1/+544 |
| | | | | | |||||
| | * | | | Remove binary image files | Anderson Bravalheri | 2021-11-10 | 13 | -0/+0 |
| | | | | | |||||
| * | | | | Bump version: 59.0.0 → 59.0.1v59.0.1 | Jason R. Coombs | 2021-11-14 | 4 | -5/+13 |
| | | | | | |||||
| * | | | | Merge pull request #2882 from abravalheri/fix-2880 | Jason R. Coombs | 2021-11-14 | 3 | -1/+6 |
| |\ \ \ \ | |_|_|/ |/| | | | Fix 2880, 2881 - Avoid depdencies with URLs in setup.cfg | ||||
| | * | | | Add news fragment | Anderson Bravalheri | 2021-11-14 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Avoid using dependencies with URLs on setup.cfg | Anderson Bravalheri | 2021-11-14 | 2 | -1/+3 |
| |/ / / | | | | | | | | | | | | | | | | PyPI does not accept this kind of dependencies. An alternative is to overwrite the dependency in tox.ini | ||||
| * | | | Bump version: 58.5.3 → 59.0.0v59.0.0 | Jason R. Coombs | 2021-11-12 | 12 | -19/+36 |
| | |/ |/| | |||||
| * | | Merge pull request #2870 from ↵ | Jason R. Coombs | 2021-11-12 | 2 | -4/+5 |
| |\ \ | | | | | | | | | | | | | webknjaz/maintenance/fail-loudly-on-invalid-summary Fail on a multiline distribution package summary | ||||
| | * | | Change is backward-incompatible for projects with newlines in the summary. | Jason R. Coombs | 2021-11-12 | 1 | -0/+0 |
| | | | | |||||
| | * | | Restore single_line as a simple, universal validator. | Jason R. Coombs | 2021-11-12 | 1 | -6/+4 |
| | | | | |||||
| | * | | Fix the word "breaks" in the change note | Sviatoslav Sydorenko | 2021-11-12 | 1 | -1/+1 |
| | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| | * | | Add a change note for PR #2870 | Sviatoslav Sydorenko | 2021-11-11 | 1 | -0/+1 |
| | | | | |||||
| | * | | Fail on a multiline distribution package summary | Sviatoslav Sydorenko | 2021-11-11 | 1 | -6/+8 |
| | | | | |||||
| * | | | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use ↵ | Jason R. Coombs | 2021-11-12 | 1 | -4/+9 |
| | | | | | | | | | | | | | pip pinned range to resolve pip version based on a repeatable pattern. | ||||
| * | | | Merge pull request #2871 from webknjaz/maintenance/docs-pip-editable-v21.1 | Jason R. Coombs | 2021-11-12 | 3 | -9/+16 |
| |\ \ \ | | | | | | | | | Document that pip works with editable `setup.cfg` | ||||
| | * | | | Improve the mention of pip version that doesn't need `setup.py` | Sviatoslav Sydorenko | 2021-11-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| | * | | | Add a change note for PR #2871 | Sviatoslav Sydorenko | 2021-11-11 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Document that pip works with editable setup.cfg | Sviatoslav Sydorenko | 2021-11-11 | 2 | -9/+11 |
| | |/ / | |||||
| * | | | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILS | Jason R. Coombs | 2021-11-12 | 6 | -2/+29 |
| |\ \ \ | |/ / |/| | | Test SETUPTOOLS_USE_DISTUTILS = stdlib, local on GH Actions | ||||
| | * | | Bring back the xfail as it appears to be needed at least on macOS. | Jason R. Coombs | 2021-11-11 | 1 | -0/+4 |
| | | | | |||||
| | * | | Avoid upgrading setuptools when creating the venv for distutils_adoption ↵ | Jason R. Coombs | 2021-11-11 | 2 | -5/+6 |
| | | | | | | | | | | | | | tests. Works around issue with upgrading on PyPy. | ||||
| | * | | Disable some virtualenv integration tests for PyPy. | Jason R. Coombs | 2021-11-10 | 1 | -0/+4 |
| | | | | |||||
| | * | | Remove superfluous dep. | Jason R. Coombs | 2021-11-10 | 1 | -1/+0 |
| | | | | |||||
| | * | | Move warning suppression to pytest.ini so it occurs after 'error'. | Jason R. Coombs | 2021-11-10 | 2 | -22/+12 |
| | | | | |||||
| | * | | Suppress 'Distutils was imported before Setuptools' warning on PyPy due to ↵ | Jason R. Coombs | 2021-11-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | pypa/setuptools#2868. | ||||
| | * | | Filter known deprecation warnings when stdlib distutils is used and imports ↵ | Jason R. Coombs | 2021-11-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | sysconfig. | ||||
| | * | | Fail fast again. | Jason R. Coombs | 2021-11-10 | 1 | -1/+0 |
| | | | | |||||
| | * | | Get pytest-virtualenv from the pull request with distutils dependency removed. | Jason R. Coombs | 2021-11-10 | 2 | -6/+2 |
| | | | | |||||
| | * | | .github/workflows/main.yml: fail-fast = false | Matthias Koeppe | 2021-11-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | tox.ini (testenv): Make sure to import setuptools before distutils when ↵ | Matthias Koeppe | 2021-11-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | invoking pytest | ||||
| | * | | tox.ini (testenv): Add deps = pytest | Matthias Koeppe | 2021-11-09 | 1 | -0/+1 |
| | | | | |||||
| | * | | .github/workflows/main.yml: Test SETUPTOOLS_USE_DISTUTILS = stdlib, local | Matthias Koeppe | 2021-11-09 | 1 | -0/+5 |
| | | | | |||||
| | * | | tox.ini (testenv): passenv SETUPTOOLS_USE_DISTUTILS | Matthias Koeppe | 2021-11-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #2815 from kianmeng/fix-typos | Jason R. Coombs | 2021-11-10 | 1 | -5/+5 |
| |\ \ \ | | | | | | | | | Fix typos | ||||
| | * | | | Fix typos | Kian-Meng, Ang | 2021-10-24 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Revert ".github/workflows/main.yml: Add integration testing with setuptools" | Jason R. Coombs | 2021-11-10 | 1 | -34/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9e98a85a2180d4301e7091c6173f919ddd3e6787. That commit was only relevant to pypa/distutils. | ||||
| * | | | | Merge pull request #2866 into main. | Jason R. Coombs | 2021-11-10 | 399 | -79/+69240 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Merge pull request #2858 from abravalheri/issue-2698 | Jason R. Coombs | 2021-11-07 | 6 | -0/+46 |
| | |\ \ \ | | | | | | | | | | | Re-export `errors` from `distutils` | ||||
