From be1f2516f5af314e92d47be93dd628df37c27987d012f5964398920c15b13107 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 12:55:52 +0000 Subject: [PATCH] - 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 --- param-2.0.2.tar.gz | 3 --- param-2.1.0.tar.gz | 3 +++ python-param.changes | 17 +++++++++++++++++ python-param.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 param-2.0.2.tar.gz create mode 100644 param-2.1.0.tar.gz diff --git a/param-2.0.2.tar.gz b/param-2.0.2.tar.gz deleted file mode 100644 index 41b2a74..0000000 --- a/param-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785845a727a588eb94c7666d80551c7e2bb97d4309d3507beab66f95e57f7527 -size 168511 diff --git a/param-2.1.0.tar.gz b/param-2.1.0.tar.gz new file mode 100644 index 0000000..e8b989c --- /dev/null +++ b/param-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b30b08b547e2b78b02aeba6ed34e3c6a638f8e4824a76a96ffa2d7cf57e71f +size 173822 diff --git a/python-param.changes b/python-param.changes index 2862227..07f3cb0 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue May 7 12:54:44 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Feb 6 01:28:23 UTC 2024 - Steve Kowalik diff --git a/python-param.spec b/python-param.spec index 9d10f3e..6c16508 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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