Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-bugzilla | Distribution: openSUSE Leap 16.0 |
Version: 3.2.0 | Vendor: openSUSE |
Release: lp160.2.12 | Build date: Fri Aug 30 20:51:07 2024 |
Group: Development/Libraries/Python | Build host: h02-ch2c |
Size: 456549 | Source RPM: python-bugzilla-3.2.0-lp160.2.12.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/python-bugzilla/python-bugzilla | |
Summary: Python library for Bugzilla |
This is a Python module that provides a Python-ish interface to Bugzilla over XMLRPC. It supports the Web Services provided by upstream Bugzilla 3.0 and 3.2. It also includes a 'bugzilla' commandline client which can be used for quick, ad-hoc bugzilla jiggery-pokery.
GPL-2.0-or-later
* Mon Sep 25 2023 Julio González Gil <jgonzalez@suse.com> - Fix API Key leak (bsc#1215718) - Add: * 188-fix-api-key-leak.diff * Wed Dec 21 2022 Julio González Gil <jgonzalez@suse.com> - Update to 3.2.0: * Use soon-to-be-required Authorization header for RH bugzilla * Remove cookie auth support * Detect bugzilla.stage.redhat.com as RHBugzilla * Add limit as option to build_query - Modified: * 106-basic-auth.diff * Tue Oct 26 2021 Pablo Suárez Hernández <pablo.suarezhernandez@suse.com> - 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 <mcepl@suse.com> - Revert removing of 106-basic-auth.diff * Thu Oct 21 2021 Marina Latini <marina.latini@suse.com> - Obsolete python2-bugzilla * Thu Oct 21 2021 Marina Latini <marina.latini@suse.com> - Disable python2 building, as the support was dropped with 3.0.0 * Wed Dec 30 2020 Matej Cepl <mcepl@suse.com> - 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 <jgonzalez@suse.com> - 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 <jayvdb@gmail.com> - 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 mcepl@suse.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 dimstar@opensuse.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 tbechtold@suse.com - Add Conflicts for python-bugzillatools * Mon Apr 30 2018 jengelh@inai.de - Trim history lesson and rhetoric wording from %description. * Wed Apr 25 2018 tbechtold@suse.com - convert to singlespec - use pypi as source - update url * Wed Apr 25 2018 tbechtold@suse.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) * Thu Jul 14 2016 jsegitz@novell.com - Update to version 1.2.2 - Added NovellBugzilla.patch to ensure it works with SUSE internal bugzilla. * Tue Sep 23 2014 bwiedemann@suse.com - update nvlbugzilla.py to reflect that server now has ver 4.4 * Thu Jun 27 2013 jmatejek@suse.com - update to 0.9.0 * CVE-2013-2191: Switch to pycurl to get SSL host and cert validation (fixes bnc#825876) * bugzilla: modify: add --dependson (Don Zickus) * bugzilla: new: add --groups option (Paul Frields) * bugzilla: modify: Allow setting nearly every bug parameter - update to suse3 from gitorious * remerged NovellBugzilla functionality (upstream inclusion pending bnc#822053) * Fri May 24 2013 jmatejek@suse.com - update to 0.8.0 * support for Bugzilla 4 and above * streamlined internals - update to suse2 from gitorious * include all suse patches * use osc's methods to parse .oscrc * Wed May 22 2013 speilicke@suse.com - Apply python-bugzilla-0.6.2-section.patch - Cleanup spec file - Package README * Thu May 16 2013 werner@suse.de - Fix UL sections that is check also for URL without final slash this may fix bnc#807901 * Thu Jan 03 2013 toddrme2178@gmail.com - Fix building on SLES 11 * Tue Jan 31 2012 jmatejek@suse.com - remove basic auth credentials from backtraces - Novell Bugzilla is the default when using bugzilla command line tool * Fri Jan 27 2012 jmatejek@suse.com - update to openSUSE-1 tag from openSUSE's git branch * better handling of NovellBugzilla instances * using HTTP basic auth instead of IChain * Fri Jul 29 2011 mvyskocil@suse.cz - update to 0.6.2, rebased all patches * backport --outputformat feature from git * Fri Jul 29 2011 mvyskocil@suse.cz - add 0005-Add-Bugzilla34._query.patch fixing query command - add 0020-allow-various-bnc-instances-in-NovellBugzilla.patch * Mon May 23 2011 mvyskocil@suse.cz - update to 0.6.1 * many new parameters for bugzilla command-line tool like --target_milestone, - -private, --status, --assignee, et all * add support for Bugzilla 36 * Unicode related fixes - SUSE specific fixes * novell bugzilla support in getBugzillaClassForURL * obfuscated password support in oscrc * move novell bugzilla to 3.4 * xmlrpclib changes done in python 2.7 from master [bug#685842] - create suse branch for stashing SUSE specific changes https://gitorious.org/opensuse/python-bugzilla/commits/suse * Thu Jun 17 2010 matejcik@suse.cz - recognize Novell bugzilla in default constructor * Wed Aug 26 2009 mvyskocil@suse.cz - Added a patch with support of obfuscated passwords introduced in osc-0.121 * Wed Jul 22 2009 mvyskocil@suse.cz - Initial packaging of python-bugzilla 0.5 with Novell Bugzilla patches
/etc/alternatives/bugzilla /etc/alternatives/bugzilla.1.gz /usr/bin/bugzilla /usr/bin/bugzilla-3.11 /usr/lib/python3.11/site-packages/bugzilla /usr/lib/python3.11/site-packages/bugzilla/__init__.py /usr/lib/python3.11/site-packages/bugzilla/__pycache__ /usr/lib/python3.11/site-packages/bugzilla/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_authfiles.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_authfiles.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendbase.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendbase.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendrest.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendrest.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendxmlrpc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_backendxmlrpc.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_cli.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_cli.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_rhconverters.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_rhconverters.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_session.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_session.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/_util.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/apiversion.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/apiversion.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/base.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/bug.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/bug.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/exceptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/exceptions.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/oldclasses.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/oldclasses.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/rhbugzilla.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/bugzilla/__pycache__/rhbugzilla.cpython-311.pyc /usr/lib/python3.11/site-packages/bugzilla/_authfiles.py /usr/lib/python3.11/site-packages/bugzilla/_backendbase.py /usr/lib/python3.11/site-packages/bugzilla/_backendrest.py /usr/lib/python3.11/site-packages/bugzilla/_backendxmlrpc.py /usr/lib/python3.11/site-packages/bugzilla/_cli.py /usr/lib/python3.11/site-packages/bugzilla/_rhconverters.py /usr/lib/python3.11/site-packages/bugzilla/_session.py /usr/lib/python3.11/site-packages/bugzilla/_util.py /usr/lib/python3.11/site-packages/bugzilla/apiversion.py /usr/lib/python3.11/site-packages/bugzilla/base.py /usr/lib/python3.11/site-packages/bugzilla/bug.py /usr/lib/python3.11/site-packages/bugzilla/exceptions.py /usr/lib/python3.11/site-packages/bugzilla/oldclasses.py /usr/lib/python3.11/site-packages/bugzilla/rhbugzilla.py /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/entry_points.txt /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/requires.txt /usr/lib/python3.11/site-packages/python_bugzilla-3.2.0-py3.11.egg-info/top_level.txt /usr/share/man/man1/bugzilla-3.11.1.gz /usr/share/man/man1/bugzilla.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:03:33 2024