Skip to content

Update blinker to 1.7.0#769

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-blinker-1.4-to-1.7.0
Closed

Update blinker to 1.7.0#769
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-blinker-1.4-to-1.7.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

@pyup-bot pyup-bot commented Nov 1, 2023

This PR updates blinker from 1.4 to 1.7.0.

Changelog

1.7.0

-------------

Released 2023-11-01

-   Fixed messages printed to standard error about unraisable exceptions during
 signal cleanup, typically during interpreter shutdown. :pr:`123`
-   Allow the Signal set_class to be customised, to allow calling of receivers
 in registration order. :pr:`116`.
-   Drop Python 3.7 and support Python 3.12. :pr:`126`

1.6.3

-------------

Released 2023-09-23

-   Fix `SyncWrapperType` and `AsyncWrapperType` :pr:`108`
-   Fixed issue where ``signal.connected_to`` would not disconnect the
 receiver if an instance of ``BaseException`` was raised. :pr:`114`

1.6.2

-------------

Released 2023-04-12

-   Type annotations are not evaluated at runtime. typing-extensions is not a runtime
 dependency. :pr:`94`

1.6.1

-------------

Released 2023-04-09

-   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

-----------

Released 2023-04-02

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

1.5

-----------

Released 2022-07-17

-   Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython
 may continue to work, but the next release will make incompatible
 changes.
Links

@pyup-bot pyup-bot mentioned this pull request Nov 1, 2023
@pyup-bot
Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #802

@pyup-bot pyup-bot closed this Apr 27, 2024
@ednilson ednilson deleted the pyup-update-blinker-1.4-to-1.7.0 branch April 27, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant