forked from pool/python-param
- update to 1.13.0:
* This release includes a new `Bytes` *Parameter* and a few
important bug fixes. This release is also marked by the
adoption of a formal project governance, ensuring Param's
future as a healthy open-source project. Many thanks to
@ovidner and @droumis for their first contributions! And to
@maximlt, @Hoxbro, @jlstevens, @philippjfr and @jbednar for
their continuing support to fixing and improving Param.
* Fix copying when having watchers on e.g. bounds on inherited
Parameter types (#675)
* Allow JSON serialization to work with `json.dumps` (#655)
* `ListSelector` restricted to `list` type objects (#531)
* Fix `depends` async wrapper (#684)
* Allow named colors to be any case (#711)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=48
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5a4a72d7470769e07e3c1f55f771f31870424ad06226c34651f1df7c6da3685
|
||||
size 460591
|
||||
3
param-1.13.0.tar.gz
Normal file
3
param-1.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad523efb76c0a45416dd2b5885ad6207faf0842bb9b2048d68e1edea1ad4e30
|
||||
size 470813
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 26 20:01:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.13.0:
|
||||
* This release includes a new `Bytes` *Parameter* and a few
|
||||
important bug fixes. This release is also marked by the
|
||||
adoption of a formal project governance, ensuring Param's
|
||||
future as a healthy open-source project. Many thanks to
|
||||
@ovidner and @droumis for their first contributions! And to
|
||||
@maximlt, @Hoxbro, @jlstevens, @philippjfr and @jbednar for
|
||||
their continuing support to fixing and improving Param.
|
||||
* Fix copying when having watchers on e.g. bounds on inherited
|
||||
Parameter types (#675)
|
||||
* Allow JSON serialization to work with `json.dumps` (#655)
|
||||
* `ListSelector` restricted to `list` type objects (#531)
|
||||
* Fix `depends` async wrapper (#684)
|
||||
* Allow named colors to be any case (#711)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 15:45:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-param
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname param
|
||||
Name: python-param
|
||||
Version: 1.12.3
|
||||
Version: 1.13.0
|
||||
Release: 0
|
||||
Summary: Declarative Python programming using Parameters
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user