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 python-bugzilla from 3.2.0 to 3.3.0 #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps python-bugzilla from 3.2.0 to 3.3.0.

Release notes

Sourced from python-bugzilla's releases.

v3.3.0

  • Fixed a deprecation warning in test-suite
  • Fixed issue in Bugzilla.fix_url (related to Python 3.12)
  • Allow bug creation with an explicitly empty list of groups
  • Expose error codes from the REST API (Stanislav Levin)
  • Fixed broken link in documentation (Danilo C. L. de Paula)
  • Set Bug.weburl that is compatible with the REST API
  • Do not convert 'blocks' or 'depends' to int in Bugzilla.build_update (Adam Williamson)
  • Use proper REST API route for getting a single bug
  • Avoid duplicate entries when one id is 0 (Ricardo Branco)
  • Removed unused argument from Bugzilla.add_dict
  • Fixed API key leak (Ricardo Branco)
  • Automatically include alias in include_fields in Bugzilla._getbugs
  • Added method Bugzilla.query_return_extra
  • Removed unused argument from Bugzilla.add_dict
  • cli: Add --field-json=JSONSTRING
  • cli: Support --field and --field-json for bugzilla attach
  • man: Add section about bugzillarc
  • base: Add query_return_extra
  • base: Tweak query() docs
Changelog

Sourced from python-bugzilla's changelog.

Release 3.3.0 (June, 2024)

  • Expose error codes from the REST API (Stanislav Levin)
  • Fixed broken link in documentation (Danilo C. L. de Paula)
  • Set Bug.weburl that is compatible with the REST API
  • Do not convert 'blocks' or 'depends' to int in Bugzilla.build_update (Adam Williamson)
  • Use proper REST API route for getting a single bug
  • Avoid duplicate entries when one id is 0 (Ricardo Branco)
  • Removed unused argument from Bugzilla.add_dict
  • Fixed API key leak (Ricardo Branco)
  • Automatically include alias in include_fields in Bugzilla._getbugs
  • Added method Bugzilla.query_return_extra
  • cli: Support --field and --field-json for bugzilla attach
Commits
  • 379bf17 Publish package on PyPI from CI
  • 5eedea3 Use non-deprecated argument name in test-suite
  • 526e70a Fixed issue in Bugzilla.fix_url
  • 430d965 Prep for release 3.3.0
  • c50c0d6 ci: bump actions/checkout from 3 to 4
  • a4b7f6d ci: bump actions/setup-python from 4 to 5
  • 3dac0fa Run functional RO tests in GitHub actions
  • 178fb6f man: Regenerate bugzilla.1
  • efd2c17 man: Add section about bugzillarc
  • 9e9d39b Allow bug creation with an explicitly empty list of groups (closes #210)
  • 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 <dependency name> 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)

Bumps [python-bugzilla](https://github.com/python-bugzilla/python-bugzilla) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/python-bugzilla/python-bugzilla/releases)
- [Changelog](https://github.com/python-bugzilla/python-bugzilla/blob/main/NEWS.md)
- [Commits](python-bugzilla/python-bugzilla@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: python-bugzilla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
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
Development

Successfully merging this pull request may close these issues.

0 participants