1- Vendor: Microsoft Corporation
2- Distribution: Azure Linux
31%global mod_name blinker
4-
5- Name: python-blinker
6- Version: 1.7.0
7- Release: 4%{?dist }
82Summary: Fast, simple object-to-object and broadcast signaling
9-
3+ Name: python-blinker
4+ Version: 1.9.0
5+ Release: 1%{?dist }
6+ Vendor: Microsoft Corporation
7+ Distribution: Azure Linux
108License: MIT
119URL: https://github.com/pallets-eco/blinker
1210Source0: %{url }/releases/download/%{version }/%{mod_name }-%{version }.tar.gz
@@ -16,14 +14,6 @@ BuildRequires: python3-devel
1614BuildRequires: python3-pip
1715BuildRequires: python3-flit-core
1816
19- # Tests
20- BuildRequires: python3dist(pytest)
21- BuildRequires: python3-pytest-asyncio
22- BuildRequires: python-tox
23- BuildRequires: python3dist(tox-current-env)
24- BuildRequires: python-filelock
25- BuildRequires: python-toml
26-
2717%global _description\
2818Blinker provides a fast dispatching system that allows any number\
2919of interested parties to subscribe to events, or "signals".
@@ -40,10 +30,8 @@ of interested parties to subscribe to events, or "signals".
4030
4131%prep
4232%autosetup -n %{mod_name }-%{version }
43-
44- %generate_buildrequires
4533# requirements in tests.txt are way too tight
46- % pyproject_buildrequires requirements/tests.in
34+ mv requirements/tests.in requirements/tests.txt
4735
4836%build
4937%pyproject_wheel
@@ -53,13 +41,20 @@ of interested parties to subscribe to events, or "signals".
5341%pyproject_save_files %{mod_name }
5442
5543%check
56- %tox
44+ # from blinker/requirements/test.txt
45+ # need higer pytest than the one we have in azl3.0
46+ pip3 install iniconfig==2.0.0 pluggy==1.5.0 pytest==8.3.3 pytest-asyncio==0.24.0
47+ %pytest
5748
5849%files -n python3-blinker -f %{pyproject_files }
59- %doc CHANGES.rst LICENSE.rst README.rst
50+ %doc CHANGES.rst LICENSE.txt README.md
6051
6152
6253%changelog
54+ * Tue Apr 29 2025 Riken Maharjan <rmaharjan@microsoft.com> - 1.9.0-1
55+ - Promote to Specs from Extended and update to 1.9.0 using Fedora 42 (License MIT)
56+ - License Verified.
57+
6358* Wed Feb 12 2025 Aninda Pradhan <v-anipradhan@microsoft.com> - 1.7.0-4
6459- Initial Azure Linux import from Fedora 41 (license: MIT)
6560- License Verified
@@ -211,4 +206,4 @@ of interested parties to subscribe to events, or "signals".
211206- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
212207
213208* Fri Jul 22 2011 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> - 1.1-1
214- - Initial RPM
209+ - Initial RPM
0 commit comments