Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ac1eac6823 |
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 04:53:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
Wed Jan 14 05:09:31 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Upgrade to 1.4.0:
|
||||
* Added decorator functionality to Signal as a convenient way to add a
|
||||
@@ -7,10 +7,6 @@ Thu Jul 10 04:53:25 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* Improved type safety by allowing callback parameters to be type checked
|
||||
(typing-extensions is now required for Python <3.13). Parameters for a
|
||||
Signal callback should now be defined like Signal[int, str]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 05:35:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -27,7 +27,6 @@ Source: https://files.pythonhosted.org/packages/source/a/aiosignal/aiosi
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-frozenlist >= 1.1.0
|
||||
|
||||
Reference in New Issue
Block a user