IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump setuptools from 41.2.0 to 42.0.1 #165

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps setuptools from 41.2.0 to 42.0.1.

Changelog *Sourced from [setuptools's changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst).* > v42.0.1 > ======= > > - [#1918](https://github-redirect.dependabot.com/pypa/setuptools/issues/1918): Fix regression in handling wheels compatibility tags. > > v42.0.0 > ======= > > - > > [#1830](https://github-redirect.dependabot.com/pypa/setuptools/issues/1830), [#1909](https://github-redirect.dependabot.com/pypa/setuptools/issues/1909): Mark the easy\_install script and setuptools command as deprecated, and use [pip](https://pip.pypa.io/en/stable/) when available to fetch/build wheels for missing `setup_requires`/`tests_require` requirements, with the following differences in behavior: > > : - support for `python_requires` > - better support for wheels (proper handling of priority with respect to PEP 425 tags) > - PEP 517/518 support > - eggs are not supported > - no support for the `allow_hosts` easy\_install option (`index_url`/`find_links` are still honored) > - pip environment variables are honored (and take precedence over easy\_install options) > > - [#1898](https://github-redirect.dependabot.com/pypa/setuptools/issues/1898): Removed the "upload" and "register" commands in favor of [twine](https://pypi.org/p/twine). > - [#1767](https://github-redirect.dependabot.com/pypa/setuptools/issues/1767): Add support for the `license_files` option in `setup.cfg` to automatically include multiple license files in a source distribution. > - [#1829](https://github-redirect.dependabot.com/pypa/setuptools/issues/1829): Update handling of wheels compatibility tags: > - add support for manylinux2010 > > \* fix use of removed 'm' ABI flag in Python 3.8 on Windows > - [#1861](https://github-redirect.dependabot.com/pypa/setuptools/issues/1861): Fix empty namespace package installation from wheel. > - [#1877](https://github-redirect.dependabot.com/pypa/setuptools/issues/1877): Setuptools now exposes a new entry point hook "setuptools.finalize\_distribution\_options", enabling plugins like [setuptools\_scm](https://pypi.org/project/setuptools_scm) to configure options on the distribution at finalization time. > > v41.6.0 > ======= > > - [#479](https://github-redirect.dependabot.com/pypa/setuptools/issues/479): Replace usage of deprecated `imp` module with local re-implementation in `setuptools._imp`. > > v41.5.1 > ======= > > - [#1891](https://github-redirect.dependabot.com/pypa/setuptools/issues/1891): Fix code for detecting Visual Studio's version on Windows under Python 2. > > v41.5.0 > ======= > > - [#1811](https://github-redirect.dependabot.com/pypa/setuptools/issues/1811): Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019. > - [#1814](https://github-redirect.dependabot.com/pypa/setuptools/issues/1814): Fix `pkg_resources.Requirement` hash/equality implementation: take PEP 508 direct URL into account. > - [#1824](https://github-redirect.dependabot.com/pypa/setuptools/issues/1824): Fix tests when running under `python3.10`. > - [#1878](https://github-redirect.dependabot.com/pypa/setuptools/issues/1878): Formally deprecated the `test` command, with the recommendation that users migrate to `tox`. > - [#1860](https://github-redirect.dependabot.com/pypa/setuptools/issues/1860): Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0. > - [#1862](https://github-redirect.dependabot.com/pypa/setuptools/issues/1862): Drop ez\_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy\_install (deprecated too). > - [#1868](https://github-redirect.dependabot.com/pypa/setuptools/issues/1868): Drop most documentation references to (deprecated) EasyInstall. > - [#1884](https://github-redirect.dependabot.com/pypa/setuptools/issues/1884): Added a trove classifier to document support for Python 3.8. > - [#1886](https://github-redirect.dependabot.com/pypa/setuptools/issues/1886): Added Python 3.8 release to the Travis test matrix. > ... (truncated)
Commits - [`e84f616`](https://github.com/pypa/setuptools/commit/e84f616a6507ec9115fad68b221cbf5333d9d2d9) Bump version: 42.0.0 → 42.0.1 - [`3287006`](https://github.com/pypa/setuptools/commit/3287006c564c6d079c8e043e8b7d6726fb28f7ac) Merge pull request [#1918](https://github-redirect.dependabot.com/pypa/setuptools/issues/1918) from benoit-pierre/fix_wheel_tags_handling - [`926c80f`](https://github.com/pypa/setuptools/commit/926c80f5e84823f48103f3695f55f23949cc5d37) wheel: fix `is_compatible` implementation - [`d155aa0`](https://github.com/pypa/setuptools/commit/d155aa0d61690b7013de968b912a001d18f5cfdd) Bump version: 41.6.0 → 42.0.0 - [`1a5d06b`](https://github.com/pypa/setuptools/commit/1a5d06b584cf9e221b6633c88e94c6bed0d899be) Merge pull request [#1877](https://github-redirect.dependabot.com/pypa/setuptools/issues/1877) from pypa/feature/distribution-options-hooks - [`e44d9bc`](https://github.com/pypa/setuptools/commit/e44d9bcd4288bed098f09b24c3667ef02621699d) Merge pull request [#1909](https://github-redirect.dependabot.com/pypa/setuptools/issues/1909) from benoit-pierre/resurrect_easy_install_script - [`4188aba`](https://github.com/pypa/setuptools/commit/4188aba5265e9b7145b1c5ed10c8e0ae769f70b4) add changelog entries - [`e31c9f0`](https://github.com/pypa/setuptools/commit/e31c9f0c37e545022f5c0cdacd28ab4432b1a6df) Merge pull request [#1829](https://github-redirect.dependabot.com/pypa/setuptools/issues/1829) from benoit-pierre/update_pep425tags - [`a1e956b`](https://github.com/pypa/setuptools/commit/a1e956b20f11f2d02f5a9855bda37660080184c9) Revert "drop easy_install script and associated documentation" - [`68dbb70`](https://github.com/pypa/setuptools/commit/68dbb703705cdd64e25261a6fcc1c0cc96bcf431) Merge pull request [#1767](https://github-redirect.dependabot.com/pypa/setuptools/issues/1767) from kchmck/feat-license-files - Additional commits viewable in [compare view](https://github.com/pypa/setuptools/compare/v41.2.0...v42.0.1)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.