From 1e82a7ea6bc80c4d1c3021b883be637fcc8af6e93e567ad9c6150a91083f8341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 16 Nov 2023 10:27:59 +0000 Subject: [PATCH] Accepting request 1126720 from home:benoit_monin:branches:devel:languages:python - update to version 1.7.0 - require python >= 3.8: upstream dropped 3.7 support - drop setuptools and wheel, add flit-core as BuildRequires: upstream switched build system OBS-URL: https://build.opensuse.org/request/show/1126720 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=39 --- blinker-1.6.2.tar.gz | 3 --- blinker-1.7.0.tar.gz | 3 +++ python-blinker.changes | 18 ++++++++++++++++++ python-blinker.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 blinker-1.6.2.tar.gz create mode 100644 blinker-1.7.0.tar.gz diff --git a/blinker-1.6.2.tar.gz b/blinker-1.6.2.tar.gz deleted file mode 100644 index 06e8519..0000000 --- a/blinker-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4afd3de66ef3a9f8067559fb7a1cbe555c17dcbe15971b05d1b625c3e7abe213 -size 28699 diff --git a/blinker-1.7.0.tar.gz b/blinker-1.7.0.tar.gz new file mode 100644 index 0000000..38eb2a3 --- /dev/null +++ b/blinker-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182 +size 28134 diff --git a/python-blinker.changes b/python-blinker.changes index 6c0f9c3..de290e0 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 14 21:30:44 UTC 2023 - BenoƮt Monin + +- update to version 1.7.0: + * Fixed messages printed to standard error about unraisable + exceptions during signal cleanup, typically during interpreter + shutdown. #123 + * Allow the Signal set_class to be customised, to allow calling + of receivers in registration order. #116. + * Drop Python 3.7 and support Python 3.12. #126 +- additional changes from 1.6.3: + * Fix SyncWrapperType and AsyncWrapperType #108 + * Fixed issue where signal.connected_to would not disconnect the + receiver if an instance of BaseException was raised. #114 +- require python >= 3.8: upstream dropped 3.7 support +- drop setuptools and wheel, add flit-core as BuildRequires: + upstream switched build system + ------------------------------------------------------------------- Mon Jul 31 12:04:02 UTC 2023 - Daniel Garcia diff --git a/python-blinker.spec b/python-blinker.spec index 3093be6..91b4a09 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-blinker -Version: 1.6.2 +Version: 1.7.0 Release: 0 Summary: Object-to-object and broadcast signaling in Python License: MIT @@ -27,12 +27,12 @@ URL: https://github.com/pallets-eco/blinker/ Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz BuildRequires: %{python_module Pallets-Sphinx-Themes} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinx-issues} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch