forked from pool/python-psygnal
Accepting request 1133196 from devel:languages:python
- update to 0.9.5: * feat: better repr for WeakCallback objects * refactor: make EmitLoop error message clearer * perf: don't compare before/after values in evented dataclass/model when no signals connected * fix: emission of events from root validators and extraneous emission of dependent fields OBS-URL: https://build.opensuse.org/request/show/1133196 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psygnal?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:649a9b40c4ba2df93179e7b849593b3b0856e337f67ce4618a2a8e699c838048
|
||||
size 82489
|
3
psygnal-0.9.5.tar.gz
Normal file
3
psygnal-0.9.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4956ea6c36a75f7fc457558935b67dd8be2594661b4d08eeb3357d69c509c55f
|
||||
size 84746
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:12:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.5:
|
||||
* feat: better repr for WeakCallback objects
|
||||
* refactor: make EmitLoop error message clearer
|
||||
* perf: don't compare before/after values in evented
|
||||
dataclass/model when no signals connected
|
||||
* fix: emission of events from root validators and extraneous
|
||||
emission of dependent fields
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 01:26:37 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-psygnal
|
||||
Version: 0.9.3
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: Fast python callback/event system modeled after Qt Signals
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user