justvanrossum / fontgoggles

FontGoggles: Visual OTL Preview and QA
Apache License 2.0
399 stars 42 forks source link

Scheduled weekly dependency update for week 35 #430

Closed pyup-bot closed 1 month ago

pyup-bot commented 1 month ago

Update setuptools from 73.0.1 to 74.0.0.

Changelog ### 74.0.0 ``` ======= Features -------- - Changed the type of error raised by ``setuptools.command.easy_install.CommandSpec.from_param`` on unsupported argument from `AttributeError` to `TypeError` -- by :user:`Avasam` (4548) - Added detection of ARM64 variant of MSVC -- by :user:`saschanaz` (4553) - Made ``setuptools.package_index.Credential`` a `typing.NamedTuple` -- by :user:`Avasam` (4585) - Reraise error from ``setuptools.command.easy_install.auto_chmod`` instead of nonsensical ``TypeError: 'Exception' object is not subscriptable`` -- by :user:`Avasam` (4593) - Fully typed all collection attributes in ``pkg_resources`` -- by :user:`Avasam` (4598) - Automatically exclude ``.tox|.nox|.venv`` directories from ``sdist``. (4603) Deprecations and Removals ------------------------- - Removed the monkeypatching of distutils._msvccompiler. Now all compiler logic is consolidated in distutils. (4600) - Synced with pypa/distutils58fe058e4, including consolidating Visual Studio 2017 support (4600, pypa/distutils289), removal of deprecated legacy MSVC compiler modules (pypa/distutils287), suppressing of errors when the home directory is missing (pypa/distutils278), removal of wininst binaries (pypa/distutils282). (4606) Misc ---- - 4592 ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://data.safetycli.com/changelogs/setuptools/

Update cocoa-vanilla from 0.5.0 to 0.6.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/cocoa-vanilla - Repo: https://github.com/robotools/vanilla

Update delocate from 0.11.0 to 0.12.0.

Changelog ### 0.12.0 ``` Added - `delocate-wheel` `--lib-sdir` now changes the suffix of the bundled library directory. [210](https://github.com/matthew-brett/delocate/pull/210) Changed - Sanitize rpaths (`--sanitize-rpaths`) is now the default behavior. Opt-out with the new `--no-sanitize-rpaths` flag. [223](https://github.com/matthew-brett/delocate/pull/223) - Improved error message for when a MacOS target version is not met. [211](https://github.com/matthew-brett/delocate/issues/211) - `delocate-fuse` is no longer available and will throw an error when invoked. To fuse two wheels together use `delocate-merge`. `delocate-merge` does not overwrite the first wheel. It creates a new wheel with an automatically determined name. If the old behavior is needed (not recommended), pin the version to `delocate==0.11.0`. [215](https://github.com/matthew-brett/delocate/pull/215) Deprecated - `--require-target-macos-version` has been deprecated. `MACOSX_DEPLOYMENT_TARGET` should be used instead of this flag. [219](https://github.com/matthew-brett/delocate/pull/219) Fixed - Existing libraries causing DelocationError were not shown due to bad string formatting. [216](https://github.com/matthew-brett/delocate/pull/216) - Wheels for macOS 11 and later were using invalid literal versions in tags instead of the macOS release version required by Python packagers. [219](https://github.com/matthew-brett/delocate/pull/219) - Fixed regression in `intel` platform support. [219](https://github.com/matthew-brett/delocate/pull/219) ```
Links - PyPI: https://pypi.org/project/delocate - Changelog: https://data.safetycli.com/changelogs/delocate/
pyup-bot commented 1 month ago

Closing this in favor of #431