Bump to blinker 1.5 (fixes python 3.11 support)
This commit is contained in:
parent
6ff8c41496
commit
3ed7d7ea8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/blinker-1.1.zip
|
||||
/blinker-1.3.tar.gz
|
||||
/blinker-1.4.tar.gz
|
||||
/blinker-1.5.tar.gz
|
||||
|
@ -1,17 +1,18 @@
|
||||
%global mod_name blinker
|
||||
|
||||
Name: python-blinker
|
||||
Version: 1.4
|
||||
Release: 17%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, simple object-to-object and broadcast signaling
|
||||
|
||||
License: MIT
|
||||
URL: https://pythonhosted.org/blinker/
|
||||
Source0: http://pypi.python.org/packages/source/b/%{mod_name}/%{mod_name}-%{version}.tar.gz
|
||||
Source0: %{pypi_source blinker}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: pytest
|
||||
|
||||
%global _description\
|
||||
Blinker provides a fast dispatching system that allows any number\
|
||||
@ -24,7 +25,7 @@ Summary: Fast, simple object-to-object and broadcast signaling
|
||||
%{?python_provide:%python_provide python3-blinker}
|
||||
|
||||
%description -n python3-blinker
|
||||
Blinker provides a fast dispatching system that allows any number
|
||||
Blinker provides a fast dispatching system that allows any number
|
||||
of interested parties to subscribe to events, or "signals".
|
||||
|
||||
%prep
|
||||
@ -37,14 +38,19 @@ of interested parties to subscribe to events, or "signals".
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files -n python3-blinker
|
||||
%doc docs/ CHANGES LICENSE README.md PKG-INFO
|
||||
%doc docs/ CHANGES.rst LICENSE.rst README.rst PKG-INFO
|
||||
%{python3_sitelib}/*.egg-info
|
||||
%{python3_sitelib}/%{mod_name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5-1
|
||||
- Bump to blinker 1.5 (fixes python 3.11 support)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (blinker-1.4.tar.gz) = 2f5f71b05c7cc27f5761ba698b05c78c8a491f5285c120e532d24be0c8256daa14e075f3f30e15fb18e7c3f16579af9378a155d058f170e3af9ffdb89e49f56e
|
||||
SHA512 (blinker-1.5.tar.gz) = b1880fdc974be63e16e2b826bdbc8ee161bc0234591b8b41deed937a1e1b9d0bf1fb697c8e94644de9cc1900aedd39d08cfc3e59fef51abec295552f96418722
|
||||
|
Loading…
Reference in New Issue
Block a user