diff --git a/python-requests-gssapi.changes b/python-requests-gssapi.changes index fdd19a4..3e605b1 100644 --- a/python-requests-gssapi.changes +++ b/python-requests-gssapi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 19 13:06:26 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index 3062c07..be40fbb 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -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 diff --git a/requests-gssapi-1.2.3.tar.gz b/requests-gssapi-1.2.3.tar.gz deleted file mode 100644 index 558843d..0000000 --- a/requests-gssapi-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20784508981401f7153c933eed095338933a40818da65a259dbf2d80dccb150e -size 19007 diff --git a/requests-gssapi-1.3.0.tar.gz b/requests-gssapi-1.3.0.tar.gz new file mode 100644 index 0000000..ccae2fb --- /dev/null +++ b/requests-gssapi-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d52bf8c2aa2a829130efcca85c14943fdd0aa75455aab985b2b8726159c20ca +size 18681