Compare commits

1 Commits
main ... 1.1

4 changed files with 8 additions and 22 deletions

View File

@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Mar 19 13:06:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Drop flag for out of sequence detection
* Use SPNEGO mechanism by default
* Fix ``SanitizedResponse.content`` to be ``bytes`` which
reflects the base type
* Migrated project to a ``src`` layout setup and a ``PEP 621``
compliant build, this should have no impact on end users
-------------------------------------------------------------------
Tue Feb 22 21:45:48 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-requests-gssapi
#
# Copyright (c) 2024 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,16 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-gssapi
Version: 1.3.0
Version: 1.2.3
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
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-gssapi
@ -47,10 +45,10 @@ A GSSAPI authentication handler for python-requests
%setup -q -n requests-gssapi-%{version}
%build
%pyproject_wheel
%python_build
%install
%pyproject_install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@ -59,7 +57,6 @@ A GSSAPI authentication handler for python-requests
%files %{python_files}
%doc AUTHORS README.rst
%license LICENSE
%{python_sitelib}/requests_gssapi
%{python_sitelib}/requests_gssapi-%{version}.dist-info
%{python_sitelib}/*
%changelog

BIN
requests-gssapi-1.2.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
requests-gssapi-1.3.0.tar.gz (Stored with Git LFS)

Binary file not shown.