canonical / craft-archives

A library for handling archives/repositories in Craft applications
https://canonical-craft-archives.readthedocs-hosted.com
GNU Lesser General Public License v3.0
0 stars 7 forks source link

chore(deps): update dependency setuptools to v67.6.0 #36

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
setuptools (changelog) ==67.4.0 -> ==67.6.0 age adoption passing confidence

Release Notes

pypa/setuptools ### [`v67.6.0`](https://togithub.com/pypa/setuptools/blob/HEAD/CHANGES.rst#v6760) [Compare Source](https://togithub.com/pypa/setuptools/compare/v67.5.1...v67.6.0) Changes ^^^^^^^ - [#​3804](https://togithub.com/pypa/setuptools/issues/3804): Added caching for supported wheel tags. - [#​3846](https://togithub.com/pypa/setuptools/issues/3846): Added pruning heuristics to `PackageFinder` based on `exclude`. ### [`v67.5.1`](https://togithub.com/pypa/setuptools/blob/HEAD/CHANGES.rst#v6751) [Compare Source](https://togithub.com/pypa/setuptools/compare/v67.5.0...v67.5.1) Misc ^^^^ - [#​3836](https://togithub.com/pypa/setuptools/issues/3836): Fixed interaction between `setuptools`' package auto-discovery and auto-generated `htmlcov` files. Previously, the `htmlcov` name was ignored when searching for single-file modules, however the correct behaviour is to ignore it when searching for packages (since it is supposed to be a directory, see `coverage config`\_) \-- by :user:`yukihiko-shinoda`. .. \_coverage config: https://coverage.readthedocs.io/en/stable/config.html#html-directory - [#​3838](https://togithub.com/pypa/setuptools/issues/3838): Improved error messages for `pyproject.toml` validations. - [#​3839](https://togithub.com/pypa/setuptools/issues/3839): Fixed `pkg_resources` errors caused when parsing metadata of packages that are already installed but do not conform with PEP 440. ### [`v67.5.0`](https://togithub.com/pypa/setuptools/blob/HEAD/CHANGES.rst#v6750) [Compare Source](https://togithub.com/pypa/setuptools/compare/v67.4.0...v67.5.0) Changes ^^^^^^^ - [#​3843](https://togithub.com/pypa/setuptools/issues/3843): Although pkg_resources has been discouraged for use, some projects still consider pkg_resources viable for usage. This change makes it clear that pkg_resources should not be used, emitting a DeprecationWarning when imported.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "after 1 am and before 7 am" in timezone Etc/UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #36 (90e5e5e) into main (f4ee4b6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   78.42%   78.42%           
=======================================
  Files          11       11           
  Lines         496      496           
  Branches      110      110           
=======================================
  Hits          389      389           
  Misses         76       76           
  Partials       31       31           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.