From 96d5929baf7efae51a984d93d46f5e0beb2574cc Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 30 Dec 2024 08:44:44 +0300 Subject: [PATCH] import python-blinker-1.7.0-3.el10 --- .gitignore | 2 +- .python-blinker.metadata | 2 +- SPECS/python-blinker.spec | 68 ++++++++++++++++++++++++++++++--------- 3 files changed, 54 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index c482fee..6db8b2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/blinker-1.5.tar.gz +SOURCES/blinker-1.7.0.tar.gz diff --git a/.python-blinker.metadata b/.python-blinker.metadata index 80bec2a..fe5d881 100644 --- a/.python-blinker.metadata +++ b/.python-blinker.metadata @@ -1 +1 @@ -561e1780a2744f9dc4a54cf9e0732e56dba68299 SOURCES/blinker-1.5.tar.gz +3466272fd180622e25df9329afb2df35a6761373 SOURCES/blinker-1.7.0.tar.gz diff --git a/SPECS/python-blinker.spec b/SPECS/python-blinker.spec index 5716b71..065d3ec 100644 --- a/SPECS/python-blinker.spec +++ b/SPECS/python-blinker.spec @@ -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 - 1.5-1 -- Rebuilt for MSVSphere 9.5 +* Mon Dec 30 2024 Arkady L. Shane - 1.7.0-3 +- Rebuilt for MSVSphere 10 + +* Fri Jul 19 2024 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 1.7.0-2 +- Rebuilt for Python 3.13 + +* Mon Feb 5 2024 José Matos - 1.7.0-1 +- Update to 1.7.0 + +* Mon Feb 5 2024 José Matos - 1.6.3-1 +- Update to 1.6.3 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.6.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 1.6.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.6.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 1.6.2-2 +- Rebuilt for Python 3.12 + +* Wed May 10 2023 Frantisek Zatloukal - 1.6.2-1 +- Bump to blinker 1.6.2 (fixes RHBZ#2183824 ) +- Convert spec to pyproject + +* Fri Jan 20 2023 Fedora Release Engineering - 1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Frantisek Zatloukal - 1.5-1 - Bump to blinker 1.5 (fixes python 3.11 support)