5 Star 0 Fork 8

src-openEuler/python-aiomqtt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-aiomqtt.spec 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
jiangxinyu 提交于 2024-11-06 20:09 . Update package to version 2.3.0
%global _empty_manifest_terminate_build 0
Name: python-aiomqtt
Version: 2.3.0
Release: 1
Summary: An AsyncIO asynchronous wrapper around paho-mqtt.
License: BSD-3-Clause
URL: https://github.com/empicano/aiomqtt
Source0: https://files.pythonhosted.org/packages/source/a/aiomqtt/aiomqtt-%{version}.tar.gz
BuildArch: noarch
%description
An AsyncIO asynchronous wrapper around paho-mqtt.
%package -n python3-aiomqtt
Summary: An AsyncIO asynchronous wrapper around paho-mqtt.
Provides: python-aiomqtt = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
BuildRequires: python3-poetry-core
BuildRequires: python3-poetry-dynamic-versioning
%description -n python3-aiomqtt
An AsyncIO asynchronous wrapper around paho-mqtt.
%package help
Summary: Development documents and examples for aiomqtt
Provides: python3-aiomqtt-doc
%description help
An AsyncIO asynchronous wrapper around paho-mqtt.
%prep
%autosetup -n aiomqtt-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-aiomqtt
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Wed Nov 06 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.3.0-1
- Update package to version 2.3.0
* Implement len(client.messages) to return number of messages in queue
* Fix Client.messages not being reusable
* Remove deprecated connect/disconnect methods
* Sun Jun 25 2023 liukuo <liukuo@kylinos.cn> - 0.1.3-2
- License compliance rectification
* Thu Jul 22 2021 Xu Jin <jinxu@kylinos.cn> - 0.1.3-1
- Update package to 0.1.3
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
- Package Spec generated
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-aiomqtt.git
git@gitee.com:src-openeuler/python-aiomqtt.git
src-openeuler
python-aiomqtt
python-aiomqtt
master

搜索帮助