From 365f22970fedfc8b47feadcbd6a272e7f05cbd86d62a0ed37d46396b428b0015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 13 May 2025 19:53:38 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main python-blinker revision 25a1b87bf3d49cde31c57666919a4eb0 --- blinker-1.8.2.tar.gz | 3 --- blinker-1.9.0.tar.gz | 3 +++ python-blinker.changes | 16 ++++++++++++++++ python-blinker.spec | 3 ++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 blinker-1.8.2.tar.gz create mode 100644 blinker-1.9.0.tar.gz 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 da47df0..ec5c91f 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 + +- Add missing build require pallets_sphinx_themes + to fix build error under Leap. + ------------------------------------------------------------------- Tue Oct 22 11:58:39 UTC 2024 - Dirk Müller diff --git a/python-blinker.spec b/python-blinker.spec index 75eef0b..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 @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/pallets-eco/blinker/ Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz Patch1: remove-sphinxextensions.patch +BuildRequires: %{python_module Pallets-Sphinx-Themes} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip}