14
0

- Update to 1.2.3:

- Drop python2 compat glue
  - Drop external mock dependency
  - Use USER_NAME instead of HOSTBASED_SERVICE for user
    principals
  - Remove unused imports in example code
  - Fix typo in explicit mech example

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-gssapi?expand=0&rev=5
This commit is contained in:
2022-03-03 08:04:27 +00:00
committed by Git OBS Bridge
parent 780d6eb225
commit 1f11fd8ef3
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-requests-gssapi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-gssapi
Version: 1.2.1
Version: 1.2.3
Release: 0
Summary: A GSSAPI authentication handler for python-requests
License: ISC
@@ -33,7 +33,6 @@ Requires: python-requests >= 1.1.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module gssapi}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 1.1.0}
# /SECTION