An open API service providing repository metadata for many open source software ecosystems.

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

Topics: bugzilla, python

Releases
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.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
over 1 year ago
Download
v3.2.0

v3.2.0

v3.2.0

  • Use soon-to-be-required Authorization header for RH bugzilla
  • Remove cookie auth support
almost 4 years ago
Download
v3.1.0

v3.1.0

v3.1.0

  • Detect bugzilla.stage.redhat.com as RHBugzilla
  • Add limit as option to build_query (Ivan Lausuch)
over 4 years ago
Download
v3.0.2

v3.0.2

v3.0.2

  • Fix API key leaking into requests exceptions
about 5 years ago
Download
v3.0.1

v3.0.1

v3.0.1

  • Skip man page generation to fix build on Windows (Alexander Todorov)
over 5 years ago
Download
v3.0.0

v3.0.0

v3.0.0

  • Drop python2 support
  • New option bugzilla modify --minor-update option
  • requests: use PYTHONBUGZILLA_REQUESTS_TIMEOUT env variable
  • xmlrpc: Don’t add api key to passed in user dictionary
over 5 years ago
Download
v2.5.0

v2.5.0

  • cli: Add query –extrafield, –includefield, –excludefield
  • Revive bugzilla.rhbugzilla.RHBugzilla import path
over 5 years ago
Download