Sync from SUSE:SLFO:Main python-blinker revision 25a1b87bf3d49cde31c57666919a4eb0
This commit is contained in:
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.
BIN
blinker-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
blinker-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user