2 Star 0 Fork 2

OpenCloudOS Stream/python-oslo-context

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-oslo-context.spec 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
%global _empty_manifest_terminate_build 0
%global pypi_name oslo.context
Summary: Oslo Context library
Name: python-oslo-context
Version: 5.0.0
Release: 3%{?dist}
License: Apache-2.0
URL: https://docs.openstack.org/%{pypi_name}/latest/
Source0: %{pypi_source}
BuildArch: noarch
%description
The Oslo context library has helpers to maintain useful information
about a request context. The request context is usually populated in
the WSGI pipeline and used by various modules such as logging.
%package -n python3-oslo-context
Summary: Oslo Context library
BuildRequires: python3-devel python3-setuptools python3-pbr python3-oslotest
BuildRequires: python3-pip python3-wheel python3-debtcollector python3-virtualenv
Requires: python3-debtcollector python3-pbr
Provides: python-oslo-context
Provides: python3-oslo-context-doc
%description -n python3-oslo-context
The Oslo context library has helpers to maintain useful information
about a request context. The request context is usually populated in
the WSGI pipeline and used by various modules such as logging.
%prep
%autosetup -n %{pypi_name}-%{version}
rm -rf *requirements.txt
%build
%py3_build
%install
%py3_install
%check
python3 setup.py test
%files -n python3-oslo-context
%{python3_sitelib}/*
%changelog
* Thu Sep 26 2024 OpenCloudOS Release Engineering <[email protected]> - 5.0.0-3
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <[email protected]> - 5.0.0-2
- Rebuilt for loongarch release
* Thu Sep 21 2023 kianli <[email protected]> - 5.0.0-1
- Upgrade to 5.0.0
* Tue Sep 19 2023 OpenCloudOS Release Engineering <[email protected]> - 3.2.1-4
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <[email protected]> - 3.2.1-3
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <[email protected]> - 3.2.1-2
- Rebuilt for OpenCloudOS Stream 23.05
* Tue Apr 11 2023 cunshunxia <[email protected]> - 3.2.1-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-oslo-context.git
[email protected]:opencloudos-stream/python-oslo-context.git
opencloudos-stream
python-oslo-context
python-oslo-context
master

搜索帮助