forked from pool/python-requests-kerberos
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
4a3edbf973 | |||
7c3870648a |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 22:23:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.15.0:
|
||||||
|
* Make Channel Binding data per-host
|
||||||
|
* Added support for explicit passwords using the password kwarg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 10:32:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Jul 27 10:32:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-requests-kerberos
|
# spec file for package python-requests-kerberos
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,15 +18,17 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-requests-kerberos
|
Name: python-requests-kerberos
|
||||||
Version: 0.14.0
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Kerberos authentication handler for python-requests
|
Summary: A Kerberos authentication handler for python-requests
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/requests/requests-kerberos
|
URL: https://github.com/requests/requests-kerberos
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/requests-kerberos/requests-kerberos-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/requests-kerberos/requests_kerberos-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pyspnego
|
Requires: python-pyspnego
|
||||||
Requires: python-requests >= 1.1.0
|
Requires: python-requests >= 1.1.0
|
||||||
@@ -39,13 +41,13 @@ adds optional Kerberos/GSSAPI authentication support and supports mutual
|
|||||||
authentication. Basic GET usage:
|
authentication. Basic GET usage:
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n requests-kerberos-%{version}
|
%setup -q -n requests_kerberos-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cda9d1240ae5392e081869881c8742d0e171fd6a893a7ac0875db2748e966fd1
|
|
||||||
size 14060
|
|
3
requests_kerberos-0.15.0.tar.gz
Normal file
3
requests_kerberos-0.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:437512e424413d8113181d696e56694ffa4259eb9a5fc4e803926963864eaf4e
|
||||||
|
size 24410
|
Reference in New Issue
Block a user