14
0

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
This commit is contained in:
Tomáš Chvátal
2019-10-16 14:09:20 +00:00
committed by Git OBS Bridge
parent a2d6a43b9e
commit 70233bcaa0
3 changed files with 114 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: GPL-2.0-or-later
Group: Development/Libraries/Python
URL: https://github.com/python-bugzilla/python-bugzilla
Source: https://files.pythonhosted.org/packages/source/p/python-bugzilla/python-bugzilla-%{version}.tar.gz
Patch0: 106-basic-auth.diff
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
@@ -49,6 +50,7 @@ ad-hoc bugzilla jiggery-pokery.
%prep
%setup -q
%patch0 -p1
sed -i -e '1{/^#!\/usr\/bin\/env python/d}' bugzilla/_cli.py
%build