forked from pool/python-requests-gssapi
- 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:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 22 21:45:48 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 3 10:24:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Aug 3 10:24:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-requests-gssapi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-requests-gssapi
|
Name: python-requests-gssapi
|
||||||
Version: 1.2.1
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GSSAPI authentication handler for python-requests
|
Summary: A GSSAPI authentication handler for python-requests
|
||||||
License: ISC
|
License: ISC
|
||||||
@@ -33,7 +33,6 @@ Requires: python-requests >= 1.1.0
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module gssapi}
|
BuildRequires: %{python_module gssapi}
|
||||||
BuildRequires: %{python_module mock}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests >= 1.1.0}
|
BuildRequires: %{python_module requests >= 1.1.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d28d9035a467fbfc8747725f1ea97fb070be617e0c3b49151ec4b00b164c276b
|
|
||||||
size 18749
|
|
BIN
requests-gssapi-1.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
requests-gssapi-1.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user