Skip to content
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

chore(deps): update dependency setuptools to v62.3.1 #1437

Merged
merged 1 commit into from
May 17, 2022

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 16, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools ==62.2.0 -> ==62.3.1 age adoption passing confidence

Release Notes

pypa/setuptools

v62.3.1

Compare Source

Misc
^^^^

  • #​3320: Fixed typo which causes namespace_packages to raise an error instead of
    warning.

v62.3.0

Compare Source

Deprecations
^^^^^^^^^^^^

  • #​3262: Formally added deprecation messages for namespace_packages.
    The methodology that uses pkg_resources and namespace_packages for
    creating namespaces was already discouraged by the :doc:setuptools docs </userguide/package_discovery> and the
    :doc:Python Packaging User Guide <PyPUG:guides/packaging-namespace-packages>,
    therefore this change just make the deprecation more official.
    Users can consider migrating to native/implicit namespaces (as introduced in
    :pep:420).

  • #​3308: Relying on include_package_data to ensure sub-packages are automatically
    added to the build wheel distribution (as "data") is now considered a
    deprecated practice.

    This behaviour was controversial and caused inconsistencies (#​3260).

    Instead, projects are encouraged to properly configure packages or use
    discovery tools. General information can be found in :doc:userguide/package_discovery.

Changes
^^^^^^^

  • #​1806: Allowed recursive globs (**) in package_data. -- by :user:nullableVoidPtr
  • #​3206: Fixed behaviour when both install_requires (in setup.py) and
    dependencies (in pyproject.toml) are specified.
    The configuration in pyproject.toml will take precedence over setup.py
    (in accordance with PEP 621). A warning was added to inform users.

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

  • #​3307: Added introduction to references/keywords
    Added deprecation tags to test kwargs
    Moved userguide/keywords to deprecated section
    Clarified in deprecated doc what keywords came from distutils and which were added or changed by setuptools

Misc
^^^^

  • #​3274: Updated version of vendored pyparsing to 3.0.8 to avoid problems with
    upcoming deprecation in Python 3.11.
  • #​3292: Added warning about incompatibility with old versions of
    importlib-metadata.

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team May 16, 2022 23:30
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2022
@renovate-bot renovate-bot force-pushed the renovate/setuptools-62.x branch from 874ea5f to 5f48d71 Compare May 17, 2022 10:34
@renovate-bot renovate-bot changed the title chore(deps): update dependency setuptools to v62.3.0 chore(deps): update dependency setuptools to v62.3.1 May 17, 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 May 17, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 17, 2022
@parthea parthea merged commit ea16a2d into googleapis:master May 17, 2022
@renovate-bot renovate-bot deleted the renovate/setuptools-62.x branch May 17, 2022 14:50
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