chore(deps): update dependency setuptools to v62.6.0#1462
Merged
gcf-merge-on-green[bot] merged 2 commits intogoogleapis:masterfrom Jun 22, 2022
Merged
Conversation
b12309d to
cac0e86
Compare
SurferJeffAtGoogle
approved these changes
Jun 22, 2022
parthea
pushed a commit
that referenced
this pull request
Jul 5, 2022
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [setuptools](https://togithub.com/pypa/setuptools) | `==62.4.0` -> `==62.6.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pypa/setuptools</summary> ### [`v62.6.0`](https://togithub.com/pypa/setuptools/blob/HEAD/CHANGES.rst#v6260) [Compare Source](https://togithub.com/pypa/setuptools/compare/v62.5.0...v62.6.0) Changes ^^^^^^^ - [#​3253](https://togithub.com/pypa/setuptools/issues/3253): Enabled using `file:` for requirements in setup.cfg -- by :user:`akx` (this feature is currently considered to be in **beta** stage). - [#​3255](https://togithub.com/pypa/setuptools/issues/3255): Enabled using `file:` for dependencies and optional-dependencies in pyproject.toml -- by :user:`akx` (this feature is currently considered to be in **beta** stage). - [#​3391](https://togithub.com/pypa/setuptools/issues/3391): Updated `attr:` to also extract simple constants with type annotations -- by :user:`karlotness` ### [`v62.5.0`](https://togithub.com/pypa/setuptools/blob/HEAD/CHANGES.rst#v6250) [Compare Source](https://togithub.com/pypa/setuptools/compare/v62.4.0...v62.5.0) Changes ^^^^^^^ - [#​3347](https://togithub.com/pypa/setuptools/issues/3347): Changed warnings and documentation notes about *experimental* aspect of `pyproject.toml` configuration: now `[project]` is a fully supported configuration interface, but the `[tool.setuptools]` table and sub-tables are still considered to be in **beta** stage. - [#​3383](https://togithub.com/pypa/setuptools/issues/3383): In \_distutils_hack, suppress/undo the use of local distutils when select tests are imported in CPython. Documentation changes ^^^^^^^^^^^^^^^^^^^^^ - [#​3368](https://togithub.com/pypa/setuptools/issues/3368): Added documentation page about extension modules -- by :user:`mkoeppe` - [#​3371](https://togithub.com/pypa/setuptools/issues/3371): Moved documentation from `/userguide/commands` to `/depracted/commands`. This change was motived by the fact that running `python setup.py` directly is considered a deprecated practice. - [#​3372](https://togithub.com/pypa/setuptools/issues/3372): Consolidated sections about `sdist` contents and `MANIFEST.in` into a single page. Added a simple `MANIFEST.in` example. - [#​3373](https://togithub.com/pypa/setuptools/issues/3373): Moved remarks about using :pypi:`Cython` to the newly created page for extension modules. - [#​3374](https://togithub.com/pypa/setuptools/issues/3374): Added clarification that using `python setup.py egg_info` commands to manage project versions is only supported in a *transitional* basis, and that eventually `egg_info` will be deprecated. Reorganized sections with tips for managing versions. - [#​3378](https://togithub.com/pypa/setuptools/issues/3378): Updated `Quickstart` docs to make it easier to follow for beginners. Misc ^^^^ - [#​3385](https://togithub.com/pypa/setuptools/issues/3385): Modules used to parse and evaluate configuration from `pyproject.toml` files are intended for internal use only and that not part of the public API. </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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/synthtool).
This file contains hidden or 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
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.
This PR contains the following updates:
==62.4.0->==62.6.0Release Notes
pypa/setuptools
v62.6.0Compare Source
Changes
^^^^^^^
file:for requirements in setup.cfg -- by :user:akx(this feature is currently considered to be in beta stage).
file:for dependencies and optional-dependencies in pyproject.toml -- by :user:akx(this feature is currently considered to be in beta stage).
attr:to also extract simple constants with type annotations -- by :user:karlotnessv62.5.0Compare Source
Changes
^^^^^^^
pyproject.tomlconfiguration:now
[project]is a fully supported configuration interface, but the[tool.setuptools]tableand sub-tables are still considered to be in beta stage.
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
#3368: Added documentation page about extension modules -- by :user:
mkoeppe#3371: Moved documentation from
/userguide/commandsto/depracted/commands.This change was motived by the fact that running
python setup.pydirectly isconsidered a deprecated practice.
#3372: Consolidated sections about
sdistcontents andMANIFEST.ininto a single page.Added a simple
MANIFEST.inexample.#3373: Moved remarks about using :pypi:
Cythonto the newly created page forextension modules.
#3374: Added clarification that using
python setup.py egg_infocommands tomanage project versions is only supported in a transitional basis, and
that eventually
egg_infowill be deprecated.Reorganized sections with tips for managing versions.
#3378: Updated
Quickstartdocs to make it easier to follow for beginners.Misc
^^^^
pyproject.tomlfiles areintended for internal use only and that not part of the public API.
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.
This PR has been generated by Mend Renovate. View repository job log here.