15
0
forked from pool/python-param

Accepting request 984281 from home:badshah400:branches:devel:languages:python

Update to version 1.12.2:

OBS-URL: https://build.opensuse.org/request/show/984281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=44
This commit is contained in:
2022-06-22 05:56:44 +00:00
committed by Git OBS Bridge
parent 283ac4addc
commit 49af386815
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jun 22 00:34:34 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>