python-blinker

Edit Package python-blinker

Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".

Signal receivers can subscribe to specific senders or receive signals sent by any sender.

Refresh
Refresh
Source Files
Filename Size Changed
blinker-1.6.2.tar.gz 0000028699 28 KB
python-blinker.changes 0000005108 4.99 KB
python-blinker.spec 0000002759 2.69 KB
Revision 33 (latest revision is 40)
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 33)
- Update to 1.6.2:
  * Type annotations are not evaluated at runtime. typing-extensions
    is not a runtime dependency. :pr:`94`
- 1.6.1:
  * Ensure that py.typed is present in the distributions (to enable
    other projects to use blinker's typing).
  * Require typing-extensions > 4.2 to ensure it includes ParamSpec.
    :issue:`90`
- 1.6:
  * Add a muted context manager to temporarily turn off a signal.
    :pr:`84`
  * Allow int senders (alongside existing string senders). :pr:`83`
  * Add a send_async method to the Signal to allow signals to send to
    coroutine receivers. :pr:`76`
  * Update and modernise the project structure to match that used by
    the pallets projects. :pr:`77`
  * Add an intial set of type hints for the project.
Comments 0
openSUSE Build Service is sponsored by