Kataiser / tf2-rich-presence

Discord Rich Presence for Team Fortress 2
GNU General Public License v3.0
62 stars 8 forks source link

Update setuptools to 75.2.0 #485

Closed pyup-bot closed 3 weeks ago

pyup-bot commented 1 month ago

This PR updates setuptools from 75.1.0 to 75.2.0.

Changelog ### 75.2.0 ``` ======= Features -------- - Made errors when parsing ``Distribution`` data more explicit about the expected type (``tuple[str, ...] | list[str]``) -- by :user:`Avasam` (4578) Bugfixes -------- - Fix a `TypeError` when a ``Distribution``'s old included attribute was a `tuple` -- by :user:`Avasam` (4578) - Add workaround for ``bdist_wheel --dist-info-dir`` errors when customisation does not inherit from setuptools. (4684) ``` ### 75.1.1 ``` ======= Bugfixes -------- - Re-use pre-existing ``.dist-info`` dir when creating wheels via the build backend APIs (PEP 517) and the ``metadata_directory`` argument is passed -- by :user:`pelson`. (1825) - Changed ``egg_info`` command to avoid adding an empty ``.egg-info`` directory while iterating over entry-points. This avoids triggering integration problems with ``importlib.metadata``/``importlib_metadata`` (reference: pypa/pyproject-hooks206). (4680) ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://data.safetycli.com/changelogs/setuptools/
pyup-bot commented 3 weeks ago

Closing this in favor of #490