import python-blinker-1.7.0-3.el10

i10ce changed/i10ce/python-blinker-1.7.0-3.el10
Arkady L. Shane 1 month ago
parent 6949b2ee8e
commit 96d5929baf
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/blinker-1.5.tar.gz
SOURCES/blinker-1.7.0.tar.gz

@ -1 +1 @@
561e1780a2744f9dc4a54cf9e0732e56dba68299 SOURCES/blinker-1.5.tar.gz
3466272fd180622e25df9329afb2df35a6761373 SOURCES/blinker-1.7.0.tar.gz

@ -1,18 +1,21 @@
%global mod_name blinker
Name: python-blinker
Version: 1.5
Release: 1%{?dist}
Version: 1.7.0
Release: 3%{?dist}
Summary: Fast, simple object-to-object and broadcast signaling
License: MIT
URL: https://pythonhosted.org/blinker/
Source0: %{pypi_source blinker}
URL: https://github.com/pallets-eco/blinker
Source0: %{url}/archive/%{version}/%{mod_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: pytest
# Tests
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(tox)
BuildRequires: python3dist(tox-current-env)
%global _description\
Blinker provides a fast dispatching system that allows any number\
@ -29,27 +32,60 @@ Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals".
%prep
%setup -q -n %{mod_name}-%{version}
%autosetup -n %{mod_name}-%{version}
%generate_buildrequires
# requirements in tests.txt are way too tight
%pyproject_buildrequires requirements/tests.in
%build
%py3_build
%pyproject_wheel
%install
%py3_install
%pyproject_install
%pyproject_save_files %{mod_name}
%check
%pytest
%tox
%files -n python3-blinker
%doc docs/ CHANGES.rst LICENSE.rst README.rst PKG-INFO
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/%{mod_name}
%files -n python3-blinker -f %{pyproject_files}
%doc CHANGES.rst LICENSE.rst README.rst
%changelog
* Thu Nov 21 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5-1
- Rebuilt for MSVSphere 9.5
* Mon Dec 30 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.7.0-3
- Rebuilt for MSVSphere 10
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.7.0-2
- Rebuilt for Python 3.13
* Mon Feb 5 2024 José Matos <jamatos@fedoraproject.org> - 1.7.0-1
- Update to 1.7.0
* Mon Feb 5 2024 José Matos <jamatos@fedoraproject.org> - 1.6.3-1
- Update to 1.6.3
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.6.2-2
- Rebuilt for Python 3.12
* Wed May 10 2023 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.6.2-1
- Bump to blinker 1.6.2 (fixes RHBZ#2183824 )
- Convert spec to pyproject
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5-1
- Bump to blinker 1.5 (fixes python 3.11 support)

Loading…
Cancel
Save