summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog.distutils-refreshJason R. Coombs2021-04-251-0/+1
|
* Merge https://github.com/pypa/distutils into distutils-refreshJason R. Coombs2021-04-255-11/+22
|\
| * Merge pull request #36 from jmroot/relax-mdt-checkJason R. Coombs2021-04-241-5/+9
| |\ | | | | | | Relax MACOSX_DEPLOYMENT_TARGET check
| | * Relax MACOSX_DEPLOYMENT_TARGET checkJoshua Root2021-03-221-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only complain if the config target is >= 10.3 and the current target is < 10.3. The check was originally added to ensure that incompatible LDSHARED flags are not used, because '-undefined dynamic_lookup' is used when building for 10.3 and later, and is not supported on older OS versions[1]. Apart from that, there should be no problem in general with using an older target. [1] https://github.com/python/cpython/commit/6b08a40442ca500c8e2073e012b51af66cab9c5a
| * | Merge pull request #33 from animalize/msvc_02Jason R. Coombs2021-04-243-5/+5
| |\ \ | | | | | | | | Use /O2 compiler option instead of /Ox for MSVC
| | * | Use /O2 compiler option instead of /Ox for MSVCanimalize2021-03-083-5/+5
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Compared to /Ox, /O2 has two additional options: /GF: Eliminate Duplicate Strings /Gy: Enable Function-Level Linking Co-Authored-By: Nikita Kniazev <2743474+Kojoley@users.noreply.github.com>
| * | Merge pull request #32 from termim/mainJason R. Coombs2021-04-241-0/+7
| |\ \ | | | | | | | | bpo-41882: Clean up after CCompiler.has_function()
| | * | bpo-41882: Clean up after CCompiler.has_function()Mikhail Terekhov2021-03-071-0/+7
| | |/ | | | | | | | | | Closes #31
| * | Merge pull request #39 from pypa/workflowsJason R. Coombs2021-04-242-0/+69
| |\ \ | | |/ | |/| Copy workflows from jaraco/skeleton. Enables CI.
| | * Copy workflows from jaraco/skeleton. Enables CI.Jason R. Coombs2021-04-242-0/+69
| |/
| * In spawn, when logging a command, use list2cmdline to render the command as ↵Jason R. Coombs2020-11-061-1/+1
| | | | | | | | it would be used, restoring expectation lost in python/cpython#18743. Ref pypa/setuptools#2417 where this change was a red-herring for another issue.
| * Merge pull request #20 from pypa/blockquotes-to-literalsPradyun Gedam2020-10-271-0/+6
| |\ | | | | | | Convert blockquotes into literal blocks
| | * Convert blockquotes into literal blocksPradyun Gedam2020-10-261-0/+6
| |/
* | Add blurb for distutils docs addition.Jason R. Coombs2021-04-251-0/+1
| |
* | Merge pull request #2657 from pypa/feature/distutils-docsJason R. Coombs2021-04-2515-0/+4525
|\ \ | | | | | | Feature/distutils docs
| * \ Merge branch 'main' into feature/distutils-docsJason R. Coombs2021-04-2599-1767/+2883
| |\ \ | |/ / |/| |
* | | Merge pull request #2655 from webknjaz/maintenance/drop-netlifyJason R. Coombs2021-04-252-8/+0
|\ \ \ | | | | | | | | 🔥 Drop the Netlify configs
| * | | 🔥 Drop the Netlify configsSviatoslav Sydorenko2021-04-252-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-towncrierJason R. Coombs2021-04-252-0/+6
|\ \ \ \ | |/ / / |/| | | Make changelog tmpl compatible w/ new Towncrier
| * | | Add a change note for PR #2654Sviatoslav Sydorenko2021-04-251-0/+2
| | | |
| * | | Make changelog tmpl compatible w/ new towncrierSviatoslav Sydorenko2021-04-251-0/+4
|/ / / | | | | | | | | | Ref: https://github.com/pypa/pip/issues/9815
* | | Merge pull request #2644 from tirkarthi/fix-threadingJason R. Coombs2021-04-242-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 Singaravelan2021-04-172-1/+2
| | | | | | | | | | | | | | | | in Python 3.10
* | | | Merge pull request #2649 from webknjaz/maintenance/issue-forms--deprecationsPradyun Gedam2021-04-223-20/+16
|\ \ \ \ | | | | | | | | | | Drop deprecated `issue_body` from the forms
| * | | | Drop deprecated `issue_body` from the formsSviatoslav Sydorenko2021-04-213-20/+16
|/ / / /
* | | | Merge pull request #2635 from cdce8p/refactor-distJason R. Coombs2021-04-142-28/+95
|\ \ \ \ | |/ / / |/| | | Refactor ``read_pkg_file``
| * | | Add rfc822_unescapeMarc Mueller2021-04-102-1/+60
| | | |
| * | | Refactor dist.read_pkg_fileMarc Mueller2021-04-101-28/+36
|/ / /
* | | Bump version: 55.0.0 → 56.0.0v56.0.0Jason R. Coombs2021-04-088-13/+30
| | |
* | | Merge pull request #2633 from webknjaz/bugfixes/2632-importlib-find_specJason R. Coombs2021-04-083-20/+25
|\ \ \ | | | | | | | | Implement `find_spec` in vendored module importers
| * | | Use importlib.util.spec_from_loader in find_specSviatoslav Sydorenko2021-04-092-4/+4
| | | |
| * | | Drop deprecated `find_module` from vendor importerSviatoslav Sydorenko2021-04-082-16/+0
| | | |
| * | | Implement `find_spec` in vendored module importersSviatoslav Sydorenko2021-04-082-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 #2633Sviatoslav Sydorenko2021-04-081-0/+3
|/ / /
* | | Merge pull request #2620 from cdce8p/license-files-impromentsJason R. Coombs2021-04-039-27/+118
|\ \ \ | | | | | | | | License_files improvements
| * | | Small changesMarc Mueller2021-04-034-5/+5
| | | |
| * | | Change deprecation warningMarc Mueller2021-04-031-4/+3
| | | |
| * | | Additional test casesMarc Mueller2021-04-031-3/+62
| | | |
| * | | Add documentation + changelog entriesMarc Mueller2021-04-036-1/+22
| | | |
| * | | license_files - Add support for glob patterns + add default patternsMarc Mueller2021-04-033-23/+35
|/ / /
* | | Merge pull request #2626 from Yhg1s/patch-1Jason R. Coombs2021-04-031-1/+1
|\ \ \ | | | | | | | | Fix typo in setup.py example in quickstart guide.
| * | | Update quickstart.rstT. Wouters2021-03-291-1/+1
| | | |
| * | | Fix typo in setup.py example in quickstart guide.T. Wouters2021-03-291-1/+1
| | | |
* | | | Merge pull request #2623 from Zedeldi/patch-1Jason R. Coombs2021-04-031-4/+4
|\ \ \ \ | | | | | | | | | | Update dependency_management.rst
| * | | | Update dependency_management.rstZack Didcott2021-03-291-4/+4
| |/ / / | | | | | | | | Fix spelling and grammar
* | | | Merge pull request #2621 from cdce8p/fix-testsJason R. Coombs2021-04-031-1/+1
|\ \ \ \ | | | | | | | | | | Test - Fix url for pip download
| * | | | Tests - Fix url for pip downloadMarc Mueller2021-03-281-1/+1
| | | | |
* | | | | Officially declare pkg_resources as deprecated. Closes #2531.Jason R. Coombs2021-04-031-0/+7
| | | | |
* | | | | Bump version: 54.2.0 → 55.0.0v55.0.0Jason R. Coombs2021-03-304-3/+11
| | | | |
* | | | | Merge pull request #2566 from hroncok/remove_bdist_wininstJason R. Coombs2021-03-306-55/+9
|\ \ \ \ \ | | | | | | | | | | | | Remove bdist_wininst, Filter out distutils deprecation