Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fedora-messaging from 2.1.0 to 3.0.2 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps fedora-messaging from 2.1.0 to 3.0.2.

Release notes

Sourced from fedora-messaging's releases.

fedora-messaging 3.0.2

Released on 2022-05-19.

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

  • Akashdeep Dhar
  • Aurelien Bompard

Full Changelog: fedora-infra/fedora-messaging@v3.0.1...3.0.2

fedora-messaging 3.0.1

Released on 2022-05-12.

Development Changes

  • Add packit configuration allowing us to have automatic downstream RPM builds ([#259](https://github.com/fedora-infra/fedora-messaging/issues/259) <https://github.com/fedora-infra/fedora-messaging/issues/259>_)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

  • Akashdeep Dhar

fedora-messaging 3.0.0

Released on 2021-12-14.

API Changes

  • Queues created by the CLI are now non-durable, auto-deleted and exclusive, as server-named queues are. (#239)
  • It is no longer necessary to declare a queue in the configuration file: a server-named queue will be created. Configured bindings which do not specify a queue name will be applied to the server-named queue. (#239)
  • Drop support for Python 2 (#246)
  • Drop the Twisted classes that had been flagged as deprecated. Drop the deprecated Message._body property. Refactor the consuming code into the Consumer class. (#249)

Features

  • Support anonymous (server-named) queues. (#239)
  • Support Python 3.10 (#250)
  • Raise PublishForbidden exception immediately if publishing to virtual host is denied rather than waiting until timeout occurs. (#203)

Bug Fixes

... (truncated)

Changelog

Sourced from fedora-messaging's changelog.

3.0.2 (2022-05-19)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

  • Akashdeep Dhar
  • Aurélien Bompard

3.0.1 (2022-05-12)

Development Changes

  • Add packit configuration allowing us to have automatic downstream RPM builds ([#259](https://github.com/fedora-infra/fedora-messaging/issues/259) <https://github.com/fedora-infra/fedora-messaging/issues/259>_)

Contributors

Many thanks to the contributors of bug reports, pull requests, and pull request reviews for this release:

  • Akashdeep Dhar

3.0.0 (2021-12-14)

API Changes

  • Queues created by the CLI are now non-durable, auto-deleted and exclusive, as server-named queues are. (PR#239 <https://github.com/fedora-infra/fedora-messaging/pull/239>_)

  • It is no longer necessary to declare a queue in the configuration file: a server-named queue will be created. Configured bindings which do not specify a queue name will be applied to the server-named queue. (PR#239 <https://github.com/fedora-infra/fedora-messaging/pull/239>_)

  • Drop support for Python 2 (PR#246 <https://github.com/fedora-infra/fedora-messaging/pull/246>_)

  • Drop the Twisted classes that had been flagged as deprecated. Drop the deprecated Message._body property. Refactor the consuming code into the Consumer class.

... (truncated)

Commits
  • 6d95142 prep for release of 3.0.2
  • d2ea85f Correct sync list, add issue repo and version info
  • 6869c27 Remove fixi for rstcheck in Github CI
  • 2b11050 Fix CI for real this time
  • a480c46 Ignore weird RST warnings in CI for now
  • 9f396cb Fix formatting with Black
  • 1d35a5d Update pre-commit checkers
  • 6257100 Fix Github actions
  • 66532fd prep for the release of 3.0.1
  • b31f179 Added Packit configuration (#259)
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
@coveralls
Copy link

coveralls commented Jun 1, 2022

Pull Request Test Coverage Report for Build 2773801340

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.263%

Totals Coverage Status
Change from base Build 2773767787: 0.0%
Covered Lines: 1733
Relevant Lines: 1985

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/pip/fedora-messaging-3.0.2 branch 2 times, most recently from 3d1f9a2 to a67fa65 Compare July 18, 2022 04:42
Bumps [fedora-messaging](https://github.com/fedora-infra/fedora-messaging) from 2.1.0 to 3.0.2.
- [Release notes](https://github.com/fedora-infra/fedora-messaging/releases)
- [Changelog](https://github.com/fedora-infra/fedora-messaging/blob/stable/docs/changelog.rst)
- [Commits](fedora-infra/fedora-messaging@v2.1.0...3.0.2)

---
updated-dependencies:
- dependency-name: fedora-messaging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/fedora-messaging-3.0.2 branch from a67fa65 to 44772fa Compare August 1, 2022 09:34
@hluk hluk closed this Aug 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 16, 2022

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot bot deleted the dependabot/pip/fedora-messaging-3.0.2 branch August 16, 2022 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
2 participants