forked from pool/python-blinker
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
This commit is contained in:
parent
56c3bf353b
commit
1e82a7ea6b
BIN
blinker-1.6.2.tar.gz
(Stored with Git LFS)
BIN
blinker-1.6.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
blinker-1.7.0.tar.gz
Normal file
3
blinker-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182
|
||||
size 28134
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 21:30:44 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- 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 <daniel.garcia@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user