Sync from SUSE:SLFO:Main python-blinker revision 25a1b87bf3d49cde31c57666919a4eb0

This commit is contained in:
2025-05-13 19:53:38 +02:00
parent 005481db83
commit 365f22970f
4 changed files with 21 additions and 4 deletions

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

Binary file not shown.

BIN
blinker-1.9.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- Add missing build require pallets_sphinx_themes
to fix build error under Leap.
-------------------------------------------------------------------
Tue Oct 22 11:58:39 UTC 2024 - Dirk Müller <dmueller@suse.com>

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
@@ -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}