15
0

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
This commit is contained in:
2022-12-21 13:02:48 +00:00
committed by Git OBS Bridge
parent 0b17ae3011
commit 81bd800272
5 changed files with 34 additions and 32 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 21 08:41:46 UTC 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 10:25:23 UTC 2021 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>