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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user