114 Star 0 Fork 12

src-openEuler/python-blinker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-blinker.spec 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2024-12-11 14:49 . Update to 1.9.0
%global _empty_manifest_terminate_build 0
Name: python-blinker
Version: 1.9.0
Release: 1
Summary: A powerful signal lib based on Python
License: MIT
URL: https://pythonhosted.org/blinker/
Source0: %{pypi_source blinker}
BuildRequires: python3-pip python3-wheel
BuildRequires: python3-flit-core
BuildArch: noarch
%description
Blinker is a signal lib based on Python.It supports both object-to-object
and multicasting for python object.The core of blinker is minimal but provides
quite powerful features.
%package -n python3-blinker
Summary: A powerful signal lib based on Python
Provides: python-blinker = %{version}-%{release}
BuildRequires: python3-devel python3-setuptools
%description -n python3-blinker
Blinker is a signal lib based on Python.It supports both object-to-object
and multicasting for python object.The core of blinker is minimal but provides
quite powerful features.
%package help
Summary: Development documents and examples for blinker
Provides: python3-blinker-doc
%description help
Blinker is a signal lib based on Python.It supports both object-to-object
and multicasting for python object.The core of blinker is minimal but provides
quite powerful features.
%prep
%autosetup -n blinker-%{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
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-blinker
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Wed Dec 11 2024 yaoxin <[email protected]> - 1.9.0-1
- Update to 1.9.0:
* Drop support for Python 3.8.
* Remove previously deprecated __version__, receiver_connected,
Signal.temporarily_connected_to and WeakNamespace.
* Skip weakref signal cleanup if the interpreter is shutting down.
* Mon Oct 14 2024 Ge Wang <[email protected]> - 1.8.2-1
- Update to 1.8.2
* Thu May 18 2023 wulei <[email protected]> - 1.6.2-1
- Update to 1.6.2
* Fri Nov 18 2022 liqiuyu <[email protected]> - 1.5-1
- Update package to version 1.5
* Wed Oct 21 2020 chengzihan <[email protected]> - 1.4-6
- Remove subpackage python2-blinker
* Tue Sep 29 2020 liuweibo <[email protected]> - 1.4-5
- Fix Source0
* Tue Nov 26 2019 zhouyihang <[email protected]> - 1.4-4
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-blinker.git
[email protected]:src-openeuler/python-blinker.git
src-openeuler
python-blinker
python-blinker
master

搜索帮助