Changelog for
python38-bugzilla-3.0.2-1.2.noarch.rpm :
* Tue Oct 26 2021 Pablo Suárez Hernández
- Fix problem with basic-auth patch for version higher than 3.0.0 (bsc#1098219)- Modified:
* 106-basic-auth.diff
* Tue Oct 26 2021 Matej Cepl - Revert removing of 106-basic-auth.diff
* Thu Oct 21 2021 Marina Latini - Obsolete python2-bugzilla
* Thu Oct 21 2021 Marina Latini - Disable python2 building, as the support was dropped with 3.0.0
* Wed Dec 30 2020 Matej Cepl - Update to 3.0.2: - Fix API key leaking into requests exceptions - Skip man page generation to fix build on Windows (Alexander Todorov) - 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 - cli: Add query --extrafield, --includefield, --excludefield - Revive bugzilla.rhbugzilla.RHBugzilla import path - 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- Remove 106-basic-auth.diff, which is not necessary anymore.
* Wed Oct 16 2019 Julio González Gil - Backport from upstream: HTTP Basic authentication feature (as used by SUSE and openSUSE) (bsc#1098219)- Add:
* 106-basic-auth.diff
* Sun Sep 15 2019 John Vandenberg - Update to v2.3.0
* restrict-login support
* cli: Add support for private attachments
* Fix python3 deprecation warnings
* Drop python 3.3 support, minimum python3 is python 3.4 now
* Thu Aug 16 2018 mceplAATTsuse.com- Update to 2.2.0: - Port tests to pytest - cli: --cert Client side certificate support (Tobias Wolter) - cli: add ability to post comment while sending attachment (Jeff Mahoney) - cli: Add --comment-tag option - cli: Add info --active-components - Add a raw Product.get wrapper API
* Mon May 07 2018 dimstarAATTopensuse.org- Fix conflict for python-bugzillatools: we have to take extra care for the single-spec rewritter not to conflict with python2-bugzillatools in the end (which does not exist).
* Wed May 02 2018 tbechtoldAATTsuse.com- Add Conflicts for python-bugzillatools
* Mon Apr 30 2018 jengelhAATTinai.de- Trim history lesson and rhetoric wording from %description.
* Wed Apr 25 2018 tbechtoldAATTsuse.com- convert to singlespec- use pypi as source- update url
* Wed Apr 25 2018 tbechtoldAATTsuse.com- update to 2.1.0: - Support for bugzilla 5 API Keys (Dustin J. Mitchell) - bugzillarc can be used to set default URL for the cli tool - Revive update_flags wrapper - Bug fixes and minor improvements - Several fixes for use with bugzilla 5 - Bugzilla.bug_autorefresh now defaults to False - Credentials are now cached in ~/.cache/python-bugzilla/ - bin/bugzilla was converted to argparse - bugzilla query --boolean_chart option is removed - Unify command line flags across sub commands- drop NovellBugzilla.patch (no longer needed)