diff --git a/param-1.12.3.tar.gz b/param-1.12.3.tar.gz deleted file mode 100644 index 0fd8c48..0000000 --- a/param-1.12.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5a4a72d7470769e07e3c1f55f771f31870424ad06226c34651f1df7c6da3685 -size 460591 diff --git a/param-1.13.0.tar.gz b/param-1.13.0.tar.gz new file mode 100644 index 0000000..4ff7e8f --- /dev/null +++ b/param-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad523efb76c0a45416dd2b5885ad6207faf0842bb9b2048d68e1edea1ad4e30 +size 470813 diff --git a/python-param.changes b/python-param.changes index bc35866..3eb521b 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Mar 26 20:01:55 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-param.spec b/python-param.spec index d8d16f4..d910fce 100644 --- a/python-param.spec +++ b/python-param.spec @@ -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