Ai
5 Star 0 Fork 6

src-openEuler/python-requests-gssapi
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-requests-gssapi.spec 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
zhangyulongkylinos 提交于 2025-11-06 14:43 +08:00 . Upgrade package to version 1.4.0
%global sname requests-gssapi
%global s_name requests_gssapi
Name: python-%{sname}
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://files.pythonhosted.org/packages/source/r/requests-gssapi/requests-gssapi-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-gssapi
BuildRequires: python3-mock
BuildRequires: python3-requests
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
%global _description\
Requests is an HTTP library, written in Python, for human beings. This\
library adds optional GSSAPI authentication support and supports\
mutual authentication. It includes a fully backward-compatible shim\
for requests-kerberos.
%description %_description
%package -n python3-%{sname}
Summary: %summary
Requires: python3-gssapi
Requires: python3-requests
%{?python_provide:%python_provide python3-%{sname}}
%description -n python3-%{sname} %_description
%prep
%autosetup -n %{sname}-%{version} -p1
%build
%pyproject_build
%install
%pyproject_install
%check
%{__python3} -m unittest
%files -n python3-%{sname}
%doc README.rst AUTHORS HISTORY.rst
%license LICENSE
%{python3_sitelib}/%{s_name}*
%changelog
* Thu Nov 06 2025 zhangyulong <zhangyulong@kylinos.cn> - 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 <yao_xin001@hoperun.com> - 1.3.0-1
- Update to 1.3.0:
* Warn rather than raise on opportunistic auth failure
* Explicit Principal code sample is wrong
* Migrate to GHA stale action
* Mention non-existing expect continue support in py-requests requires preemptive auth in many cases
* Drop out of sequence detection
* Use SPNEGO mechanism by default
* Set SanitizedResponse content to bytes instead of string
* Wed Jul 06 2022 yaoxin <yaoxin30@h-partners.com> - 1.2.3-1
- Resolve the installation dependency of python-copr.
* Sat May 07 2022 xu_ping <xuping33@h-partners.com> - 1.2.2-3
- Remove test dependencies on python-nose during the build process
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.2.2-2
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core
* Wed Jun 23 2021 liufeng <liufeng@kylinos.cn> - 1.2.2-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-requests-gssapi.git
git@gitee.com:src-openeuler/python-requests-gssapi.git
src-openeuler
python-requests-gssapi
python-requests-gssapi
master

搜索帮助