Skip to content

chore(deps): update dependency setuptools to v62.6.0#1462

Merged
gcf-merge-on-green[bot] merged 2 commits intogoogleapis:masterfrom
renovate-bot:renovate/setuptools-62.x
Jun 22, 2022
Merged

chore(deps): update dependency setuptools to v62.6.0#1462
gcf-merge-on-green[bot] merged 2 commits intogoogleapis:masterfrom
renovate-bot:renovate/setuptools-62.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools ==62.4.0 -> ==62.6.0 age adoption passing confidence

Release Notes

pypa/setuptools

v62.6.0

Compare Source

Changes
^^^^^^^

  • #​3253: Enabled using file: for requirements in setup.cfg -- by :user:akx
    (this feature is currently considered to be in beta stage).
  • #​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: Updated attr: to also extract simple constants with type annotations -- by :user:karlotness

v62.5.0

Compare Source

Changes
^^^^^^^

  • #​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: In _distutils_hack, suppress/undo the use of local distutils when select tests are imported in CPython.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^

  • #​3368: Added documentation page about extension modules -- by :user:mkoeppe

  • #​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: Consolidated sections about sdist contents and MANIFEST.in into a single page.

    Added a simple MANIFEST.in example.

  • #​3373: Moved remarks about using :pypi:Cython to the newly created page for
    extension modules.

  • #​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: Updated Quickstart docs to make it easier to follow for beginners.

Misc
^^^^

  • #​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.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team June 18, 2022 01:09
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2022
@renovate-bot renovate-bot force-pushed the renovate/setuptools-62.x branch from b12309d to cac0e86 Compare June 19, 2022 23:38
@renovate-bot renovate-bot changed the title chore(deps): update dependency setuptools to v62.5.0 chore(deps): update dependency setuptools to v62.6.0 Jun 19, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 19, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 19, 2022
@SurferJeffAtGoogle SurferJeffAtGoogle added the automerge Merge the pull request once unit tests and other checks pass. label Jun 22, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 7882321 into googleapis:master Jun 22, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 22, 2022
parthea pushed a commit that referenced this pull request Jul 5, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/pypi/setuptools/62.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/setuptools/62.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/setuptools/62.6.0/compatibility-slim/62.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/setuptools/62.6.0/confidence-slim/62.4.0)](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
^^^^^^^

-   [#&#8203;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).
-   [#&#8203;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).
-   [#&#8203;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
^^^^^^^

-   [#&#8203;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.
-   [#&#8203;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
^^^^^^^^^^^^^^^^^^^^^

-   [#&#8203;3368](https://togithub.com/pypa/setuptools/issues/3368): Added documentation page about extension modules -- by :user:`mkoeppe`
-   [#&#8203;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.
-   [#&#8203;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.
-   [#&#8203;3373](https://togithub.com/pypa/setuptools/issues/3373): Moved remarks about using :pypi:`Cython` to the newly created page for
    extension modules.
-   [#&#8203;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.
-   [#&#8203;3378](https://togithub.com/pypa/setuptools/issues/3378): Updated `Quickstart` docs to make it easier to follow for beginners.

Misc
^^^^

-   [#&#8203;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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants