summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 62.2.0 → 62.3.0v62.3.0Anderson Bravalheri2022-05-1610-31/+48
* Add deprecation messages for `namespace_packages` (#3262)Anderson Bravalheri2022-05-169-8/+67
|\
| * Add deprecation notices to docsAnderson Bravalheri2022-05-163-2/+11
| * Add news fragmentAnderson Bravalheri2022-05-161-0/+8
| * Add deprecation messages for `namespace_packages`.Anderson Bravalheri2022-05-165-6/+48
* | Update vendored `pyparsing` to fix problems with 3.11 (#3276)Anderson Bravalheri2022-05-1653-11620/+21150
|\ \
| * | Add news fragmentAnderson Bravalheri2022-04-211-0/+2
| * | Update pyparsing to fix problems with 3.11Anderson Bravalheri2022-04-2150-11618/+21146
| * | Update version of pyparsing in vendored.txtAnderson Bravalheri2022-04-212-2/+2
* | | Warn about deprecation of behaviour that considers modules/packages as data w...Anderson Bravalheri2022-05-164-3/+132
|\ \ \
| * | | Simplify checks for abuse of include_package_dataAnderson Bravalheri2022-05-061-19/+17
| * | | Quickfix missing comment mark in docsAnderson Bravalheri2022-05-051-1/+1
| * | | Add news fragmentAnderson Bravalheri2022-05-051-0/+8
| * | | Warn about packages/modules included as package dataAnderson Bravalheri2022-05-051-2/+54
| * | | Add test that capture transitional behaviour for build_pyAnderson Bravalheri2022-05-051-0/+71
* | | | Remove residual dependencies from setup.py when dependencies are set in pypro...Anderson Bravalheri2022-05-163-2/+17
|\ \ \ \
| * | | | Add news fragmentAnderson Bravalheri2022-05-041-0/+4
| * | | | Add warning about overwritten dependenciesAnderson Bravalheri2022-05-041-2/+4
| * | | | Capture expectations about overwritten dependencies in testAnderson Bravalheri2022-05-041-0/+9
| |/ / /
* | | | Allow recursive globs for package_data (#3309)Anderson Bravalheri2022-05-163-1/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix mistake on recursive glob testnullableVoidPtr2022-05-101-1/+1
| * | | Allow recursive globs for package_datanullableVoidPtr2022-05-073-1/+26
| |/ /
* | | Some small typos and grammar fixes (#3286)Anderson Bravalheri2022-05-161-13/+14
|\ \ \
| * | | Apply suggestions from code reviewAnderson Bravalheri2022-05-161-1/+1
| * | | Some small typos and grammar fixesMatt Hall2022-04-261-13/+14
| |/ /
* | | Clarify that `pyproject.toml` config will not be removed (#3295)Anderson Bravalheri2022-05-164-5/+5
|\ \ \
| * | | Clarify that `pyproject.toml` config will not be removedJim Garrison2022-04-294-5/+5
| |/ /
* | | Add warnings about incompatibilities in bundled dependencies (#3296)Anderson Bravalheri2022-05-163-0/+24
|\ \ \
| * | | Fix incorrect information in commentAnderson Bravalheri2022-04-291-1/+1
| * | | Prefer `importlib-metadata` in warning messageAnderson Bravalheri2022-04-291-2/+2
| * | | Add warning about pathlib to changelogAnderson Bravalheri2022-04-291-0/+11
| * | | Add news fragmentAnderson Bravalheri2022-04-291-0/+2
| * | | Warn when an incompatible version of importlib is usedAnderson Bravalheri2022-04-291-0/+11
| |/ /
* | | Docs: Combine keyword documentation (#3307)Anderson Bravalheri2022-05-169-193/+274
|\ \ \
| * | | update changelog to cover new chagnesJeremy Paige2022-05-062-3/+4
| * | | Merge pull request #1 from abravalheri/kwargsJeremy Paige2022-05-068-121/+262
| |\ \ \
| | * | | Update docs/deprecated/changed_keywords.rstAnderson Bravalheri2022-05-061-1/+1
| | * | | Move userguide/keywords to deprecated/changed_keyworkdsAnderson Bravalheri2022-05-066-2/+9
| | * | | Make the separation between distutils and setuptools keywords more clearAnderson Bravalheri2022-05-061-53/+62
| | * | | Add anchors for keywords in docs.Anderson Bravalheri2022-05-061-2/+96
| | * | | Add introduction text to keywords docsAnderson Bravalheri2022-05-061-0/+30
| | * | | Fix markup on keywords documentationAnderson Bravalheri2022-05-061-8/+0
| | * | | Add markup to highlight deprecation of test-related keywordsAnderson Bravalheri2022-05-061-3/+12
| | * | | Avoid mentioning that pip is used for downloadAnderson Bravalheri2022-05-061-3/+3
| |/ / /
| * | | add changelogJeremy Paige2022-05-051-0/+1
| * | | redirect userguide keywords to references keywordsJeremy Paige2022-05-051-161/+101
| * | | Sync references keywords doc from userguideJeremy Paige2022-05-051-14/+12
| |/ /
* | | Bump version: 62.1.0 → 62.2.0v62.2.0Jason R. Coombs2022-05-105-4/+15
* | | Merge pull request #3311 from pypa/feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-1016-116/+130
|\ \ \
| * | | Try Python 3.9Jason R. Coombs2022-05-101-1/+1