I'm happy to announce a new release of python-bugzilla, version 2.2.0.
python-bugzilla is a library and commandline tool for interacting with
a bugzilla instance, including querying, modifying, and creating bug
reports.
The release can be downloaded from:
https://github.com/python-bugzilla/python-bugzilla/archive/v2.2.0.tar.gzhttps://pypi.python.org/pypi/python-bugzilla/2.2.0
This release includes:
- Port tests to pytest
- cli: --cert Client side certificate support (Tobias Wolter)
- cli: add ability to post comment while sending attachment (Jeff Mahoney)
- cli: Add --comment-tag option
- cli: Add info --active-components
- Add a raw Product.get wrapper API
This release should work fine with bugzilla 5 XMLRPC API. Future
python-bugzilla releases will start add support for bugzilla's REST API,
which is the supported API going forward.
Thanks to everyone who has contributed to this release through testing,
bug reporting, submitting patches, and otherwise sending in feedback!
Thanks,
Cole