From 1f11fd8ef369d9f7f785e4497cd6ba5a93d6c0a61ad6b59677a8bd145d2d3acb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Mar 2022 08:04:27 +0000 Subject: [PATCH] - 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 --- python-requests-gssapi.changes | 11 +++++++++++ python-requests-gssapi.spec | 5 ++--- requests-gssapi-1.2.1.tar.gz | 3 --- requests-gssapi-1.2.3.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 requests-gssapi-1.2.1.tar.gz create mode 100644 requests-gssapi-1.2.3.tar.gz diff --git a/python-requests-gssapi.changes b/python-requests-gssapi.changes index e2d3036..fdd19a4 100644 --- a/python-requests-gssapi.changes +++ b/python-requests-gssapi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 22 21:45:48 UTC 2022 - Matej Cepl + +- 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 diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index 141bdf0..3062c07 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -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 diff --git a/requests-gssapi-1.2.1.tar.gz b/requests-gssapi-1.2.1.tar.gz deleted file mode 100644 index b4b2a8b..0000000 --- a/requests-gssapi-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28d9035a467fbfc8747725f1ea97fb070be617e0c3b49151ec4b00b164c276b -size 18749 diff --git a/requests-gssapi-1.2.3.tar.gz b/requests-gssapi-1.2.3.tar.gz new file mode 100644 index 0000000..558843d --- /dev/null +++ b/requests-gssapi-1.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20784508981401f7153c933eed095338933a40818da65a259dbf2d80dccb150e +size 19007