15
0
forked from pool/python-param

- update to 2.0.2:

* Minor optimizations in hot codepaths accessing class parameters
  * Unpack partial callables in iscoroutinefunction
  * Fix building Param with setuptools-scm<7
  * Parameter slot values are now all inherited correctly across
  * There is now a ListProxy wrapper around Selector.objects (with
    forward and backward compatibility) to easily update objects
  * Parameterized classes and instances now have a rich HTML
    representation that is displayed automatically in
  * Parameters have all gained the allow_refs and nested_refs
    attributes, bringing an exceptionally useful feature that was
  * You can now use .param.update as a context manager for applying
  * Path now has check_exists attribute, leading it to raise an error
- Update to version 1.12.3:
- Don't test optional numpy with python36, but include optional
  * No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=54
This commit is contained in:
2024-01-20 19:28:10 +00:00
committed by Git OBS Bridge
parent af7ce3d2d5
commit 5f85be2cec
4 changed files with 25 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-param
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define modname param
Name: python-param
Version: 2.0.1
Version: 2.0.2
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause