15
0

Accepting request 1225085 from devel:languages:python

- 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/request/show/1225085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blinker?expand=0&rev=25
This commit is contained in:
2024-11-20 15:59:15 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

Binary file not shown.

BIN
blinker-1.9.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 19 12:19:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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`
-------------------------------------------------------------------
Sun Nov 3 15:05:58 UTC 2024 - ecsos <ecsos@opensuse.org>

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