summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | fix documentation for dynamic build dependenciesMax Bachmann2022-12-201-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Add support for testing pip<23 and drop support for pip<20.Jason R. Coombs2022-12-161-2/+1
| | | | | | | | | |
* | | | | | | | | | xfail more tests on Python 3.12+ for older pips. Ref #3727.Jason R. Coombs2022-12-161-3/+10
| | | | | | | | | |
* | | | | | | | | | xfail tests on Python 3.12+ for older pips. Ref #3727.Jason R. Coombs2022-12-161-2/+14
| | | | | | | | | |
* | | | | | | | | | ⚫ Fade to black.Jason R. Coombs2022-12-161-10/+21
| | | | | | | | | |
* | | | | | | | | | Enable tests on Python 3.11, no longer failing. Fixes #3365.Jason R. Coombs2022-12-161-2/+1
| | | | | | | | | |
* | | | | | | | | | Enable tests on Python 3.12, as they're allowed to fail.Jason R. Coombs2022-12-161-1/+1
| | | | | | | | | |
* | | | | | | | | | Default to local distutils unless specified. Fixes #3726.Jason R. Coombs2022-12-161-3/+2
| | | | | | | | | |
* | | | | | | | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-12-154-6/+18
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Prevent Python 3.12 from blocking checks.Jason R. Coombs2022-12-111-0/+1
| | | | | | | | |
| * | | | | | | | Remove unnecessary shebang and encoding header in docs conf.Jason R. Coombs2022-12-101-3/+0
| | | | | | | | |
| * | | | | | | | tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes ↵Jason R. Coombs2022-12-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jaraco/skeleton#74.
| * | | | | | | | Honor ResourceWarnings. Fixes jaraco/skeleton#73.Jason R. Coombs2022-12-061-0/+3
| | | | | | | | |
| * | | | | | | | Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.Jason R. Coombs2022-11-191-1/+3
| | | | | | | | |
| * | | | | | | | Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.Jason R. Coombs2022-11-181-1/+7
| | | | | | | | |
* | | | | | | | | Bump version: 65.6.2 → 65.6.3v65.6.3Jason R. Coombs2022-11-234-4/+12
| | | | | | | | |
* | | | | | | | | Merge pull request #3709 from abravalheri/issue-3707Jason R. Coombs2022-11-233-1/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace condition to patch `distutils.dist.log`
| * | | | | | | | | Remove wrong commentAnderson Bravalheri2022-11-231-1/+1
| | | | | | | | | |
| * | | | | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+2
| | | | | | | | | |
| * | | | | | | | | Replace condition to patch distutils.dist.logAnderson Bravalheri2022-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As `distutils.log.Log` was backfilled for compatibility we no longer can use this as a condition.
| * | | | | | | | | Add simple regression test for logging patchesAnderson Bravalheri2022-11-231-0/+17
| | | | | | | | | |
* | | | | | | | | | Bump version: 65.6.1 → 65.6.2v65.6.2Jason R. Coombs2022-11-233-2/+8
|/ / / / / / / / /
* | | | | | | | | Minor adjustments in changelogAnderson Bravalheri2022-11-231-2/+4
| | | | | | | | |
* | | | | | | | | Bump version: 65.6.0 → 65.6.1v65.6.1Anderson Bravalheri2022-11-239-9/+20
| | | | | | | | |
* | | | | | | | | Adequate news fragment file namesAnderson Bravalheri2022-11-232-0/+0
| | | | | | | | |
* | | | | | | | | Merge pypa/distutils@3e9d47e with fix for distutils.log (#3705)Anderson Bravalheri2022-11-232-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add changelogJason R. Coombs2022-11-221-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge https://github.com/pypa/distutils into bugfix/3693-distutils-3e9d47eJason R. Coombs2022-11-221-0/+19
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #192 from abravalheri/setuptools-issue-3693Jason R. Coombs2022-11-222-0/+22
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | Backfill `distutils.log.Log` for compatibility
| | | * | | | | | | Ignore deprecation warning in testsAnderson Bravalheri2022-11-222-1/+4
| | | | | | | | | |
| | | * | | | | | | Add distutils.log.Log back for compatibilityAnderson Bravalheri2022-11-221-0/+19
| | |/ / / / / / /
* | | | | | | | | Fix build directories interference with auto-discovery (#3704)Anderson Bravalheri2022-11-233-1/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| | | | | | | | | |
| * | | | | | | | | Use hidden directory to not interfere with discoveryAnderson Bravalheri2022-11-221-1/+2
| | | | | | | | | |
| * | | | | | | | | Capture behaviour of issue 3692 in testAnderson Bravalheri2022-11-221-0/+13
| | | | | | | | | |
* | | | | | | | | | Update versions of outdated GHA (#3640)Anderson Bravalheri2022-11-231-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update versions of outdated GHAAnderson Bravalheri2022-10-191-4/+4
| | | | | | | | | | |
* | | | | | | | | | | Improve clib builds reproducibility (#3679)Anderson Bravalheri2022-11-233-1/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Better changelog message in changelog.d/3678.change.rstdanigm2022-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
| * | | | | | | | | | | Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-153-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://github.com/pypa/setuptools/issues/3678
* | | | | | | | | | | | Improve invalid entry-points traceback (#3684)Anderson Bravalheri2022-11-233-23/+63
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Test user-friendly exeptions for invalid entry-poitnsAnderson Bravalheri2022-11-151-22/+53
| | | | | | | | | | | | |
| * | | | | | | | | | | | Display a user-friendly exception when entry-point is invalidAnderson Bravalheri2022-11-151-1/+9
| |/ / / / / / / / / / /
* | | | | | | | | | | | Fix logging errors - `underlying buffer has been detached` (#3690)Anderson Bravalheri2022-11-232-10/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix logging errors: 'underlying buffer has been detached'Daniel Laügt2022-11-171-10/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Docs: Add note about global `distutils.cfg` (#3689)Anderson Bravalheri2022-11-232-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add news fragmentAnderson Bravalheri2022-11-231-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add note about global distutils.cfgAnderson Bravalheri2022-11-171-0/+9
| |/ / / / / / / / / / /