代码拉取完成,页面将自动刷新
%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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。