14
0

Accepting request 1113507 from home:juliogonzalezgil:branches:devel:languages:python

- Fix API Key leak
- Add:
  * 188-fix-api-key-leak.diff

OBS-URL: https://build.opensuse.org/request/show/1113507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=58
This commit is contained in:
2023-09-25 15:35:04 +00:00
committed by Git OBS Bridge
parent dd394f71f6
commit 20e09191ee
3 changed files with 34 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bugzilla
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@ Source: https://files.pythonhosted.org/packages/source/p/python-bugzilla
# PATCH-FIX-UPSTREAM 106-basic-auth.diff bsc#1098219 mcepl@suse.com
# Fix basic authentication on bugzilla.suse.com
Patch0: 106-basic-auth.diff
# PATCH-FIX-UPSTREAM pending https://github.com/python-bugzilla/python-bugzilla/pull/188
# Fix API Key leak
Patch1: 188-fix-api-key-leak.diff
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}