15
0

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:
2023-11-16 10:27:59 +00:00
committed by Git OBS Bridge
parent 56c3bf353b
commit 1e82a7ea6b
4 changed files with 24 additions and 6 deletions

View File

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