Compare commits

..

No commits in common. 'i10ce' and 'i9ce' have entirely different histories.
i10ce ... i9ce

2
.gitignore vendored

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

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

@ -1,21 +1,18 @@
%global mod_name blinker %global mod_name blinker
Name: python-blinker Name: python-blinker
Version: 1.7.0 Version: 1.5
Release: 3%{?dist} Release: 1%{?dist}
Summary: Fast, simple object-to-object and broadcast signaling Summary: Fast, simple object-to-object and broadcast signaling
License: MIT License: MIT
URL: https://github.com/pallets-eco/blinker URL: https://pythonhosted.org/blinker/
Source0: %{url}/archive/%{version}/%{mod_name}-%{version}.tar.gz Source0: %{pypi_source blinker}
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools
# Tests BuildRequires: pytest
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(tox)
BuildRequires: python3dist(tox-current-env)
%global _description\ %global _description\
Blinker provides a fast dispatching system that allows any number\ Blinker provides a fast dispatching system that allows any number\
@ -32,60 +29,27 @@ Blinker provides a fast dispatching system that allows any number
of interested parties to subscribe to events, or "signals". of interested parties to subscribe to events, or "signals".
%prep %prep
%autosetup -n %{mod_name}-%{version} %setup -q -n %{mod_name}-%{version}
%generate_buildrequires
# requirements in tests.txt are way too tight
%pyproject_buildrequires requirements/tests.in
%build %build
%pyproject_wheel %py3_build
%install %install
%pyproject_install %py3_install
%pyproject_save_files %{mod_name}
%check %check
%tox %pytest
%files -n python3-blinker -f %{pyproject_files} %files -n python3-blinker
%doc CHANGES.rst LICENSE.rst README.rst %doc docs/ CHANGES.rst LICENSE.rst README.rst PKG-INFO
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/%{mod_name}
%changelog %changelog
* Mon Dec 30 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.7.0-3 * Thu Nov 21 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.5-1
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 9.5
* 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 * Sat Jul 23 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.5-1
- Bump to blinker 1.5 (fixes python 3.11 support) - Bump to blinker 1.5 (fixes python 3.11 support)

Loading…
Cancel
Save