Sync from SUSE:SLFO:Main python-requests-gssapi revision b2e9d7186298dfab693dc0fb42204819

This commit is contained in:
Adrian Schröter 2024-12-13 12:19:24 +01:00
parent 2d7cf3d1a8
commit e53d34faf6
4 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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> 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 # spec file for package python-requests-gssapi
# #
# Copyright (c) 2022 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,14 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-gssapi Name: python-requests-gssapi
Version: 1.2.3 Version: 1.3.0
Release: 0 Release: 0
Summary: A GSSAPI authentication handler for python-requests Summary: A GSSAPI authentication handler for python-requests
License: ISC License: ISC
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/pythongssapi/requests-gssapi URL: https://github.com/pythongssapi/requests-gssapi
Source: https://files.pythonhosted.org/packages/source/r/requests-gssapi/requests-gssapi-%{version}.tar.gz 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 setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-gssapi Requires: python-gssapi
@ -45,10 +47,10 @@ A GSSAPI authentication handler for python-requests
%setup -q -n requests-gssapi-%{version} %setup -q -n requests-gssapi-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@ -57,6 +59,7 @@ A GSSAPI authentication handler for python-requests
%files %{python_files} %files %{python_files}
%doc AUTHORS README.rst %doc AUTHORS README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/requests_gssapi
%{python_sitelib}/requests_gssapi-%{version}.dist-info
%changelog %changelog

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

Binary file not shown.

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

Binary file not shown.