summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Read the Docs build configuration (#12020)HEADmainPradyun Gedam2023-05-081-1/+5
|
* Add Python 3.12 classifier (#12019)Pradyun Gedam2023-05-081-0/+1
|
* Include nox install instructions in Getting Started dev doc (#12001)Awit (Ah-Wit) Ghirmai2023-04-262-7/+19
|
* Merge pull request #12000 from pfmoore/release/23.1.2Paul Moore2023-04-262-1/+9
|\ | | | | Release/23.1.2
| * Bump for developmentPaul Moore2023-04-261-1/+1
| |
| * Bump for release23.1.2Paul Moore2023-04-263-2/+10
|/
* Merge pull request #11997 from pfmoore/vendoring-setuptoolsPaul Moore2023-04-255-292/+344
|\ | | | | Vendor setuptools 67.7.2
| * Upgrade setuptools to 67.7.2Paul Moore2023-04-253-2/+5
| |
| * Suppress pkg_resources deprecation warningPaul Moore2023-04-251-0/+9
| |
| * Upgrade setuptools to 67.6.1Paul Moore2023-04-254-292/+332
|/
* Merge pull request #11992 from pfmoore/release/23.1.1Paul Moore2023-04-224-4/+20
|\ | | | | Release 23.1.1
| * Bump for developmentPaul Moore2023-04-221-1/+1
| |
| * Bump for release23.1.1Paul Moore2023-04-225-5/+21
|/
* Merge pull request #11987 from pfmoore/revert_56e5fa3Paul Moore2023-04-225-63/+12
|\ | | | | Revert addition of "base" config location
| * Add a news filePaul Moore2023-04-211-0/+1
| |
| * Revert "Merge pull request #11487 from pelson/feature/base-prefix-config"Paul Moore2023-04-214-63/+11
|/ | | | | This reverts commit 56e5fa3c0fd0544e7b5b9b89d9d7854b82d51242, reversing changes made to 2c09e9c760e67fd801b3e756357de3b3c82cd08d.
* Merge pull request #11976 from pfmoore/revert_setuptoolsPaul Moore2023-04-184-331/+293
|\ | | | | Revert "Upgrade setuptools to 67.6.1"
| * Revert "Upgrade setuptools to 67.6.1"Paul Moore2023-04-174-331/+293
| | | | | | | | This reverts commit d7e02483264703d6210e8c28937dcf1d9f547796.
* | Update docs about hash checking and wheel cache (#11967)Stéphane Bidoul2023-04-172-6/+8
| |
* | Mention `setup.py develop` change in 23.1 changelog (#11973)Stéphane Bidoul2023-04-171-2/+3
|/
* Merge pull request #11963 from pfmoore/release/23.1Paul Moore2023-04-1549-70/+107
|\ | | | | Release 23.1
| * Bump for developmentPaul Moore2023-04-151-1/+1
| |
| * Bump for release23.1Paul Moore2023-04-1548-70/+92
| |
| * Update AUTHORS.txtPaul Moore2023-04-151-0/+15
|/
* Merge pull request #11919 from ↵Stéphane Bidoul2023-04-153-1/+13
|\ | | | | | | | | sbidoul/deprecate-legacy-ignore-config-settings-sbi Deprecate legacy projects ignoring config settings
| * Deprecate legacy projects ignoring config settingsStéphane Bidoul2023-04-022-0/+12
| | | | | | | | | | In the future the presence of config settings will auto enable pep517.
| * Update commentStéphane Bidoul2023-04-021-1/+1
| |
* | Merge pull request #11897 from sbidoul/cache-hash-checking-sbiStéphane Bidoul2023-04-1510-16/+129
|\ \ | | | | | | Support wheel cache when using --require-hashes
| * | Further refactor is_wheel_from_cacheStéphane Bidoul2023-04-143-7/+9
| | |
| * | Improve testStéphane Bidoul2023-04-141-0/+4
| | |
| * | Introduce ireq.cached_wheel_source_linkStéphane Bidoul2023-04-145-4/+8
| | |
| * | Add a couple of assertsStéphane Bidoul2023-04-141-0/+2
| | |
| * | Rename original_link_is_in_wheel_cache to is_wheel_from_cacheStéphane Bidoul2023-04-145-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | This more accurately reflects that it is not necessarily related to original_link, original_link being the direct URL link, and the wheel cache can also be populated from sdists URL discovered by the finder.
| * | CosmeticsStéphane Bidoul2023-04-141-1/+1
| | |
| * | Fix rst syntaxTzu-ping Chung2023-04-141-1/+1
| | |
| * | Tweak a conditionStéphane Bidoul2023-04-141-6/+3
| | |
| * | Improve pip wheel wrt hash checking of cached built wheelsStéphane Bidoul2023-04-141-6/+21
| | |
| * | Check hashes of cached built wheels agains origin source archiveStéphane Bidoul2023-04-144-2/+73
| | |
| * | Add function to check hashes against known digestsStéphane Bidoul2023-04-142-0/+15
|/ /
* | Merge pull request #11949 from sbidoul/hash2hashes-sbiStéphane Bidoul2023-04-148-15/+93
|\ \ | | | | | | Generate download_info.info.hashes in install report for direct URL archives
| * | Add commentStéphane Bidoul2023-04-131-0/+1
| | |
| * | Add newsStéphane Bidoul2023-04-111-0/+3
| | |
| * | Tweak commentsStéphane Bidoul2023-04-114-4/+7
| | |
| * | Improve conversion of direct_url.hash to hashesStéphane Bidoul2023-04-112-11/+49
| | |
| * | Add test for download_info hashesStéphane Bidoul2023-04-111-0/+33
| | |
* | | Merge pull request #11954 from honnix/patch-1Tzu-ping Chung2023-04-142-0/+9
|\ \ \
| * | | Update user_guide.rstHonnix2023-04-131-1/+1
| | | |
| * | | Update 11954.doc.rstHonnix2023-04-131-1/+1
| | | |
| * | | Update user_guide.rstHonnix2023-04-131-2/+2
| | | |
| * | | Update user_guide.rstHonnix2023-04-131-4/+8
| | | |