diff --git a/param-2.1.0.tar.gz b/param-2.1.0.tar.gz deleted file mode 100644 index e8b989c..0000000 --- a/param-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7b30b08b547e2b78b02aeba6ed34e3c6a638f8e4824a76a96ffa2d7cf57e71f -size 173822 diff --git a/param-2.1.1.tar.gz b/param-2.1.1.tar.gz new file mode 100644 index 0000000..650799c --- /dev/null +++ b/param-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1da14abafa75bfd908572378a58696826b3719a723bc31b40ffff2e9a5c852 +size 174619 diff --git a/python-param.changes b/python-param.changes index 07f3cb0..31b86bc 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jun 30 19:30:16 UTC 2024 - Dirk Müller + +- update to 2.1.1: + * Ensure rx._callback resolves accessors + * Ensure refs can be updated by watcher of the same parameter + * Recursively resolve references on args and kwargs passed to a + reactive operation (#944) + * Only override the name of a Parameterized instance on Parameter + instantiation when instantiate=True (#938) + * Various minor documentation improvements + * Fix test_reactive_logic_unary_ops on Python 3.12 + ------------------------------------------------------------------- Tue May 7 12:54:44 UTC 2024 - Dirk Müller diff --git a/python-param.spec b/python-param.spec index 6c16508..fabf44d 100644 --- a/python-param.spec +++ b/python-param.spec @@ -18,7 +18,7 @@ %define modname param Name: python-param -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause