Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 07232d0d58 | |||
| 6b62aaf3d2 |
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 21:47:24 UTC 2026 - David Mulder <david.mulder@suse.com>
|
||||
|
||||
- Update to version 1.4.0:
|
||||
- Support GSSAPI channel bindings
|
||||
- Raise exceptions if CBs are requested but not available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 13:06:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-requests-gssapi
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-requests-gssapi
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: A GSSAPI authentication handler for python-requests
|
||||
License: ISC
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pythongssapi/requests-gssapi
|
||||
Source: https://files.pythonhosted.org/packages/source/r/requests-gssapi/requests-gssapi-%{version}.tar.gz
|
||||
Source: https://github.com/pythongssapi/requests-gssapi/archive/refs/tags/v%{version}.tar.gz#/requests-gssapi-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
|
||||
BIN
requests-gssapi-1.3.0.tar.gz
LFS
BIN
requests-gssapi-1.3.0.tar.gz
LFS
Binary file not shown.
3
requests-gssapi-1.4.0.tar.gz
Normal file
3
requests-gssapi-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d3f5ad36d309239e2e7659e55f208981b97ee6da2433f69749fd71bcb16a16
|
||||
size 17507
|
||||
Reference in New Issue
Block a user