14
0

- update to 0.12.0:

* feat: add description to signalinstance \#339 (tlambert03)
  * perf: add `emit_fast` method for 10x faster emission
    \(without safety checks\) \#331 (tlambert03)
  * fix: use safer repr in warning \#353 (tlambert03)
  * fix: fix use of computed\_field setter with
    field\_dependencies \#336 (tlambert03)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psygnal?expand=0&rev=11
This commit is contained in:
2025-02-04 16:20:40 +00:00
committed by Git OBS Bridge
parent 85ac36fc6d
commit 29c39b9315
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-psygnal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-psygnal
Version: 0.11.1
Version: 0.12.0
Release: 0
Summary: Fast python callback/event system modeled after Qt Signals
License: BSD-3-Clause