Ai
5 Star 0 Fork 1

OpenCloudOS Stream/python-requests-gssapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-requests-gssapi.spec 2.31 KB
一键复制 编辑 原始数据 按行查看 历史
Jackey_1024 提交于 2024-10-31 16:25 +08:00 . Optimize the tarball address path
%global sname requests-gssapi
%global s_name requests_gssapi
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
Name: python-%{sname}
Version: 1.2.3
Release: 8%{?dist}
License: ISC
URL: https://github.com/pythongssapi/%{sname}
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
BuildRequires: git-core python3-devel python3-gssapi python3-requests python3-setuptools
BuildArch: noarch
%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.
%package -n python3-%{sname}
Summary: A GSSAPI/SPNEGO authentication handler for python-requests
Requires: python3-gssapi python3-requests
%description -n python3-%{sname}
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.
%prep
%autosetup -S git_am -n %{sname}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m unittest
%files -n python3-%{sname}
%license LICENSE
%doc README.rst AUTHORS HISTORY.rst
%{python3_sitelib}/%{s_name}*
%changelog
* Thu Oct 31 2024 jackeyji <jackeyji@tencent.com> - 1.2.3-8
- [Type] other
- [DESC] Optimize the tarball address path
* Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-7
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-6
- Rebuilt for loongarch release
* Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-5
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.2.3-2
- Rebuilt for OpenCloudOS Stream 23
* Mon Mar 6 2023 Shuo Wang <abushwang@tencent.com> - 1.2.3-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-requests-gssapi.git
git@gitee.com:opencloudos-stream/python-requests-gssapi.git
opencloudos-stream
python-requests-gssapi
python-requests-gssapi
master

搜索帮助