| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 62.3.1 → 62.3.2v62.3.2 | Anderson Bravalheri | 2022-05-18 | 4 | -3/+11 |
| | | |||||
| * | Add one-line summary to some warnings (#3328) | Anderson Bravalheri | 2022-05-18 | 5 | -8/+14 |
| |\ | |||||
| | * | Update setuptools/command/build_py.py | Anderson Bravalheri | 2022-05-18 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Michał Górny <mgorny@gentoo.org> | ||||
| | * | Add news fragment | Anderson Bravalheri | 2022-05-18 | 1 | -0/+1 |
| | | | |||||
| | * | Improve warning message for _InvalidFile | Anderson Bravalheri | 2022-05-18 | 1 | -3/+2 |
| | | | |||||
| | * | Improve warning message for dist_info._version | Anderson Bravalheri | 2022-05-18 | 1 | -1/+2 |
| | | | |||||
| | * | Improve warning message for _WouldIgnoreField | Anderson Bravalheri | 2022-05-18 | 1 | -3/+5 |
| | | | |||||
| | * | Improve warning message for _IncludePackageDataAbuse | Anderson Bravalheri | 2022-05-18 | 1 | -1/+4 |
| |/ | |||||
| * | Bump version: 62.3.0 → 62.3.1v62.3.1 | Anderson Bravalheri | 2022-05-17 | 4 | -4/+12 |
| | | |||||
| * | Add news fragment | Anderson Bravalheri | 2022-05-17 | 1 | -0/+2 |
| | | |||||
| * | Remove comma | Gyeongjae Choi | 2022-05-17 | 1 | -1/+1 |
| | | |||||
| * | Bump version: 62.2.0 → 62.3.0v62.3.0 | Anderson Bravalheri | 2022-05-16 | 10 | -31/+48 |
| | | |||||
| * | Add deprecation messages for `namespace_packages` (#3262) | Anderson Bravalheri | 2022-05-16 | 9 | -8/+67 |
| |\ | |||||
| | * | Add deprecation notices to docs | Anderson Bravalheri | 2022-05-16 | 3 | -2/+11 |
| | | | |||||
| | * | Add news fragment | Anderson Bravalheri | 2022-05-16 | 1 | -0/+8 |
| | | | |||||
| | * | Add deprecation messages for `namespace_packages`. | Anderson Bravalheri | 2022-05-16 | 5 | -6/+48 |
| | | | | | | | | | | | | | | | | | The docs in https://setuptools.pypa.io/en/latest/userguide/package_discovery.html and https://packaging.python.org/en/latest/guides/packaging-namespace-packages/ suggest that this field is deprecated. | ||||
| * | | Update vendored `pyparsing` to fix problems with 3.11 (#3276) | Anderson Bravalheri | 2022-05-16 | 53 | -11620/+21150 |
| |\ \ | |||||
| | * | | Add news fragment | Anderson Bravalheri | 2022-04-21 | 1 | -0/+2 |
| | | | | |||||
| | * | | Update pyparsing to fix problems with 3.11 | Anderson Bravalheri | 2022-04-21 | 50 | -11618/+21146 |
| | | | | |||||
| | * | | Update version of pyparsing in vendored.txt | Anderson Bravalheri | 2022-04-21 | 2 | -2/+2 |
| | | | | |||||
| * | | | Warn about deprecation of behaviour that considers modules/packages as data ↵ | Anderson Bravalheri | 2022-05-16 | 4 | -3/+132 |
| |\ \ \ | | | | | | | | | | | | | when include_package_data=True (#3308) | ||||
| | * | | | Simplify checks for abuse of include_package_data | Anderson Bravalheri | 2022-05-06 | 1 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the checks would result in a warning per module additionally to the parent package. Now only one warning per parent package is issued. | ||||
| | * | | | Quickfix missing comment mark in docs | Anderson Bravalheri | 2022-05-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Add news fragment | Anderson Bravalheri | 2022-05-05 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | Warn about packages/modules included as package data | Anderson Bravalheri | 2022-05-05 | 1 | -2/+54 |
| | | | | | |||||
| | * | | | Add test that capture transitional behaviour for build_py | Anderson Bravalheri | 2022-05-05 | 1 | -0/+71 |
| | | | | | | | | | | | | | | | | | | | | | During the transition, `build_py` should warn when a module or package is included in the distribution as if it was "package data". | ||||
| * | | | | Remove residual dependencies from setup.py when dependencies are set in ↵ | Anderson Bravalheri | 2022-05-16 | 3 | -2/+17 |
| |\ \ \ \ | | | | | | | | | | | | | | | | pyproject.toml (#3306) | ||||
| | * | | | | Add news fragment | Anderson Bravalheri | 2022-05-04 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Add warning about overwritten dependencies | Anderson Bravalheri | 2022-05-04 | 1 | -2/+4 |
| | | | | | | |||||
| | * | | | | Capture expectations about overwritten dependencies in test | Anderson Bravalheri | 2022-05-04 | 1 | -0/+9 |
| | |/ / / | | | | | | | | | | | | | This is discussed in issue 3300. | ||||
| * | | | | Allow recursive globs for package_data (#3309) | Anderson Bravalheri | 2022-05-16 | 3 | -1/+26 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Fix mistake on recursive glob test | nullableVoidPtr | 2022-05-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Allow recursive globs for package_data | nullableVoidPtr | 2022-05-07 | 3 | -1/+26 |
| | |/ / | |||||
| * | | | Some small typos and grammar fixes (#3286) | Anderson Bravalheri | 2022-05-16 | 1 | -13/+14 |
| |\ \ \ | |||||
| | * | | | Apply suggestions from code review | Anderson Bravalheri | 2022-05-16 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Some small typos and grammar fixes | Matt Hall | 2022-04-26 | 1 | -13/+14 |
| | |/ / | | | | | | | | | | | | | | | | - Tense changed in first paragraph: should be either past or present; present seems fair since a lot of people still use or even need `setup.py`. - Line 20: missing 'the' - Under 'How to use it?' I added a Python file to the source tree; seems like the sort of thing a beginner could get confused about ("where does my code go?"). - A couple of small typos. | ||||
| * | | | Clarify that `pyproject.toml` config will not be removed (#3295) | Anderson Bravalheri | 2022-05-16 | 4 | -5/+5 |
| |\ \ \ | |||||
| | * | | | Clarify that `pyproject.toml` config will not be removed | Jim Garrison | 2022-04-29 | 4 | -5/+5 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current documentation regarding `pyproject.toml` claims that support for using it to specify package metadata and build configuration options might be "completely removed" in a future release. However, nowadays it is clear (https://github.com/pypa/setuptools/issues/1688#issuecomment-1079706929 and #3214) that `pyproject.toml` is not going anywhere, is here to stay, and is in fact expected to be the preferred format in the future. This makes an incremental change toward that future by clarifying that `pyproject.toml` support will not be removed in a future release of setuptools. | ||||
| * | | | Add warnings about incompatibilities in bundled dependencies (#3296) | Anderson Bravalheri | 2022-05-16 | 3 | -0/+24 |
| |\ \ \ | |||||
| | * | | | Fix incorrect information in comment | Anderson Bravalheri | 2022-04-29 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Prefer `importlib-metadata` in warning message | Anderson Bravalheri | 2022-04-29 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Add warning about pathlib to changelog | Anderson Bravalheri | 2022-04-29 | 1 | -0/+11 |
| | | | | | |||||
| | * | | | Add news fragment | Anderson Bravalheri | 2022-04-29 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Warn when an incompatible version of importlib is used | Anderson Bravalheri | 2022-04-29 | 1 | -0/+11 |
| | |/ / | |||||
| * | | | Docs: Combine keyword documentation (#3307) | Anderson Bravalheri | 2022-05-16 | 9 | -193/+274 |
| |\ \ \ | |||||
| | * | | | update changelog to cover new chagnes | Jeremy Paige | 2022-05-06 | 2 | -3/+4 |
| | | | | | |||||
| | * | | | Merge pull request #1 from abravalheri/kwargs | Jeremy Paige | 2022-05-06 | 8 | -121/+262 |
| | |\ \ \ | | | | | | | | | | | Suggestions for improvements over PR 3307 | ||||
| | | * | | | Update docs/deprecated/changed_keywords.rst | Anderson Bravalheri | 2022-05-06 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Move userguide/keywords to deprecated/changed_keyworkds | Anderson Bravalheri | 2022-05-06 | 6 | -2/+9 |
| | | | | | | |||||
| | | * | | | Make the separation between distutils and setuptools keywords more clear | Anderson Bravalheri | 2022-05-06 | 1 | -53/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest value of retaining the `userguide/keywords` document is to retain information about which keywords have changed. Therefore it makes sense to preserve (and highlight) that information. | ||||
