summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 62.6.0 → 63.0.0v63.0.0Benoit Pierre2022-07-048-14/+25
* Merge pull request #3421 from benoit-pierre/pr/fix_60.8.0+_performanceBenoit Pierre2022-07-0316-289/+79
|\
| * add changelog entryBenoit Pierre2022-07-021-0/+4
| * setuptools/tests: minor cleanupBenoit Pierre2022-07-021-3/+5
| * setuptools/vendored: drop `nspektr`Benoit Pierre2022-07-0212-273/+1
| * setuptools: drop support for installing an entrypoint dependenciesBenoit Pierre2022-07-022-13/+0
| * setuptools: add test for distutils' entrypoints using extrasBenoit Pierre2022-07-021-0/+69
* | Merge pull request #3426 from matjansen/fix-userguide-typoAnderson Bravalheri2022-07-011-1/+1
|\ \ | |/ |/|
| * fix userguide typoMatthias Jansen2022-07-011-1/+1
|/
* Clarify include/exclude in docs about package discovery (#3420)Anderson Bravalheri2022-06-281-16/+11
|\
| * [Docs:discovery] Update examples to consider setup.cfg/setup.py optionalAnderson Bravalheri2022-06-281-11/+8
| * Avoid inline comments in INI filesAnderson Bravalheri2022-06-281-1/+2
| * [Docs:discovery] Attempt to clarify include/excludeAnderson Bravalheri2022-06-281-6/+3
|/
* .github/workflows/ci-sage.yml: Update system configurations (#3413)Anderson Bravalheri2022-06-251-1/+1
|\
| * .github/workflows/ci-sage.yml: Update system configutations after https://tra...Matthias Koeppe2022-06-251-1/+1
|/
* CI: add workaround for git problems in cygwin (#3410)Anderson Bravalheri2022-06-251-1/+3
|\
| * ci(cygwin): Convert Windows path using cygpathAnderson Bravalheri2022-06-241-1/+1
| * Add workaround for git problems in cygwinAnderson Bravalheri2022-06-241-1/+3
* | docs/userguide/pyproject_config.rst: Update example (#3404)Anderson Bravalheri2022-06-252-0/+4
|\ \ | |/ |/|
| * Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+2
| * Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+1
| * Create 3305.doc.rstJac Fitzgerald2022-06-231-0/+1
| * [Docs] Missing requires-python in "using pyproject.toml" #3305Jac Fitzgerald2022-06-231-0/+2
|/
* Reordering of User Guide's Table of Contents (#3402)Anderson Bravalheri2022-06-233-6/+7
|\
| * Added news fragment.Saniya Maheshwari2022-06-231-0/+1
| * Removed quotes around Development Mode.Saniya Maheshwari2022-06-231-2/+2
| * Reorganized the User Guide's Table of ContentsSaniya Maheshwari2022-06-231-4/+4
|/
* [Docs] Fix reference for keywords (#3397)Anderson Bravalheri2022-06-202-3/+4
|\
| * Add news fragmentAnderson Bravalheri2022-06-201-0/+3
| * [Docs] Fix reference for keywordsAnderson Bravalheri2022-06-201-3/+1
|/
* Update logging recommendation to not use distutils (#3394)Anderson Bravalheri2022-06-202-1/+4
|\
| * Add changelog entryPatrick Lannigan2022-06-201-0/+3
| * Update logging recommendation to not use distutilsPatrick Lannigan2022-06-201-1/+1
|/
* Fix mispell in changelogAnderson Bravalheri2022-06-201-1/+1
* [Docs] package discovery guide: Small improvements and fixes (#3393)Anderson Bravalheri2022-06-201-7/+5
|\
| * [Docs] package discovery guide: Small improvements and fixesAnderson Bravalheri2022-06-201-7/+5
|/
* Bump version: 62.5.0 → 62.6.0v62.6.0Anderson Bravalheri2022-06-196-7/+15
* Add beta status to 'file' directive for reading dependenciesAnderson Bravalheri2022-06-195-10/+16
*-. Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-199-40/+249
|\ \
| | * Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-085-27/+196
| * | Update docs/userguide/declarative_config.rstAnderson Bravalheri2022-06-141-1/+3
| * | Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-144-13/+51
* | | Add support for type annotations to `attr:` ast parsing (#3391)Anderson Bravalheri2022-06-193-14/+27
|\ \ \
| * \ \ Merge pull request #1 from abravalheri/ast-annotationKarl Otness2022-06-192-18/+21
| |\ \ \
| | * | | config.expand.StaticModule: handle scenarios when annotated assignment does n...Anderson Bravalheri2022-06-191-2/+2
| | * | | config.expand: Refactor StaticModuleAnderson Bravalheri2022-06-191-13/+12
| | * | | test_expand: Add example for annotated assignment without valueAnderson Bravalheri2022-06-191-5/+9
| |/ / /
| * | | Add changelog entry for `attr:` type annotation supportKarl Otness2022-06-181-0/+1
| * | | Add support for annotated assignments to static attribute lookup.Karl Otness2022-06-182-16/+25
|/ / /
* | | Update build_meta.rst (#3381)Anderson Bravalheri2022-06-181-36/+38
|\ \ \