Kinto / kinto

A generic JSON document store with sharing and synchronisation capabilities.
http://docs.kinto-storage.org/
Other
4.32k stars 421 forks source link

Bump zest-releaser from 8.0.0 to 9.0.0 #3265

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps zest-releaser from 8.0.0 to 9.0.0.

Changelog

Sourced from zest-releaser's changelog.

9.0.0 (2023-09-11)

  • Make final release. Nothing changed since the last beta. [maurits]

9.0.0b1 (2023-07-31)

  • When a command we call exits with a non-zero exit code, clearly state this in the output. Ask the user if she wants to continue or not. Note that this is tricky to do right. Some commands like git seem to print everything to stderr, leading us to think there are errors, but the exit code is zero, so it should be fine. We do not want to ask too many questions, but we do not want to silently swallow important errors either. [maurits]

9.0.0a3 (2023-07-25)

  • Updated contributors list.

  • Documenting hook_package_dir setting for entry points (which isn't needed for most entry points, btw). Fixes issue 370 <https://github.com/zestsoftware/zest.releaser/issues/370>_.

  • Allowing for retry for git push, which might fail because of a protected branch. Also displaying that possible cause when it occurs. Fixes issue 385 <https://github.com/zestsoftware/zest.releaser/issues/385>_.

9.0.0a2 (2023-07-19)

  • Ignore error output when calling build. We only need to look at the exit code to see if it worked. You can call zest.releaser with --verbose if you want to see the possible warnings.

  • Removed encoding config option as nobody is using it anymore (using the option would result in a crash). Apparently it isn't needed anymore now that we don't use python 2 anymore. Fixes issue 391 <https://github.com/zestsoftware/zest.releaser/issues/391>_.

  • The longtest is now simpler. It runs readme_renderer and just displays the result in the browser, without error handling. twine check should be used if you want a real hard check (longtest --headless is deprecated). The advantage is that longtest now also renders markdown correctly. This adds readme_renderer[md] as dependency. Fixes issue 363 <https://github.com/zestsoftware/zest.releaser/issues/363>_.

... (truncated)

Commits
  • 3d3b4c8 Preparing release 9.0.0
  • 1ff58e6 Make final release. Nothing changed since the last beta.
  • 70deffb Back to development: 9.0.0b2
  • 6bb396e Preparing release 9.0.0b1
  • 41be659 Merge pull request #432 from zestsoftware/maurits-check-exit-code
  • baf109d When a command fails, always ask the user to continue or not.
  • 9ad7d7a When a command we call exits with a non-zero exit code, clearly state this in...
  • fc443d8 Back to development: 9.0.0a4
  • ef74cdc Preparing release 9.0.0a3
  • 5b7e2e1 Merge pull request #431 from zestsoftware/reinout-document-hook-package-dir
  • Additional commits viewable in compare view


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 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)