-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update URLs #764
Merged
Merged
Update URLs #764
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- http:// → https:// - The Sphinx documentation has changed, update relevant links. - The cited IBM "study" does not seem to be visible online any more. I was merely able to find a short reference here: https://wiki.dirkjanswagerman.nl/index.php?title=11_proven_practices_for_more_effective,_efficient_peer_code_review Instead, point to a Microsoft academic paper. I could find it both on the Microsoft web site: https://www.microsoft.com/en-us/research/publication/characteristics-of-useful-code-reviews-an-empirical-study-at-microsoft/ and in the ACM proceedings: https://dl.acm.org/doi/10.5555/2820518.2820538 I chose a link to the Microsoft web site, because the PDF of the paper is freely available there: https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/bosu2015useful.pdf
DimitriPapadopoulos
force-pushed
the
http
branch
from
January 5, 2024 09:06
de60aee
to
fbcbe51
Compare
brettcannon
approved these changes
Jan 8, 2024
lengau
referenced
this pull request
in canonical/charmcraft
Mar 14, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://github.com/pypa/packaging) | `==23.2` -> `==24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.0`](https://github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://github.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://github.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - [@​kevinchang96](https://github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - [@​jeanas](https://github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - [@​shenanigansd](https://github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - [@​markdryan](https://github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) **Full Changelog**: pypa/packaging@23.2...24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/charmcraft). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot
referenced
this pull request
in cloudquery/plugin-sdk-python
Apr 1, 2024
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [packaging](https://github.com/pypa/packaging) | major | `==23.2` -> `==24.0` | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.0`](https://github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://github.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://github.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - [@​kevinchang96](https://github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - [@​jeanas](https://github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - [@​shenanigansd](https://github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - [@​markdryan](https://github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) **Full Changelog**: pypa/packaging@23.2...24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
holtskinner
referenced
this pull request
in GoogleCloudPlatform/generative-ai
Apr 24, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://github.com/pypa/packaging) | `==23.2` -> `==24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.0`](https://github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://github.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://github.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - [@​kevinchang96](https://github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - [@​jeanas](https://github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - [@​shenanigansd](https://github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - [@​markdryan](https://github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) **Full Changelog**: pypa/packaging@23.2...24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kartikeygupta24
referenced
this pull request
in nitchandak/generative-ai
May 3, 2024
) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://github.com/pypa/packaging) | `==23.2` -> `==24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.0`](https://github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://github.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://github.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - [@​kevinchang96](https://github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - [@​jeanas](https://github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - [@​shenanigansd](https://github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - [@​markdryan](https://github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) **Full Changelog**: pypa/packaging@23.2...24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
zeroasterisk
referenced
this pull request
in zeroasterisk/generative-ai
Jul 4, 2024
) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [packaging](https://github.com/pypa/packaging) | `==23.2` -> `==24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/packaging/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/packaging/23.2/24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/packaging (packaging)</summary> ### [`v24.0`](https://github.com/pypa/packaging/releases/tag/24.0) [Compare Source](https://github.com/pypa/packaging/compare/23.2...24.0) #### What's Changed - Fix specifier matching when the specifier is long and has an epoch by [@​SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/712](https://github.com/pypa/packaging/pull/712) - Clarify version split/join usage by [@​uranusjr](https://github.com/uranusjr) in [https://github.com/pypa/packaging/pull/725](https://github.com/pypa/packaging/pull/725) - Default optional metadata values to None by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/734](https://github.com/pypa/packaging/pull/734) - Stop using deprecated/removed keys by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/739](https://github.com/pypa/packaging/pull/739) - Correctly use the ExceptionGroup shim only when needed by [@​dstufft](https://github.com/dstufft) in [https://github.com/pypa/packaging/pull/736](https://github.com/pypa/packaging/pull/736) - Update CHANGELOG entry about `validate` kwarg by [@​pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/731](https://github.com/pypa/packaging/pull/731) - Support --disable-gil builds (PEP 703) in packaging.tags by [@​colesbury](https://github.com/colesbury) in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - Skip `test_glibc_version_string_ctypes_raise_oserror` if `ctypes` is unavailable by [@​kevinchang96](https://github.com/kevinchang96) in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - Enable CodeQL by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/743](https://github.com/pypa/packaging/pull/743) - PEP 703: Rename `Py_NOGIL` to `Py_GIL_DISABLED` by [@​hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/747](https://github.com/pypa/packaging/pull/747) - Replace PEP references with PUG links by [@​jeanas](https://github.com/jeanas) in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - Remove coverage ignore for non-existent file by [@​shenanigansd](https://github.com/shenanigansd) in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - Update URLs by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/764](https://github.com/pypa/packaging/pull/764) - Configure dependabot by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/757](https://github.com/pypa/packaging/pull/757) - Hash pin github actions by [@​joycebrum](https://github.com/joycebrum) in [https://github.com/pypa/packaging/pull/758](https://github.com/pypa/packaging/pull/758) - Apply some refurb suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/763](https://github.com/pypa/packaging/pull/763) - Appply some bugbear suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/761](https://github.com/pypa/packaging/pull/761) - Apply some ruff suggestions by [@​DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/772](https://github.com/pypa/packaging/pull/772) - Add riscv64 as a supported manylinux architecture by [@​markdryan](https://github.com/markdryan) in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) #### New Contributors - [@​colesbury](https://github.com/colesbury) made their first contribution in [https://github.com/pypa/packaging/pull/728](https://github.com/pypa/packaging/pull/728) - [@​kevinchang96](https://github.com/kevinchang96) made their first contribution in [https://github.com/pypa/packaging/pull/741](https://github.com/pypa/packaging/pull/741) - [@​jeanas](https://github.com/jeanas) made their first contribution in [https://github.com/pypa/packaging/pull/750](https://github.com/pypa/packaging/pull/750) - [@​shenanigansd](https://github.com/shenanigansd) made their first contribution in [https://github.com/pypa/packaging/pull/752](https://github.com/pypa/packaging/pull/752) - [@​markdryan](https://github.com/markdryan) made their first contribution in [https://github.com/pypa/packaging/pull/751](https://github.com/pypa/packaging/pull/751) **Full Changelog**: pypa/packaging@23.2...24.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://wiki.dirkjanswagerman.nl/index.php?title=11_proven_practices_for_more_effective,_efficient_peer_code_review
Instead, point to a Microsoft academic paper. I could find it both on the Microsoft web site:
https://www.microsoft.com/en-us/research/publication/characteristics-of-useful-code-reviews-an-empirical-study-at-microsoft/
and in the ACM proceedings:
https://dl.acm.org/doi/10.5555/2820518.2820538
I chose a link to the Microsoft web site, although it lacks a DOI, because the PDF of the paper is freely available there:
https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/bosu2015useful.pdf