Sync from SUSE:SLFO:Main python-requests-gssapi revision b2e9d7186298dfab693dc0fb42204819
This commit is contained in:
parent
2d7cf3d1a8
commit
e53d34faf6
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,14 +18,16 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-requests-gssapi
|
||||
Version: 1.2.3
|
||||
Version: 1.3.0
|
||||
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
|
||||
@ -45,10 +47,10 @@ A GSSAPI authentication handler for python-requests
|
||||
%setup -q -n requests-gssapi-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@ -57,6 +59,7 @@ A GSSAPI authentication handler for python-requests
|
||||
%files %{python_files}
|
||||
%doc AUTHORS README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/requests_gssapi
|
||||
%{python_sitelib}/requests_gssapi-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
BIN
requests-gssapi-1.2.3.tar.gz
(Stored with Git LFS)
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
BIN
requests-gssapi-1.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user