15
0
forked from pool/python-param

Accepting request 1172438 from devel:languages:python

- 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/request/show/1172438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=28
This commit is contained in:
2024-05-07 16:05:00 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:785845a727a588eb94c7666d80551c7e2bb97d4309d3507beab66f95e57f7527
size 168511

3
param-2.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue May 7 12:54:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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