summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into debt/remove-legacy-versiondebt/remove-legacy-versionJason R. Coombs2021-11-1462-109/+2540
|\
| * Bump version: 59.0.0 → 59.0.1v59.0.1Jason R. Coombs2021-11-144-5/+13
| |
| * Merge pull request #2882 from abravalheri/fix-2880Jason R. Coombs2021-11-143-1/+6
| |\ | | | | | | Fix 2880, 2881 - Avoid depdencies with URLs in setup.cfg
| | * Add news fragmentAnderson Bravalheri2021-11-141-0/+3
| | |
| | * Avoid using dependencies with URLs on setup.cfgAnderson Bravalheri2021-11-142-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.0Jason R. Coombs2021-11-1212-19/+36
| |
| * Merge pull request #2870 from ↵Jason R. Coombs2021-11-122-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. Coombs2021-11-121-0/+0
| | |
| | * Restore single_line as a simple, universal validator.Jason R. Coombs2021-11-121-6/+4
| | |
| | * Fix the word "breaks" in the change noteSviatoslav Sydorenko2021-11-121-1/+1
| | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| | * Add a change note for PR #2870Sviatoslav Sydorenko2021-11-111-0/+1
| | |
| | * Fail on a multiline distribution package summarySviatoslav Sydorenko2021-11-111-6/+8
| | |
| * | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use ↵Jason R. Coombs2021-11-121-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.1Jason R. Coombs2021-11-123-9/+16
| |\ \ | | | | | | | | Document that pip works with editable `setup.cfg`
| | * | Improve the mention of pip version that doesn't need `setup.py`Sviatoslav Sydorenko2021-11-121-2/+3
| | | | | | | | | | | | Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
| | * | Add a change note for PR #2871Sviatoslav Sydorenko2021-11-111-0/+4
| | | |
| | * | Document that pip works with editable setup.cfgSviatoslav Sydorenko2021-11-112-9/+11
| | |/
| * | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILSJason R. Coombs2021-11-126-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. Coombs2021-11-111-0/+4
| | |
| | * Avoid upgrading setuptools when creating the venv for distutils_adoption ↵Jason R. Coombs2021-11-112-5/+6
| | | | | | | | | | | | tests. Works around issue with upgrading on PyPy.
| | * Disable some virtualenv integration tests for PyPy.Jason R. Coombs2021-11-101-0/+4
| | |
| | * Remove superfluous dep.Jason R. Coombs2021-11-101-1/+0
| | |
| | * Move warning suppression to pytest.ini so it occurs after 'error'.Jason R. Coombs2021-11-102-22/+12
| | |
| | * Suppress 'Distutils was imported before Setuptools' warning on PyPy due to ↵Jason R. Coombs2021-11-101-0/+13
| | | | | | | | | | | | pypa/setuptools#2868.
| | * Filter known deprecation warnings when stdlib distutils is used and imports ↵Jason R. Coombs2021-11-101-0/+9
| | | | | | | | | | | | sysconfig.
| | * Fail fast again.Jason R. Coombs2021-11-101-1/+0
| | |
| | * Get pytest-virtualenv from the pull request with distutils dependency removed.Jason R. Coombs2021-11-102-6/+2
| | |
| | * .github/workflows/main.yml: fail-fast = falseMatthias Koeppe2021-11-091-0/+1
| | |
| | * tox.ini (testenv): Make sure to import setuptools before distutils when ↵Matthias Koeppe2021-11-091-1/+5
| | | | | | | | | | | | invoking pytest
| | * tox.ini (testenv): Add deps = pytestMatthias Koeppe2021-11-091-0/+1
| | |
| | * .github/workflows/main.yml: Test SETUPTOOLS_USE_DISTUTILS = stdlib, localMatthias Koeppe2021-11-091-0/+5
| | |
| | * tox.ini (testenv): passenv SETUPTOOLS_USE_DISTUTILSMatthias Koeppe2021-11-091-0/+1
| | |
| * | Merge pull request #2815 from kianmeng/fix-typosJason R. Coombs2021-11-101-5/+5
| |\ \ | | | | | | | | Fix typos
| | * | Fix typosKian-Meng, Ang2021-10-241-5/+5
| | | |
| * | | Revert ".github/workflows/main.yml: Add integration testing with setuptools"Jason R. Coombs2021-11-101-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9e98a85a2180d4301e7091c6173f919ddd3e6787. That commit was only relevant to pypa/distutils.
| * | | Merge pull request #2866 into main.Jason R. Coombs2021-11-10399-79/+69240
| |\ \ \
| | * \ \ Merge pull request #2858 from abravalheri/issue-2698Jason R. Coombs2021-11-076-0/+46
| | |\ \ \ | | | | | | | | | | | | Re-export `errors` from `distutils`
| | | * | | Prefer imperative voice.Jason R. Coombs2021-11-071-2/+2
| | | | | |
| | | * | | Document setuptools replacementsAnderson Bravalheri2021-11-054-0/+21
| | | | | |
| | | * | | Expose distutils errorsAnderson Bravalheri2021-11-052-0/+25
| | | | |/ | | | |/| | | | | | | | | | | | | | | | As mentioned in #2698, exposing distutil errors via setuptools help the migration stated by PEP 632.
| | * | | Merge pull request #2857 from abravalheri/deprecated-distutils-commandJason R. Coombs2021-11-073-18/+9
| | |\ \ \ | | | | | | | | | | | | Deprecate support for commands inheriting from distutils
| | | * | | Add news fragment for deprecated distuils commandsAnderson Bravalheri2021-11-051-0/+2
| | | | | |
| | | * | | Use warning instead of log for distutils commandAnderson Bravalheri2021-11-052-18/+7
| | | |/ / | | | | | | | | | | | | | | | | | | | | As discussed in #2855, using an actual warning instead of the logger allow users to control what gets displayed via warning filters.
| | * | | Merge pull request #2859 from abravalheri/add-logo-to-readmeJason R. Coombs2021-11-075-0/+49
| | |\ \ \ | | | |/ / | | |/| | Add logo to readme
| | | * | Improve faviconAnderson Bravalheri2021-11-063-15/+12
| | | | |
| | | * | Add favicon and related configuration to sphinxAnderson Bravalheri2021-11-054-0/+47
| | | | |
| | | * | Add logo/banner to READMEAnderson Bravalheri2021-11-051-1/+2
| | | | |
| | | * | Add logo/banner to READMEAnderson Bravalheri2021-11-051-0/+4
| | |/ /
| | * | Merge pull request #2853 from abravalheri/add-logoJason R. Coombs2021-11-0427-3/+2040
| | |\ \ | | | | | | | | | | Add logo
| | | * | Add a note about inspirationAnderson Bravalheri2021-11-041-0/+15
| | | | |