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:
commit
93c554a0c6
BIN
blinker-1.8.2.tar.gz
(Stored with Git LFS)
BIN
blinker-1.8.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
blinker-1.9.0.tar.gz
Normal file
3
blinker-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf
|
||||||
|
size 22460
|
@ -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>
|
Sun Nov 3 15:05:58 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-blinker
|
Name: python-blinker
|
||||||
Version: 1.8.2
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Object-to-object and broadcast signaling in Python
|
Summary: Object-to-object and broadcast signaling in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user