15
0
forked from pool/python-param

Accepting request 984293 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/984293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=21
This commit is contained in:
2022-06-23 08:23:41 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 4 deletions

View File

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

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

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

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>

View File

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