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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0
size 102103

3
psygnal-0.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d2a99803f3152c469d3642d36c04d680213a20e114245558e026695adf9a9c2
size 104400

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 4 16:20:22 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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)
-------------------------------------------------------------------
Tue May 7 12:51:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

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