forked from pool/python-requests-kerberos
- update to 0.10.0:
- Make it possible to receive errors without having their contents and headers stripped. - Resolve a bug caused by passing the ``principal`` keyword argument to kerberos-sspi on Windows. - Support for principal, hostname, and realm override. - Added support for mutual auth. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-kerberos?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 09:32:18 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 0.10.0:
|
||||
- Make it possible to receive errors without having their contents and headers
|
||||
stripped.
|
||||
- Resolve a bug caused by passing the ``principal`` keyword argument to
|
||||
kerberos-sspi on Windows.
|
||||
- Support for principal, hostname, and realm override.
|
||||
- Added support for mutual auth.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 07:37:39 UTC 2016 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-requests-kerberos
|
||||
Version: 0.8.0
|
||||
Version: 0.10.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://pypi.python.org/packages/source/r/requests-kerberos/requests-kerberos-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/r/requests-kerberos/requests-kerberos-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-requests
|
||||
BuildRequires: python-setuptools
|
||||
|
||||
3
requests-kerberos-0.10.0.tar.gz
Normal file
3
requests-kerberos-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b10706ce06c7078db133970c335be9e2768234465303d18effca1faea95c936
|
||||
size 10719
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3ce6e70e19080fe146245f1c663e73a3868fbb087142962b91c5396fa051b1a
|
||||
size 7437
|
||||
Reference in New Issue
Block a user