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:
Ana Guerrero 2024-11-20 15:59:15 +00:00 committed by Git OBS Bridge
commit 93c554a0c6
4 changed files with 14 additions and 4 deletions

BIN
blinker-1.8.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
blinker-1.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf
size 22460

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