17
0

1 Commits

Author SHA256 Message Date
ac1eac6823 - Upgrade to 1.4.0
* Added decorator functionality to Signal as a convenient way to add a
    callback
  * 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]
- Switch to pyproject macros.
2026-01-14 16:10:05 +11:00
2 changed files with 1 additions and 6 deletions

View File

@@ -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.
-------------------------------------------------------------------

View File

@@ -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