diff --git a/psygnal-0.11.1.tar.gz b/psygnal-0.11.1.tar.gz deleted file mode 100644 index f50b9ad..0000000 --- a/psygnal-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0 -size 102103 diff --git a/psygnal-0.12.0.tar.gz b/psygnal-0.12.0.tar.gz new file mode 100644 index 0000000..a79a86a --- /dev/null +++ b/psygnal-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a99803f3152c469d3642d36c04d680213a20e114245558e026695adf9a9c2 +size 104400 diff --git a/python-psygnal.changes b/python-psygnal.changes index e362867..875a3e2 100644 --- a/python-psygnal.changes +++ b/python-psygnal.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 4 16:20:22 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-psygnal.spec b/python-psygnal.spec index 09cc8f6..f4a7a30 100644 --- a/python-psygnal.spec +++ b/python-psygnal.spec @@ -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