forked from pool/python-param
- update to 2.1.0:
* Improvements for synchronous and asychronous generators (#908) * Additions to the .rx namespace including and_, bool, map, not_, or_ and updating (#906) * Add support for adding asynchronous watcher to rx (#917) * Make it possible to resolve reactive expressions recursively with .rx.resolve (#918) * Add support for async and generator functions in .rx.pipe (#924) * Ensure that .param.update context manager restore refs (#915) * Avoid overeager root invalidation on rx leading to unnecessary evaluation (#919) * Passing positional arguments to Parameter now raises a ParamDeprecationWarning OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=58
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define modname param
|
||||
Name: python-param
|
||||
Version: 2.0.2
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Declarative Python programming using Parameters
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user