summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Update build_meta.rstcdfarrow2022-06-181-10/+11
| * | | Update docs/build_meta.rstcdfarrow2022-06-181-3/+3
| * | | Update build_meta.rstcdfarrow2022-06-171-32/+33
* | | | Add more detail on sysconfig/environ vars for build_ext (#3387)Anderson Bravalheri2022-06-181-0/+22
|\ \ \ \
| * | | | docs/userguide/ext_modules.rst: Also mention extra_compile_args, extra_link_argsMatthias Koeppe2022-06-171-2/+4
| * | | | docs/userguide/ext_modules.rst: Add more detail on processing sysconfig/envir...Matthias Koeppe2022-06-171-0/+20
* | | | | Bump version: 62.4.0 → 62.5.0v62.5.0Jason R. Coombs2022-06-1712-23/+37
|/ / / /
* | | | Clarify modules used for pyproject.toml parsing are private (#3385)Anderson Bravalheri2022-06-175-2/+16
|\ \ \ \
| * | | | Add news fragmentAnderson Bravalheri2022-06-171-0/+2
| * | | | Clarify modules used for pyproject.toml parsing are privateAnderson Bravalheri2022-06-174-2/+14
* | | | | Merge pull request #3386 from pypa/bugfix/3383-cpython-sensitive-testsJason R. Coombs2022-06-172-6/+42
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update changelogJason R. Coombs2022-06-171-0/+1
| * | | | Add exclusions for specific tests. Fixes #3383.Jason R. Coombs2022-06-171-6/+41
| |/ / /
* | | | Add clarifications about `experimental` status for `pyproject.toml` configura...Anderson Bravalheri2022-06-179-211/+192
|\ \ \ \ | |/ / / |/| | |
| * | | Update docs/userguide/datafiles.rstAnderson Bravalheri2022-06-171-2/+1
| * | | Reorder words in footnote to improve the meaningAnderson Bravalheri2022-06-173-3/+3
| * | | docs: Reorder example tabsAnderson Bravalheri2022-06-163-150/+150
| * | | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-168-47/+40
| * | | Add news fragmentAnderson Bravalheri2022-06-161-0/+2
| * | | Clarify warnings and notes in documentation about experimental pyproject.tomlAnderson Bravalheri2022-06-163-32/+18
| * | | Warn about 'tool.setuptool' instead of project metadata in pyproject.tomlAnderson Bravalheri2022-06-162-8/+9
|/ / /
* | | Update quickstart to make it more streamline (#3378)Anderson Bravalheri2022-06-163-63/+109
|\ \ \
| * | | Add more reference linksAnderson Bravalheri2022-06-161-3/+5
| * | | Centralize intersphinx_mapping config for docsAnderson Bravalheri2022-06-161-9/+8
| * | | Add news fragmentAnderson Bravalheri2022-06-161-0/+1
| * | | Add note about possible improvementAnderson Bravalheri2022-06-161-0/+11
| * | | Update quickstart to make it more streamlineAnderson Bravalheri2022-06-152-54/+87
|/ / /
* | | [Docs] Improve instructions for dealing with version (#3374)Anderson Bravalheri2022-06-152-95/+109
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2022-06-141-0/+5
| * | | Promote title levelAnderson Bravalheri2022-06-141-1/+1
| * | | Small fixes in the rstAnderson Bravalheri2022-06-141-3/+1
| * | | Reorganize sections regarding versionAnderson Bravalheri2022-06-141-94/+92
| * | | Add warning about calling setup.py directlyAnderson Bravalheri2022-06-141-0/+13
* | | | Merge pull request #3376 from venthur/fix_spellAnderson Bravalheri2022-06-145-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | fixed some spelling mistakes,Bastian Venthur2022-06-145-5/+5
* | | | [Docs] Move Cython remarks to the new ext_modules page (#3373)Anderson Bravalheri2022-06-144-55/+55
|\ \ \ \ | |/ / / |/| | |