Path to this page:
Subject: CVS commit: pkgsrc/devel/py-bugzilla
From: Adam Ciarcinski
Date: 2025-01-17 20:29:04
Message id: 20250117192904.4632CFC20@cvs.NetBSD.org
Log Message:
py-bugzilla: updated to 3.3.0
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
Files: