From 16af8aa63436d5b34024c1d0fe8776efabc7fdc663e18c6dd869f499c3e18b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 6 Jan 2025 12:47:14 +0000 Subject: [PATCH] Accepting request 1235167 from home:glaubitz:branches:devel:languages:python - Update to 2.2.0 * Annotate `depends` and `accept_arguments` decorators (#962) * Stop directly importing numpy and add `gen_types` decorator (#966) * Added missing `super().__init_subclass__` call in `_ParameterBase.__init_subclass__` (#969) * Remove `_dict_update` (#980) * Improve some docstrings and set up `ruff` to validate them (#977), (#982), and (#983) * Remove `_param_watchers`, raise `RuntimeError` on unsafe ops during init, and failed validation of a parameter default after inheritance (#973) * Promote many deprecation warnings to future warnings (#974) * Test Python 3.13 (#971) * Drop Python 3.8 support (#986) * Replace `hatch` with `pixi` (#971) * Fix reactive tests failing intermittently on Windows (#971) * Change linting to `ruff` (#978) OBS-URL: https://build.opensuse.org/request/show/1235167 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=62 --- param-2.1.1.tar.gz | 3 --- param-2.2.0.tar.gz | 3 +++ python-param.changes | 18 ++++++++++++++++++ python-param.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 param-2.1.1.tar.gz create mode 100644 param-2.2.0.tar.gz diff --git a/param-2.1.1.tar.gz b/param-2.1.1.tar.gz deleted file mode 100644 index 650799c..0000000 --- a/param-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b1da14abafa75bfd908572378a58696826b3719a723bc31b40ffff2e9a5c852 -size 174619 diff --git a/param-2.2.0.tar.gz b/param-2.2.0.tar.gz new file mode 100644 index 0000000..bee76c8 --- /dev/null +++ b/param-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef63ef7aef37412eeb8ee3a06189a51f69c58c068824ae070baecb5b2abd0b8 +size 176845 diff --git a/python-param.changes b/python-param.changes index 31b86bc..75d7860 100644 --- a/python-param.changes +++ b/python-param.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 6 11:44:12 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.2.0 + * Annotate `depends` and `accept_arguments` decorators (#962) + * Stop directly importing numpy and add `gen_types` decorator (#966) + * Added missing `super().__init_subclass__` call in `_ParameterBase.__init_subclass__` (#969) + * Remove `_dict_update` (#980) + * Improve some docstrings and set up `ruff` to validate them (#977), (#982), and (#983) + * Remove `_param_watchers`, raise `RuntimeError` on unsafe ops during init, + and failed validation of a parameter default after inheritance (#973) + * Promote many deprecation warnings to future warnings (#974) + * Test Python 3.13 (#971) + * Drop Python 3.8 support (#986) + * Replace `hatch` with `pixi` (#971) + * Fix reactive tests failing intermittently on Windows (#971) + * Change linting to `ruff` (#978) + ------------------------------------------------------------------- Sun Jun 30 19:30:16 UTC 2024 - Dirk Müller diff --git a/python-param.spec b/python-param.spec index fabf44d..fc746db 100644 --- a/python-param.spec +++ b/python-param.spec @@ -1,7 +1,7 @@ # # spec file for package python-param # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.1.1 +Version: 2.2.0 Release: 0 Summary: Declarative Python programming using Parameters License: BSD-3-Clause