Skip to content

Bump wheel from 0.45.1 to 0.46.1 in /requirements #2211

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2025

Bumps wheel from 0.45.1 to 0.46.1.

Release notes

Sourced from wheel's releases.

0.46.1

  • Temporarily restored the wheel.macosx_libfile module (#659)

0.46.0

  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field
Changelog

Sourced from wheel's changelog.

Release Notes

0.46.1 (2025-04-08)

  • Temporarily restored the wheel.macosx_libfile module ([#659](https://github.com/pypa/wheel/issues/659) <https://github.com/pypa/wheel/issues/665960>_)

0.46.0 (2025-04-03)

  • Dropped support for Python 3.8
  • Removed the bdist_wheel setuptools command implementation and entry point. The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel, emitting a deprecation warning on import.
  • Removed vendored packaging in favor of a run-time dependency on it
  • Made the wheel.metadata module private (with a deprecation warning if it's imported
  • Made the wheel.cli package private (no deprecation warning)
  • Fixed an exception when calling the convert command with an empty description field

0.45.1 (2024-11-23)

  • Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in the file name

0.45.0 (2024-11-08)

  • Refactored the convert command to not need setuptools to be installed

  • Don't configure setuptools logging unless running bdist_wheel

  • Added a redirection from wheel.bdist_wheel.bdist_wheel to setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with setuptools' latest fixes.

    Projects are still advised to migrate away from the deprecated module and import the setuptools' implementation explicitly. (PR by @​abravalheri)

0.44.0 (2024-08-04)

  • Canonicalized requirements in METADATA file (PR by Wim Jeantine-Glenn)
  • Deprecated the bdist_wheel module, as the code was migrated to setuptools itself

0.43.0 (2024-03-11)

  • Dropped support for Python 3.7
  • Updated vendored packaging to 24.0

0.42.0 (2023-11-26)

... (truncated)

Commits

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)

Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.1.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.45.1...0.46.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-version: 0.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Apr 9, 2025
Copy link

codecov bot commented Apr 9, 2025

❌ 86 Tests Failed:

Tests completed Failed Passed Skipped
26015 86 25929 3497
View the top 3 failed test(s) by shortest run time
tests/test_cff.py::test_results_fluent[ansys-grpc-dpf]
Stack Traces | 0.004s run time
fluent_mixing_elbow_steady_state = <function fluent_mixing_elbow_steady_state.<locals>.return_ds at 0x7f6fbf7dc8b0>
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>

    @pytest.mark.skipif(
        not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
        reason="CFF source operators where not supported before 7.0,",
    )
    def test_results_fluent(fluent_mixing_elbow_steady_state, server_type):
>       model = dpf.Model(fluent_mixing_elbow_steady_state(server=server_type), server=server_type)

tests/test_cff.py:79: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/conftest.py:263: in return_ds
    ds = core.DataSources(server=server)
..../test-api/lib/python3.10.../dpf/core/data_sources.py:125: in __init__
    self._internal_obj = self._api.data_sources_new_on_client(self._server.client)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>,)
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: getsockopt(SO_ERROR): Connection reset by peer (104)'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: getsockopt(SO_ERROR): Connection reset by peer (104)

..../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException
tests/test_field.py::test_count_field[ansys-grpc-dpf]
Stack Traces | 0.004s run time
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>

    def test_count_field(server_type):
>       field = dpf.core.Field(nentities=20, nature=dpf.core.natures.scalar, server=server_type)

tests/test_field.py:202: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../dpf/core/field.py:212: in __init__
    super().__init__(
..../test-api/lib/python3.10.../dpf/core/field_base.py:78: in __init__
    self._internal_obj = self.__class__._field_create_internal_obj(
..../test-api/lib/python3.10.../dpf/core/field.py:247: in _field_create_internal_obj
    return api.field_new_with1_ddimensionnality_on_client(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>, 0, 1, 20, 'Nodal')
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: Timeout occurred: FD Shutdown'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: Timeout occurred: FD Shutdown

..../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException
tests/test_field.py::test_fromarray_field[ansys-grpc-dpf]
Stack Traces | 0.004s run time
server_type = <ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>

    def test_fromarray_field(server_type):
        data = np.empty((100, 6))
>       f = dpf.core.field_from_array(data, server=server_type)

tests/test_field.py:236: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
..../test-api/lib/python3.10.../dpf/core/fields_factory.py:80: in field_from_array
    field = Field(nentities=n_entities, nature=nature, server=server)
..../test-api/lib/python3.10.../dpf/core/field.py:212: in __init__
    super().__init__(
..../test-api/lib/python3.10.../dpf/core/field_base.py:78: in __init__
    self._internal_obj = self.__class__._field_create_internal_obj(
..../test-api/lib/python3.10.../dpf/core/field.py:256: in _field_create_internal_obj
    return api.field_new_with2_ddimensionnality_on_client(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = (<ansys.dpf.core.server_types.LegacyGrpcServer object at 0x7f6fc178c850>, 5, 3, 3, 100, 'Nodal')
kwargs = {}, _InactiveRpcError = <class 'grpc._channel._InactiveRpcError'>
_MultiThreadedRendezvous = <class 'grpc._channel._MultiThreadedRendezvous'>
details = 'failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: Timeout occurred: FD Shutdown'

    @wraps(func)
    def wrapper(*args, **kwargs):
        """Capture gRPC exceptions."""
        from grpc._channel import _InactiveRpcError, _MultiThreadedRendezvous
        try:
            out = func(*args, **kwargs)
        except (_InactiveRpcError, _MultiThreadedRendezvous) as error:
            details = error.details()
            if "object is null in the dataBase" in details:
                raise DPFServerNullObject(details) from None
            elif "Unable to open the following file" in details:
                raise DPFServerException(
                    "The result file could not be found or could not be opened, the server raised an error message: \n" + details) from None
>           raise DPFServerException(details) from None
E           ansys.dpf.gate.errors.DPFServerException: failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:50056: Failed to connect to remote host: Timeout occurred: FD Shutdown

..../test-api/lib/python3.10.../dpf/gate/errors.py:46: DPFServerException

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant