13 Star 0 Fork 4

ocs-upgrade/python-uamqp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-uamqp.spec 2.55 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-10-31 16:07 . Upgrade to version 1.6.11
%bcond_without tests
%global srcname uamqp
Summary: AMQP 1.0 client library for Python
Name: python-%{srcname}
Version: 1.6.11
Release: 1%{?dist}
License: MIT
URL: https://github.com/Azure/azure-uamqp-python/
# tar from pypi.org build fail
Source0: https://github.com/Azure/azure-uamqp-python/archive/refs/tags/v%{version}.tar.gz #/azure-uamqp-python-v1.6.9.tar.gz
Patch3000: python-uamqp-treat-warnings-as-warnings.patch
BuildRequires: cmake gcc-c++ openssl-devel
BuildRequires: pyproject-rpm-macros python3-devel
BuildRequires: python3-Cython python3dist(setuptools)
%if %{with tests}
BuildRequires: python3dist(certifi) python3dist(six)
BuildRequires: python3dist(pytest) python3dist(pytest-asyncio)
%endif
%description
An AMQP 1.0 client library for Python.
%package -n python3-%{srcname}
Summary: AMQP 1.0 client library for Python
%description -n python3-%{srcname}
An AMQP 1.0 client library for Python.
%prep
%autosetup -n azure-uamqp-python-%{version} -p1
sed -i '/cmake/d' pyproject.toml
%generate_buildrequires
%pyproject_buildrequires -r
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files uamqp
%if %{with tests}
%check
%pytest --disable-warnings -k "not test_error_loop_arg_async"
%endif
%files -n python3-%{srcname} -f %{pyproject_files}
%doc HISTORY.rst README.rst
%changelog
* Thu Oct 31 2024 Upgrade Robot <upbot@opencloudos.tech> - 1.6.11-1
- Upgrade to version 1.6.11
* Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.9-3
- Rebuilt for clarifying the packages requirement in BaseOS and AppStream
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.9-2
- Rebuilt for loongarch release
* Tue Jun 25 2024 jackeyji <jackeyji@tencent.com> - 1.6.9-1
- [Type] security
- [DESC] upgrade to 1.6.9 to fix CVE-2024-21646 and CVE-2024-27099
* Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.0-6
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.0-5
- Rebuilt for OpenCloudOS Stream 23.09
* Mon Sep 04 2023 Wang Guodong <gordonwwang@tencent.com> - 1.6.0-4
- Update BuildRequires: Cython3
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6.0-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Mar 16 2023 rockerzhu <rockerzhu@tencent.com> - 1.6.0-1
- Initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/python-uamqp.git
git@gitee.com:ocs-upgrade/python-uamqp.git
ocs-upgrade
python-uamqp
python-uamqp
master

搜索帮助