17
0

2 Commits

Author SHA256 Message Date
75615ab8da Accepting request 1223211 from devel:languages:python
- update to 0.15.0:
  * Make Channel Binding data per-host
  * Added support for explicit passwords using the password kwarg

OBS-URL: https://build.opensuse.org/request/show/1223211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-kerberos?expand=0&rev=8
2024-11-11 12:45:32 +00:00
f71871ddca - update to 0.15.0:
* Make Channel Binding data per-host
  * Added support for explicit passwords using the password kwarg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-kerberos?expand=0&rev=16
2024-11-10 22:24:03 +00:00
4 changed files with 18 additions and 9 deletions

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-requests-kerberos
Version: 0.14.0
Version: 0.15.0
Release: 0
Summary: A Kerberos authentication handler for python-requests
License: ISC
Group: Development/Languages/Python
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 setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
Requires: python-pyspnego
Requires: python-requests >= 1.1.0
@@ -39,13 +41,13 @@ adds optional Kerberos/GSSAPI authentication support and supports mutual
authentication. Basic GET usage:
%prep
%setup -q -n requests-kerberos-%{version}
%setup -q -n requests_kerberos-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%files %{python_files}
%license LICENSE

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cda9d1240ae5392e081869881c8742d0e171fd6a893a7ac0875db2748e966fd1
size 14060

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:437512e424413d8113181d696e56694ffa4259eb9a5fc4e803926963864eaf4e
size 24410