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