summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Change warning about namespace packages and data filesAnderson Bravalheri2022-06-091-3/+4
* Make test_setup_install_includes_dependencies work with custom PYTHONPATH (#3...Anderson Bravalheri2022-06-071-8/+13
|\
| * No need to set PYTHONPATH in test_setup_install_includes_dependencies at allMiro Hrončok2022-05-241-4/+0
| * Preserve PYTHONPATH in test_setup_install_includes_dependenciesMiro Hrončok2022-05-241-1/+5
| * Make test_setup_install_includes_dependencies easier to debugMiro Hrončok2022-05-241-7/+12
* | Improve warning message for package data abuseAnderson Bravalheri2022-06-051-5/+6
|/
* Update setuptools/command/build_py.pyAnderson Bravalheri2022-05-181-1/+1
* Improve warning message for _InvalidFileAnderson Bravalheri2022-05-181-3/+2
* Improve warning message for dist_info._versionAnderson Bravalheri2022-05-181-1/+2
* Improve warning message for _WouldIgnoreFieldAnderson Bravalheri2022-05-181-3/+5
* Improve warning message for _IncludePackageDataAbuseAnderson Bravalheri2022-05-181-1/+4
* Remove commaGyeongjae Choi2022-05-171-1/+1
* Add deprecation messages for `namespace_packages` (#3262)Anderson Bravalheri2022-05-165-6/+48
|\
| * 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-1626-5810/+10574
|\ \
| * | Update pyparsing to fix problems with 3.11Anderson Bravalheri2022-04-2125-5809/+10573
| * | Update version of pyparsing in vendored.txtAnderson Bravalheri2022-04-211-1/+1
* | | Warn about deprecation of behaviour that considers modules/packages as data w...Anderson Bravalheri2022-05-162-2/+123
|\ \ \
| * | | Simplify checks for abuse of include_package_dataAnderson Bravalheri2022-05-061-19/+17
| * | | 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-162-2/+13
|\ \ \ \
| * | | | 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-162-1/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix mistake on recursive glob testnullableVoidPtr2022-05-101-1/+1
| * | | Allow recursive globs for package_datanullableVoidPtr2022-05-072-1/+25
| |/ /
* | | Add warnings about incompatibilities in bundled dependencies (#3296)Anderson Bravalheri2022-05-161-0/+11
|\ \ \
| * | | Fix incorrect information in commentAnderson Bravalheri2022-04-291-1/+1
| * | | Prefer `importlib-metadata` in warning messageAnderson Bravalheri2022-04-291-2/+2
| * | | Warn when an incompatible version of importlib is usedAnderson Bravalheri2022-04-291-0/+11
| |/ /
* | | Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaaJason R. Coombs2022-05-1011-89/+112
* | | do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-293-29/+32
|/ /
* | Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
|/
* Merge https://github.com/pypa/distutils into feature/distutils-5229dad46bJason R. Coombs2022-04-107-20/+64
* Rename variableAnderson Bravalheri2022-04-051-4/+4
* Simplify auto-discovered package_dirAnderson Bravalheri2022-04-052-3/+56
* Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-042-2/+21
|\
| * Fix dynamic readmeAnderson Bravalheri2022-04-041-2/+7
| * Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14
* | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-043-3/+129
|\ \
| * | Fix reference to issue numberAnderson Bravalheri2022-03-301-1/+1
| * | Test with different package namesAnderson Bravalheri2022-03-301-11/+12
| * | Add comment explaining testAnderson Bravalheri2022-03-291-0/+3
| * | Change dist_info naming to use the same convention as bdist_wheelAnderson Bravalheri2022-03-291-1/+33
| * | Restore tags in egg_info but change the idempotency checkAnderson Bravalheri2022-03-291-4/+9
| * | Fix duplicated version tags in egg_infoAnderson Bravalheri2022-03-291-2/+7
| * | Capture expectation of invalid version warningAnderson Bravalheri2022-03-291-0/+10
| * | Test dist_info creates similar dir to bdist_wheelAnderson Bravalheri2022-03-291-0/+70
* | | Honor file mode for wheel install_as_egg (#3167)Anderson Bravalheri2022-04-043-23/+118
|\ \ \ | |_|/ |/| |