Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps setuptools from 72.1.0 to 75.6.0.

Changelog

Sourced from setuptools's changelog.

v75.6.0

Features

  • Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. (#4701)
  • Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:Avasam (#4754)

v75.5.0

Features

  • Removed support for SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is deemed prone to errors. (#4746)

v75.4.0

Features

  • Added support for the environment variable SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true, allowing users to bypass the validation of pyproject.toml. This option should be used only as a last resort when resolving dependency issues, as it may lead to improper functioning. Users who enable this setting are responsible for ensuring that pyproject.toml complies with setuptools requirements. (#4611)

    .. attention:: This environment variable was removed in a later version of setuptools.

  • Require Python 3.9 or later. (#4718)

  • Remove dependency on importlib_resources and the vendored copy of the library. Instead, setuptools consistently rely on stdlib's importlib.resources (available on Python 3.9+). (#4718)

  • Setuptools' bdist_wheel implementation no longer produces wheels with the m SOABI flag (pymalloc-related). This flag was removed on Python 3.8+ (see :obj:sys.abiflags). (#4718)

  • Updated vendored packaging version to 24.2. (#4740)

... (truncated)

Commits
  • bf2ced2 Bump version: 75.5.0 → 75.6.0
  • 8685c80 Empty tuple instead of None for PlatformInfo version properties fallthrough (...
  • 50d671b Rename news fragment
  • 2b471c2 Changed the WindowsSdkVersion, FrameworkVersion32 and ``FrameworkVers...
  • 2c77cd2 Runtime typing fixes for typeshed return type merge (#4753
  • 9a4c8d4 Runtime typing fixes for typeshed return type merge
  • e622859 Preserve original PKG-INFO contents when creating wheel (instead of calling...
  • 0b5b417 Mark tests that may depend on external network
  • a4fa01d Add news fragment
  • 089aca9 Ignore coverage in test code
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Build:

  • Update setuptools from version 72.1.0 to 75.6.0 in Pipfile.lock.

Bumps [setuptools](https://github.com/pypa/setuptools) from 72.1.0 to 75.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.1.0...v75.6.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested a review from khulnasoft-bot as a code owner December 1, 2024 09:52
@dependabot dependabot bot added the python Pull requests that update Python code label Dec 1, 2024
@sourcery-ai
Copy link

sourcery-ai bot commented Dec 1, 2024

Reviewer's Guide by Sourcery

This PR updates the setuptools dependency from version 72.1.0 to 75.6.0. The update includes several notable changes such as improved PKG-INFO handling in wheel creation, changes to Windows SDK version properties, removal of Python 3.8 support, and various other feature updates and dependency changes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Major version upgrade of setuptools package with breaking changes
  • Requires Python 3.9 or later
  • Removes dependency on importlib_resources in favor of stdlib's importlib.resources
  • Updates vendored packaging version to 24.2
  • Changes wheel building to no longer include 'm' SOABI flag
Pipfile.lock
Improvements to wheel metadata handling
  • Preserves original PKG-INFO contents when creating wheel
  • Improves compliance with PEP 517 specification
Pipfile.lock
Windows-specific platform information handling updates
  • Changes WindowsSdkVersion, FrameworkVersion32, and FrameworkVersion64 properties to return empty tuple instead of None
Pipfile.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@codiumai-pr-agent-free
Copy link

codiumai-pr-agent-free bot commented Dec 1, 2024

CI Failure Feedback 🧐

(Checks updated until commit b915505)

Action: build

Failed stage: run-build-scripts [❌]

Failed test name: ""

Failure summary:

The log message provided does not contain any specific error messages or indications of a failed
test. It primarily lists installed packages and their versions on the Ubuntu operating system.
Without additional context or error messages, it is not possible to determine the reason for the
action failure from this log.

Relevant error logs:
1:  ##[group]Operating System
2:  Ubuntu
...

1477:  #7 41.79 ii  iso-codes                     4.4-1                             all          ISO language, territory, currency, script codes and their translations
1478:  #7 41.79 ii  java-common                   0.72                              all          Base package for Java runtimes
1479:  #7 41.79 ii  jq                            1.6-1ubuntu0.20.04.1              amd64        lightweight and flexible command-line JSON processor
1480:  #7 41.79 ii  libacl1:amd64                 2.2.53-6                          amd64        access control list - shared library
1481:  #7 41.79 ii  libapparmor1:amd64            2.13.3-7ubuntu5.3                 amd64        changehat AppArmor library
1482:  #7 41.79 ii  libappstream4:amd64           0.12.10-2                         amd64        Library to access AppStream services
1483:  #7 41.79 ii  libapt-pkg6.0:amd64           2.0.10                            amd64        package management runtime library
1484:  #7 41.79 ii  libargon2-1:amd64             0~20171227-0.2                    amd64        memory-hard hashing function - runtime library
1485:  #7 41.79 ii  libasan5:amd64                9.4.0-1ubuntu1~20.04.2            amd64        AddressSanitizer -- a fast memory error detector
...

1509:  #7 41.79 ii  libc-bin                      2.31-0ubuntu9.16                  amd64        GNU C Library: Binaries
1510:  #7 41.79 ii  libc-dev-bin                  2.31-0ubuntu9.16                  amd64        GNU C Library: Development binaries
1511:  #7 41.79 ii  libc6:amd64                   2.31-0ubuntu9.16                  amd64        GNU C Library: Shared libraries
1512:  #7 41.79 ii  libc6-dev:amd64               2.31-0ubuntu9.16                  amd64        GNU C Library: Development Libraries and Header Files
1513:  #7 41.79 ii  libcap-ng0:amd64              0.7.9-2.1build1                   amd64        An alternate POSIX capabilities library
1514:  #7 41.79 ii  libcap2:amd64                 1:2.32-1ubuntu0.1                 amd64        POSIX 1003.1e capabilities (library)
1515:  #7 41.79 ii  libcap2-bin                   1:2.32-1ubuntu0.1                 amd64        POSIX 1003.1e capabilities (utilities)
1516:  #7 41.79 ii  libcc1-0:amd64                10.5.0-1ubuntu1~20.04             amd64        GCC cc1 plugin for GDB
1517:  #7 41.79 ii  libcom-err2:amd64             1.45.5-2ubuntu1.1                 amd64        common error description library
...

1532:  #7 41.79 ii  libdrm-amdgpu1:amd64          2.4.107-8ubuntu1~20.04.2          amd64        Userspace interface to amdgpu-specific kernel DRM services -- runtime
1533:  #7 41.79 ii  libdrm-common                 2.4.107-8ubuntu1~20.04.2          all          Userspace interface to kernel DRM services -- common files
1534:  #7 41.79 ii  libdrm-intel1:amd64           2.4.107-8ubuntu1~20.04.2          amd64        Userspace interface to intel-specific kernel DRM services -- runtime
1535:  #7 41.79 ii  libdrm-nouveau2:amd64         2.4.107-8ubuntu1~20.04.2          amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
1536:  #7 41.79 ii  libdrm-radeon1:amd64          2.4.107-8ubuntu1~20.04.2          amd64        Userspace interface to radeon-specific kernel DRM services -- runtime
1537:  #7 41.79 ii  libdrm2:amd64                 2.4.107-8ubuntu1~20.04.2          amd64        Userspace interface to kernel DRM services -- runtime
1538:  #7 41.79 ii  libedit2:amd64                3.1-20191231-1                    amd64        BSD editline and history libraries
1539:  #7 41.79 ii  libelf1:amd64                 0.176-1.1ubuntu0.1                amd64        library to read and write ELF files
1540:  #7 41.79 ii  liberror-perl                 0.17029-1                         all          Perl module for error/exception handling in an OO-ish way
...

1561:  #7 41.79 ii  libglib2.0-bin                2.64.6-1~ubuntu20.04.7            amd64        Programs for the GLib library
1562:  #7 41.79 ii  libglib2.0-data               2.64.6-1~ubuntu20.04.7            all          Common files for GLib library
1563:  #7 41.79 ii  libglvnd0:amd64               1.3.2-1~ubuntu0.20.04.2           amd64        Vendor neutral GL dispatch library
1564:  #7 41.79 ii  libglx-mesa0:amd64            21.2.6-0ubuntu0.1~20.04.2         amd64        free implementation of the OpenGL API -- GLX vendor library
1565:  #7 41.79 ii  libglx0:amd64                 1.3.2-1~ubuntu0.20.04.2           amd64        Vendor neutral GL dispatch library -- GLX support
1566:  #7 41.79 ii  libgmp10:amd64                2:6.2.0+dfsg-4ubuntu0.1           amd64        Multiprecision arithmetic library
1567:  #7 41.79 ii  libgnutls30:amd64             3.6.13-2ubuntu1.11                amd64        GNU TLS library - main runtime library
1568:  #7 41.79 ii  libgomp1:amd64                10.5.0-1ubuntu1~20.04             amd64        GCC OpenMP (GOMP) support library
1569:  #7 41.79 ii  libgpg-error0:amd64           1.37-1                            amd64        GnuPG development runtime library

✨ CI feedback usage guide:

The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
The tool analyzes the failed checks and provides several feedbacks:

  • Failed stage
  • Failed test name
  • Failure summary
  • Relevant error logs

In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

/checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"

where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

Configuration options

  • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
  • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
  • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
  • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
  • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

See more information about the checks tool in the docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

Superseded by #23.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/setuptools-75.6.0 branch March 1, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant