diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index cc5a59a26a9723b0a492508d3519c5c137356f92..993356004ff377290b39ca8b60ceba4d49764294 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -2,13 +2,13 @@ %global s_name requests_gssapi Name: python-%{sname} -Version: 1.3.0 +Version: 1.4.0 Release: 1 Summary: A GSSAPI/SPNEGO authentication handler for python-requests License: ISC URL: https://github.com/pythongssapi/%{sname} -Source0: https://github.com/pythongssapi/%{sname}/archive/v%{version}/%{sname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/r/requests-gssapi/requests-gssapi-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -52,6 +52,12 @@ Requires: python3-requests %{python3_sitelib}/%{s_name}* %changelog +* Thu Nov 06 2025 zhangyulong - 1.4.0-1 +- Update packages to 1.4.0 + -Update CI + -Support GSSAPI channel bindings + -Update CI and Project Structure + * Wed Aug 14 2024 yaoxin - 1.3.0-1 - Update to 1.3.0: * Warn rather than raise on opportunistic auth failure diff --git a/requests-gssapi-1.3.0.tar.gz b/requests-gssapi-1.3.0.tar.gz deleted file mode 100644 index 2a106e5e4f7a8cd507125d853c6b3f755ea406e1..0000000000000000000000000000000000000000 Binary files a/requests-gssapi-1.3.0.tar.gz and /dev/null differ diff --git a/requests-gssapi-1.4.0.tar.gz b/requests-gssapi-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fe268c20f3939323be8641b5fae2ca8a0fc64d06 Binary files /dev/null and b/requests-gssapi-1.4.0.tar.gz differ