Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into feature/distutils-docsfeature/distutils-docs | Jason R. Coombs | 2021-04-25 | 99 | -1767/+2886 |
|\ | |||||
| * | Merge pull request #2655 from webknjaz/maintenance/drop-netlify | Jason R. Coombs | 2021-04-25 | 2 | -8/+0 |
| |\ | | | | | | | 🔥 Drop the Netlify configs | ||||
| | * | 🔥 Drop the Netlify configs | Sviatoslav Sydorenko | 2021-04-25 | 2 | -8/+0 |
| | | | | | | | | | | | | | | | This is no longer needed since the project relies on RTD PR builds for some time already. | ||||
| * | | Merge pull request #2654 from webknjaz/docs/modern-towncrier | Jason R. Coombs | 2021-04-25 | 2 | -0/+6 |
| |\ \ | | |/ | |/| | Make changelog tmpl compatible w/ new Towncrier | ||||
| | * | Add a change note for PR #2654 | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+2 |
| | | | |||||
| | * | Make changelog tmpl compatible w/ new towncrier | Sviatoslav Sydorenko | 2021-04-25 | 1 | -0/+4 |
| |/ | | | | | | | Ref: https://github.com/pypa/pip/issues/9815 | ||||
| * | Merge pull request #2644 from tirkarthi/fix-threading | Jason R. Coombs | 2021-04-24 | 2 | -1/+2 |
| |\ | | | | | | | Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 | ||||
| | * | Set daemon attribute instead of using setDaemon method that was deprecated ↵ | Karthikeyan Singaravelan | 2021-04-17 | 2 | -1/+2 |
| | | | | | | | | | | | | in Python 3.10 | ||||
| * | | Merge pull request #2649 from webknjaz/maintenance/issue-forms--deprecations | Pradyun Gedam | 2021-04-22 | 3 | -20/+16 |
| |\ \ | | | | | | | | | Drop deprecated `issue_body` from the forms | ||||
| | * | | Drop deprecated `issue_body` from the forms | Sviatoslav Sydorenko | 2021-04-21 | 3 | -20/+16 |
| |/ / | |||||
| * | | Merge pull request #2635 from cdce8p/refactor-dist | Jason R. Coombs | 2021-04-14 | 2 | -28/+95 |
| |\ \ | | |/ | |/| | Refactor ``read_pkg_file`` | ||||
| | * | Add rfc822_unescape | Marc Mueller | 2021-04-10 | 2 | -1/+60 |
| | | | |||||
| | * | Refactor dist.read_pkg_file | Marc Mueller | 2021-04-10 | 1 | -28/+36 |
| |/ | |||||
| * | Bump version: 55.0.0 → 56.0.0v56.0.0 | Jason R. Coombs | 2021-04-08 | 8 | -13/+30 |
| | | |||||
| * | Merge pull request #2633 from webknjaz/bugfixes/2632-importlib-find_spec | Jason R. Coombs | 2021-04-08 | 3 | -20/+25 |
| |\ | | | | | | | Implement `find_spec` in vendored module importers | ||||
| | * | Use importlib.util.spec_from_loader in find_spec | Sviatoslav Sydorenko | 2021-04-09 | 2 | -4/+4 |
| | | | |||||
| | * | Drop deprecated `find_module` from vendor importer | Sviatoslav Sydorenko | 2021-04-08 | 2 | -16/+0 |
| | | | |||||
| | * | Implement `find_spec` in vendored module importers | Sviatoslav Sydorenko | 2021-04-08 | 2 | -12/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes the import warning emitted by Python 3.10 disappear but implementing the hook that is supposed to replace the old import mechanism. Refs: * https://bugs.python.org/issue42134 * https://bugs.python.org/issue43540 * https://github.com/pypa/setuptools/issues/2632#issuecomment-815701078 Fixes #2632 Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> | ||||
| | * | Add a change note for PR #2633 | Sviatoslav Sydorenko | 2021-04-08 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #2620 from cdce8p/license-files-improments | Jason R. Coombs | 2021-04-03 | 9 | -27/+118 |
| |\ | | | | | | | License_files improvements | ||||
| | * | Small changes | Marc Mueller | 2021-04-03 | 4 | -5/+5 |
| | | | |||||
| | * | Change deprecation warning | Marc Mueller | 2021-04-03 | 1 | -4/+3 |
| | | | |||||
| | * | Additional test cases | Marc Mueller | 2021-04-03 | 1 | -3/+62 |
| | | | |||||
| | * | Add documentation + changelog entries | Marc Mueller | 2021-04-03 | 6 | -1/+22 |
| | | | |||||
| | * | license_files - Add support for glob patterns + add default patterns | Marc Mueller | 2021-04-03 | 3 | -23/+35 |
| |/ | |||||
| * | Merge pull request #2626 from Yhg1s/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 |
| |\ | | | | | | | Fix typo in setup.py example in quickstart guide. | ||||
| | * | Update quickstart.rst | T. Wouters | 2021-03-29 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typo in setup.py example in quickstart guide. | T. Wouters | 2021-03-29 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2623 from Zedeldi/patch-1 | Jason R. Coombs | 2021-04-03 | 1 | -4/+4 |
| |\ \ | | | | | | | | | Update dependency_management.rst | ||||
| | * | | Update dependency_management.rst | Zack Didcott | 2021-03-29 | 1 | -4/+4 |
| | |/ | | | | | | | Fix spelling and grammar | ||||
| * | | Merge pull request #2621 from cdce8p/fix-tests | Jason R. Coombs | 2021-04-03 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Test - Fix url for pip download | ||||
| | * | | Tests - Fix url for pip download | Marc Mueller | 2021-03-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Officially declare pkg_resources as deprecated. Closes #2531. | Jason R. Coombs | 2021-04-03 | 1 | -0/+7 |
| | | | | |||||
| * | | | Bump version: 54.2.0 → 55.0.0v55.0.0 | Jason R. Coombs | 2021-03-30 | 4 | -3/+11 |
| | | | | |||||
| * | | | Merge pull request #2566 from hroncok/remove_bdist_wininst | Jason R. Coombs | 2021-03-30 | 6 | -55/+9 |
| |\ \ \ | | | | | | | | | | | Remove bdist_wininst, Filter out distutils deprecation | ||||
| | * | | | Filter out distutils deprecation warning until the situation is resolved | Miro Hrončok | 2021-03-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The distutils platform problems are likely to be resolved before the removal. Once this happens, setuptools will no longer use distutils from the Python standard library. | ||||
| | * | | | Remove bdist_wininst | Miro Hrončok | 2021-03-08 | 5 | -55/+4 |
| | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/pypa/setuptools/issues/2558 | ||||
| * | | | | Section for 'find' and 'find_namespace' options is 'options.packages.find'. ↵ | Jason R. Coombs | 2021-03-30 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | Fixes #2406. | ||||
| * | | | Merge pull request #2622 from webknjaz/bugfixes/2614-sphinx-inline-tabs | Jason R. Coombs | 2021-03-28 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | Use `sphinx-inline-tabs` from PyPI in sphinx docs | ||||
| | * | | Use sphinx-inline-tabs from PyPI | Sviatoslav Sydorenko | 2021-03-28 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Fixes #2614 | ||||
| * | | Merge branch 'rtd/unified' | Jason R. Coombs | 2021-03-27 | 1 | -1/+0 |
| |\ \ | |||||
| | * | | Remove latent comment. Meant for previous commit. | Jason R. Coombs | 2021-03-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge pull request #2619 from pypa/rtd/unified | Jason R. Coombs | 2021-03-27 | 3 | -10/+4 |
| |\ \ \ | | |/ / | | | | | Align RTD config with skeleton | ||||
| | * | | Reset RTD config to match skeleton and rely on package metadata for docs ↵ | Jason R. Coombs | 2021-03-27 | 3 | -10/+4 |
| | | | | | | | | | | | | | | | | build requirements. | ||||
| * | | | Merge pull request #2617 from jugmac00/patch-1 | Jason R. Coombs | 2021-03-27 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | remove duplicate word | ||||
| | * | | remove duplicate word | Jürgen Gmach | 2021-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Pin to upstream main branch for sphinx-inline-tabs. Workaround for #2614. | Jason R. Coombs | 2021-03-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge https://github.com/jaraco/tidelift | Jason R. Coombs | 2021-03-24 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Remove Tidelift from main.yml, no longer needed | Jason R. Coombs | 2021-03-23 | 1 | -6/+0 |
| | | | | |||||
| * | | | Merge https://github.com/jaraco/tidelift | Jason R. Coombs | 2021-03-22 | 1 | -3/+0 |
| |\ \ \ | | |/ / |