14
0
Commit Graph

6 Commits

Author SHA256 Message Date
e25f5617d2 - Switch to Git source and update to version 3.2.0+git.1726768917.5eedea3:
* Use non-deprecated argument name in test-suite
  * Fixed issue in `Bugzilla.fix_url`
  * Prep for release 3.3.0
  * ci: bump actions/checkout from 3 to 4
  * ci: bump actions/setup-python from 4 to 5
  * Run functional RO tests in GitHub actions
  * man: Regenerate bugzilla.1
  * man: Add section about `bugzillarc`
  * Allow bug creation with an explicitly empty list of groups (closes #210)
  * cli: Support `--field` and `--field-json` for `bugzilla attach` (#206)
- Remove upstreamed patch 188-fix-api-key-leak.diff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=61
2024-09-20 20:16:41 +00:00
81bd800272 Accepting request 1044063 from home:juliogonzalezgil:branches:devel:languages:python
Update to 3.2.0.

Verified:
- Module works with HTTP auth for the current bugzilla.opensuse.org
- Module works with the API Key auth for the newer bugzilla versions  (API Key auth not available at bugzilla.opensuse.org as of today)
- Module works with the XMLRPC API for both current bugzilla.opensuse.org and newer bugzilla versions.
- Module works with the REST API for newer bugzilla version (REST API not available at bugzilla.opensuse.org as of today)

OBS-URL: https://build.opensuse.org/request/show/1044063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=55
2022-12-21 13:02:48 +00:00
0b17ae3011 Accepting request 927496 from home:PSuarezHernandez:branches:devel:languages:python
- Fix problem with basic-auth patch for version higher than 3.0.0 (bsc#1098219)
- Modified:
  * 106-basic-auth.diff

OBS-URL: https://build.opensuse.org/request/show/927496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=54
2021-10-26 14:15:56 +00:00
0ea36fb4e1 - Revert removing of 106-basic-auth.diff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=53
2021-10-26 05:58:46 +00:00
bddde0b595 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=50
2020-12-30 13:45:45 +00:00
Tomáš Chvátal
70233bcaa0 Accepting request 738892 from home:juliogonzalezgil:branches:devel:languages:python
- Backport from upstream: HTTP Basic authentication feature (as used
  by SUSE and openSUSE) (bsc#1098219)
- Add:
  * 106-basic-auth.diff

OBS-URL: https://build.opensuse.org/request/show/738892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=48
2019-10-16 14:09:20 +00:00