diff --git a/blinker-1.8.2.tar.gz b/blinker-1.8.2.tar.gz deleted file mode 100644 index 6e60252..0000000 --- a/blinker-1.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83 -size 23161 diff --git a/blinker-1.9.0.tar.gz b/blinker-1.9.0.tar.gz new file mode 100644 index 0000000..5f4b3ca --- /dev/null +++ b/blinker-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf +size 22460 diff --git a/python-blinker.changes b/python-blinker.changes index 6eaab1b..ec5c91f 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 19 12:19:40 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-blinker.spec b/python-blinker.spec index 4bb22ef..254fd17 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -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