GitHub / python-bugzilla / python-bugzilla
Python library and command line tool for interacting with Bugzilla
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-bugzilla%2Fpython-bugzilla
PURL: pkg:github/python-bugzilla/python-bugzilla
Stars: 127
Forks: 113
Open issues: 4
License: gpl-2.0
Language: Python
Size: 1.44 MB
Dependencies parsed at: Pending
Created at: over 10 years ago
Updated at: about 2 months ago
Pushed at: about 2 months ago
Last synced at: 11 days ago
Commit Stats
Commits: 1224
Authors: 56
Mean commits per author: 21.86
Development Distribution Score: 0.368
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/python-bugzilla/python-bugzilla
v3.3.0
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.weburlthat 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
Download