Up to [cvs.NetBSD.org] / pkgsrc / devel / py-bugzilla
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 8 14:01:33 2022 UTC (14 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:14 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:59 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 4 08:49:33 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-bugzilla: updated to 2.2.0 Release 2.2.0: - Port tests to pytest - cli: --cert Client side certificate support - cli: add ability to post comment while sending attachment - cli: Add --comment-tag option - cli: Add info --active-components - Add a raw Product.get wrapper API
Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 3 14:32:09 2017 UTC (6 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Add py-bugzilla-2.1.0: This 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.