| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 54.1.3 → 54.2.0v54.2.0 | Jason R. Coombs | 2021-03-22 | 4 | -4/+12 |
| | | |||||
| * | Merge pull request #2608 from layday/pep517-better-error-on-missing-dist | Jason R. Coombs | 2021-03-22 | 3 | -1/+19 |
| |\ | | | | | build_meta: produce informative error when a dist is not found | ||||
| | * | Remove superfluous else. | Jason R. Coombs | 2021-03-22 | 1 | -2/+1 |
| | | | |||||
| | * | fixup! build_meta: produce informative error when a dist is not found | layday | 2021-03-21 | 1 | -2/+4 |
| | | | |||||
| | * | fixup! fixup! build_meta: produce informative error when a dist is not found | layday | 2021-03-21 | 2 | -7/+4 |
| | | | |||||
| | * | fixup! build_meta: produce informative error when a dist is not found | layday | 2021-03-16 | 1 | -1/+1 |
| | | | |||||
| | * | build_meta: produce informative error when a dist is not found | layday | 2021-03-16 | 3 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | Previously, when `build_sdist` or `build_wheel` were unable to build a distribution (and were therefore unable to find the distribution file), they would throw a ValueError: not enough values to unpack (expected 1, got 0) which did not offer any clues as to where the issue might lie. | ||||
| * | | Bump version: 54.1.2 → 54.1.3v54.1.3 | Jason R. Coombs | 2021-03-22 | 3 | -2/+8 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-03-22 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. | Jason R. Coombs | 2021-03-15 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #2613 from pypa/feature/restore-editable-pythonpath | Jason R. Coombs | 2021-03-22 | 2 | -0/+68 |
| |\ \ \ | |_|/ |/| | | Add test demonstrating how site dirs can be added for discoverability | ||||
| | * | | Expect failure on PyPy.feature/restore-editable-pythonpath | Jason R. Coombs | 2021-03-21 | 1 | -0/+4 |
| | | | | |||||
| | * | | Cast values to str and retain other environ vars for Windows' sake | Jason R. Coombs | 2021-03-21 | 1 | -1/+3 |
| | | | | |||||
| | * | | Illustrate how one might leverage sitecustomize.py to make a project ↵ | Jason R. Coombs | 2021-03-21 | 1 | -12/+30 |
| | | | | | | | | | | | | | available on PYTHONPATH. Fixes #2612. | ||||
| | * | | Add test capturing missed expectation. Ref #2612. | Jason R. Coombs | 2021-03-20 | 2 | -0/+44 |
| |/ / | |||||
| * | | Bump version: 54.1.1 → 54.1.2v54.1.2 | Jason R. Coombs | 2021-03-14 | 4 | -3/+11 |
| | | | |||||
| * | | Merge pull request #2600 from melissa-kun-li/reduce_dash_deprecation_scope | Jason R. Coombs | 2021-03-14 | 3 | -10/+19 |
| |\ \ | | | | | | | Reduce scope of dash deprecation warning. Fixes #2595 | ||||
| | * | | Add changelog | Melissa Li | 2021-03-08 | 1 | -0/+1 |
| | | | | |||||
| | * | | Fix formatting of tests and change dash deprecation method name | Melissa Li | 2021-03-08 | 2 | -10/+10 |
| | | | | |||||
| | * | | Reduce scope of dash deprecation warning to Setuptools and distutils | Melissa Li | 2021-03-08 | 1 | -0/+8 |
| |/ / | |||||
| * | | Don't bother testing old versions of pip on Python 3.10 and later. Fixes #2599. | Jason R. Coombs | 2021-03-07 | 1 | -3/+8 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-03-07 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Also deny black on Python 3.10 as workaround for python/typed_ast#156. | Jason R. Coombs | 2021-03-07 | 1 | -1/+2 |
| | | | |||||
| | * | Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. | Jason R. Coombs | 2021-03-07 | 1 | -2/+2 |
| | | | |||||
| * | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-03-07 | 4 | -32/+49 |
| |\ \ | |/ | |||||
| | * | Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. | Jason R. Coombs | 2021-03-07 | 1 | -1/+2 |
| | | | |||||
| | * | Add comments indicating why the exclusions are present | Jason R. Coombs | 2021-03-07 | 1 | -0/+2 |
| | | | |||||
| | * | Require twine 3 with keyring unconditionally required. | Jason R. Coombs | 2021-03-06 | 1 | -1/+1 |
| | | | |||||
| | * | Bump minimum pytest | Jason R. Coombs | 2021-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | It's no longer necessary to filter this warning and it's not a warning anymore. | Jason R. Coombs | 2021-02-21 | 1 | -2/+0 |
| | | | |||||
| | * | Added an .editorconfig. Pull request jaraco/skeleton#43. | KOLANICH | 2021-02-21 | 2 | -2/+17 |
| | | | |||||
| | * | Exclude dist from discovered packages. Fixes jaraco/skeleton#46. | Jason R. Coombs | 2021-02-21 | 1 | -0/+1 |
| | | | |||||
| | * | Normalize indentation | Jason R. Coombs | 2021-02-09 | 1 | -3/+3 |
| | | | |||||
| * | | Bump version: 54.1.0 → 54.1.1v54.1.1 | Jason R. Coombs | 2021-03-06 | 5 | -6/+17 |
| | | | |||||
| * | | The term is misc :/ | Jason R. Coombs | 2021-03-06 | 1 | -0/+0 |
| | | | |||||
| * | | Merge pull request #2594 from webknjaz/maintenance/issue-forms | Jason R. Coombs | 2021-03-06 | 4 | -0/+343 |
| |\ \ | | | | | | | Introduce issue forms in the repo | ||||
| | * | | Introduce issue forms in the repo | Sviatoslav Sydorenko | 2021-03-07 | 4 | -0/+343 |
| | | | | |||||
| * | | | Merge pull request #2593 from melissa-kun-li/uppercase_metadata_warning | Jason R. Coombs | 2021-03-06 | 3 | -0/+35 |
| |\ \ \ | |/ / |/| | | Warn for uppercase key usage in metadata in setup.cfg, provides compatibility. Fixes #2592 | ||||
| | * | | Make change a bugfix | Jason R. Coombs | 2021-03-06 | 1 | -0/+0 |
| | | | | |||||
| | * | | Apply suggestions in code review. | Jason R. Coombs | 2021-03-06 | 3 | -14/+18 |
| | | | | | | | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| | * | | Add changelog | Melissa Li | 2021-03-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | Test for uppercase metadata warning | Melissa Li | 2021-03-05 | 1 | -0/+18 |
| | | | | |||||
| | * | | Warn for uppercase usage in setup.cfg metadata | Melissa Li | 2021-03-05 | 1 | -0/+12 |
| |/ / | |||||
| * | | Merge pull request #2584 from amy-lei/tabbed-code | Jason R. Coombs | 2021-03-05 | 7 | -160/+229 |
| |\ \ | | | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg | ||||
| | * | | Extend extensions later in the file. Fixes flake8 failure and isolates the ↵ | Jason R. Coombs | 2021-03-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | (sole) change from other concerns. | ||||
| | * | | Add changelog | Amy | 2021-02-28 | 1 | -0/+1 |
| | | | | |||||
| | * | | Replace adjacent code blocks with tabbed containers | Amy | 2021-02-28 | 3 | -160/+223 |
| | | | | |||||
| | * | | Add sphinx-inline-tabs extension | Amy | 2021-02-28 | 3 | -1/+3 |
| | | | | |||||
| * | | | Bump version: 54.0.0 → 54.1.0v54.1.0 | Jason R. Coombs | 2021-03-05 | 4 | -3/+11 |
| | | | | |||||
| * | | | Merge pull request #2588 from melissa-kun-li/compatibility-dash-method | Jason R. Coombs | 2021-03-03 | 5 | -5/+52 |
| |\ \ \ | | | | | | | | | Provide support for dash-separated keys in setup.cfg, warns for future incompatibility of certain keys | ||||
