Path to this page:
./
devel/py-bugzilla,
Bugzilla XMLRPC access module
Branch: CURRENT,
Version: 3.3.0,
Package name: py312-bugzilla-3.3.0,
Maintainer: pkgsrc-usersThis package provides two bits:
- 'bugzilla' python module for talking to a Bugzilla instance over XMLRPC
- a command line tool for performing actions from the command line:
create or edit bugs, various queries, etc.
Required to run:[
devel/py-setuptools] [
devel/py-requests] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 117.882 KB
Version history: (Expand)
- (2025-01-17) Updated to version: py312-bugzilla-3.3.0
- (2024-04-29) Updated to version: py311-python-bugzilla-3.2.0nb1
- (2022-07-08) Updated to version: py310-python-bugzilla-3.2.0
- (2022-01-06) Updated to version: py39-python-bugzilla-2.2.0nb2
- (2022-01-05) Updated to version: py39-python-bugzilla-2.2.0nb1
- (2021-10-07) Updated to version: py39-python-bugzilla-2.2.0
CVS history: (Expand)
2025-01-17 20:29:04 by Adam Ciarcinski | Files touched by this commit (4) | |
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
|
2024-04-29 20:57:35 by Benny Siegert | Files touched by this commit (3) |
Log message:
devel/py-python-bugzilla: Fix for API key leak
From Ricardo Branco in PR pkg/58213.
Fixes NetBSD/pkgsrc#138.
|
2022-07-08 16:01:33 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-python-bugzilla: update to 3.2.0.
## Release 3.2.0 (January 12, 2022)
- Use soon-to-be-required Authorization header for RH bugzilla
- Remove cookie auth support
## Release 3.1.0 (July 27, 2021)
- Detect bugzilla.stage.redhat.com as RHBugzilla
- Add limit as option to build_query (Ivan Lausuch)
## Release 3.0.2 (November 12, 2020)
- Fix API key leaking into requests exceptions
## Release 3.0.1 (October 07, 2020)
- Skip man page generation to fix build on Windows (Alexander Todorov)
## Release 3.0.0 (October 03, 2020)
- 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
## Release 2.5.0 (July 04, 2020)
- cli: Add query --extrafield, --includefield, --excludefield
- Revive bugzilla.rhbugzilla.RHBugzilla import path
## Release 2.4.0 (June 29, 2020)
- Bugzilla REST API support
- Add --json command line output option
- Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
- Add `Bugzilla.get_requests_session()` API to access raw requests Session
- Add `Bugzilla.get_xmlrpc_proxy()` API to access raw ServerProxy
- Add `Bugzilla requests_session=` init parameter to pass in auth, etc.
- Add `bugzilla attach --ignore-obsolete` (Čestmír Kalina)
- Add `bugzilla login --api-key` for API key prompting (Danilo C. L. de
Paula)
- Add `bugzilla new --private`
## Release 2.3.0 (August 26, 2019)
- restrict-login suppot (Viliam Krizan)
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
- Fix python3 deprecation warnings
- Drop python 3.3 support, minimum python3 is python 3.4 now
|
2022-01-05 21:47:37 by Thomas Klausner | Files touched by this commit (26) |
Log message:
*: set USE_PKG_RESOURCES for more packages
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-05-16 11:09:05 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
pytest from versioned depends
|