15
0

- update to 1.9.0:

* Drop support for Python 3.8. :pr:`175`
  * Remove previously deprecated __version__, receiver_connected,
    Signal.temporarily_connected_to and WeakNamespace. :pr:`172`
  * Skip weakref signal cleanup if the interpreter is shutting
    down. :issue:`173`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=45
This commit is contained in:
2024-11-19 12:19:46 +00:00
committed by Git OBS Bridge
parent bbfcfd507b
commit b19a241da6
4 changed files with 14 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-blinker
Version: 1.8.2
Version: 1.9.0
Release: 0
Summary: Object-to-object and broadcast signaling in Python
License: MIT