summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump for release22.3.1Paul Moore2022-11-053-4/+12
|
* Merge pull request #11547 from ↵Paul Moore2022-11-053-3/+39
| | | | | uranusjr/entry-point-python-version-replacement-multi-digit Fix multi-digit version in entry point replacement
* Bump for release22.3Paul Moore2022-10-1534-34/+57
|
* Update AUTHORS.txtPaul Moore2022-10-151-0/+7
|
* Merge pull request #11493 from pradyunsg/remove-2020-resolver-opt-inPradyun Gedam2022-10-154-10/+11
|\
| * :newspaper:Pradyun Gedam2022-10-071-0/+1
| |
| * Remove the opt-in for `2020-resolver`Pradyun Gedam2022-10-073-10/+10
| | | | | | | | This has been the default for quite some time now.
* | Merge pull request #11514 from pradyunsg/certifi-updatePaul Moore2022-10-159-94/+170
|\ \ | | | | | | Update certifi and replace complex certifi patch with a more targetted requests patch
| * | Unnormalise the certifi versionPradyun Gedam2022-10-151-1/+1
| | |
| * | Upgrade certifi to 2022.9.24Pradyun Gedam2022-10-147-60/+147
| | |
| * | Replace complex certifi patch with a more targetted requests patchPradyun Gedam2022-10-144-49/+38
| | | | | | | | | | | | | | | This should have the same final functionality, with a cleaner patch to requests instead of an exception-based complex patch to certifi.
* | | Merge pull request #11516 from pradyunsg/check-manifestPradyun Gedam2022-10-142-6/+1
|\ \ \ | | | | | | | | Move check-manifest to GHA
| * | | Move check-manifest to a CI checkPradyun Gedam2022-10-142-6/+1
|/ / / | | | | | | | | | | | | This makes local runs of `nox -s lint` quicker while still providing the relevant protections for checking the MANIFEST file.
* | | Merge pull request #11502 from pradyunsg/vendoring-updatesPradyun Gedam2022-10-1423-214/+343
|\ \ \ | |/ / |/| |
| * | Upgrade typing_extensions to 4.4.0Pradyun Gedam2022-10-114-19/+160
| | |
| * | Upgrade pygments to 2.13.0Pradyun Gedam2022-10-1114-187/+100
| | |
| * | Upgrade urllib3 to 1.26.12Pradyun Gedam2022-10-117-8/+83
| | |
* | | Merge pull request #11494 from pradyunsg/remove-pre-commit-from-gaPradyun Gedam2022-10-132-17/+10
|\ \ \ | |/ / |/| |
| * | Run `check-manifest` without build isolationPradyun Gedam2022-10-081-0/+1
| | | | | | | | | | | | This is necessary to work in no-network environments like pre-commit.ci.
| * | Tweak the pre-commit.ci configurationPradyun Gedam2022-10-071-0/+5
| | | | | | | | | | | | | | | This avoids modifying PRs and slows down the frequency of auto-update pull requests.
| * | Remove pre-commit from GitHub ActionsPradyun Gedam2022-10-072-17/+4
| | | | | | | | | | | | This is a step in moving linting completely to pre-commit.ci.
* | | Merge pull request #11504 from pfmoore/vendorPradyun Gedam2022-10-1131-313/+405
|\ \ \
| * | | Upgrade tenacity to 8.1.0Paul Moore2022-10-105-16/+87
| | | |
| * | | Upgrade idna to 3.4Paul Moore2022-10-106-122/+228
| | | |
| * | | Upgrade pep517 to 0.13.0Paul Moore2022-10-1014-172/+86
| | | |
| * | | Upgrade distlib to 0.3.6Paul Moore2022-10-109-3/+4
|/ / /
* | | Merge pull request #11499 from pfmoore/nox_commentPaul Moore2022-10-081-0/+7
|\ \ \ | | | | | | | | Add a warning comment to the vendoring session in noxfile
| * | | Update noxfile.pyPradyun Gedam2022-10-081-1/+1
| | | |
| * | | Update noxfile.pyPaul Moore2022-10-081-4/+7
| | | | | | | | | | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
| * | | Add a warning comment to the vendoring session in noxfilePaul Moore2022-10-081-0/+4
|/ / /
* | | Merge pull request #11498 from pfmoore/remove_timeout_testPradyun Gedam2022-10-081-22/+0
|\ \ \ | | | | | | | | Get rid of the timeout test as it's too flaky to be useful
| * | | Get rid of the timeout test as it's too flaky to be usefulPaul Moore2022-10-071-22/+0
|/ / /
* | | bazaar: Use lightweight checkouts rather than a full branch clone (#11264)Jelmer Vernooij2022-10-072-2/+14
| | |
* | | Merge pull request #11496 from pradyunsg/switch-to-no-response-actionPradyun Gedam2022-10-072-11/+19
|\ \ \ | |/ / |/| |
| * | Switch to the no-response GitHub ActionPradyun Gedam2022-10-072-11/+19
|/ / | | | | | | The no-response bot has been turned off.
* | Merge pull request #11272 from federicober/patch-1Pradyun Gedam2022-10-071-1/+1
|\ \ | |/ |/|
| * Do not suggest caching if higher level cachingFederico2022-07-191-1/+1
| | | | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
| * Suggest disabling pip cache in containersFederico2022-07-181-1/+1
| | | | | | | | | | | | | | When building containers (like docker or podman) the layer system already handles the caching. Not disabling pip's cache could result in the duplication of the size of the images. I know this sujbject is not specially relevant to the documentation, so the comment is fairly small. Duplication of pip's cache is a recurrent problem in many Python images
* | Merge pull request #11492 from ret2libc/raise-file-parse-error-no-valueerrPaul Moore2022-10-063-1/+21
|\ \ | | | | | | Raise RequirementsFileParseError when missing closing quotation
| * | Raise RequirementsFileParseError when missing closing quotationRiccardo Schirone2022-10-063-1/+21
| | | | | | | | | | | | | | | | | | shlex.split, used to split options in requirements.txt files, might raise a ValueError when the input string is not well formed. Catch the ValueError and re-raise it as a RequirementsFileParseError instead.
* | | Merge pull request #11359 from sbidoul/deprecate-install-optionsPradyun Gedam2022-10-0610-38/+96
|\ \ \ | |/ / |/| | Deprecate --install-options
| * | Warn when --install-option is ignoredStéphane Bidoul2022-09-251-10/+24
| | | | | | | | | | | | Due to building with pep 517.
| * | Pass global_options when building for installStéphane Bidoul2022-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Before 'build' was never called in presence of install_option/global_option/build_option. Now that it can build in such cases, pass these options as well, for consistency with the wheel command.
| * | Add tests for --xxx-options warnings and deprecationStéphane Bidoul2022-09-252-1/+6
| | |
| * | Fix test_install_requirements_with_optionsStéphane Bidoul2022-09-251-2/+0
| | |
| * | Deprecate --install-optionStéphane Bidoul2022-09-257-34/+75
| | |
* | | Disallow freeze format with pip list --outdated (#11482)Felipe Peter2022-10-043-2/+12
| | | | | | | | | Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
* | | Merge pull request #11422 from SCH227/patch-1Tzu-ping Chung2022-10-042-2/+3
|\ \ \
| * | | Rename 11418.bugfix.rst to 11418.trivial.rstPradyun Gedam2022-09-301-0/+0
| | | |
| * | | Create 11418.bugfix.rstM00nL1ght2022-08-301-0/+1
| | | |