diff --git a/param-1.12.1.tar.gz b/param-1.12.1.tar.gz deleted file mode 100644 index cf2fbc4..0000000 --- a/param-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63b9ebf5f2d5d6fe8c0555aeae96251defd44ce30fcc56dab5eb880e86f2116b -size 449964 diff --git a/param-1.12.2.tar.gz b/param-1.12.2.tar.gz new file mode 100644 index 0000000..76251fc --- /dev/null +++ b/param-1.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7796e8e1f16f54f7cf77faf8620df857be89a3e2d8a8f218c1c3e99a5a62e474 +size 459918 diff --git a/python-param.changes b/python-param.changes index 94bdfe9..28d5050 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jun 22 00:34:34 UTC 2022 - Atri Bhattacharya + +- Update to version 1.12.2: + * Match against complete spec name when determining dynamic + watchers (gh#holoviz/param#615). + * Ensure async functionality does not cause python2 syntax + errors (gh#holoviz/param#624). + * Allow (de)serializing CalendarRange and DateRange Parameters + (gh#holoviz/param#625). + * Improve DateRange validation (gh#holoviz/param#627). + * Fix regression in @param.depends execution ordering + (gh#holoviz/param#628). + * Ensure named_objs does not fail on unhashable objects + (gh#holoviz/param#632). + * Support comparing date-like objects (gh#holoviz/param#629). + * Fixed BinaryPower example in the docs to use the correct name + EvenInteger(gh#holoviz/param#634). + ------------------------------------------------------------------- Sun May 1 18:58:42 UTC 2022 - Atri Bhattacharya diff --git a/python-param.spec b/python-param.spec index 6c41c48..53dca59 100644 --- a/python-param.spec +++ b/python-param.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname param Name: python-param -Version: 1.12.1 +Version: 1.12.2 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause