Compare commits

4 Commits

Author SHA256 Message Date
c0a5b04695 Accepting request 1288855 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1288855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=31
2025-06-27 21:02:28 +00:00
1761d824d7 Accepting request 1288654 from home:glaubitz:branches:devel:languages:python
- Update to 2.2.1
  * Do not remove nested_refs when updating another ref (#1061)

OBS-URL: https://build.opensuse.org/request/show/1288654
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=64
2025-06-27 14:28:02 +00:00
da79a6c39c Accepting request 1235179 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-param?expand=0&rev=30
2025-01-06 15:05:53 +00:00
16af8aa634 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
2025-01-06 12:47:14 +00:00
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b1da14abafa75bfd908572378a58696826b3719a723bc31b40ffff2e9a5c852
size 174619

3
param-2.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba1f7cec6455ea8ad96f641f4082759bf1057dcbe629aa79d956b25973252422
size 176980

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Jun 26 09:35:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.2.1
* Do not remove nested_refs when updating another ref (#1061)
-------------------------------------------------------------------
Mon Jan 6 11:44:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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.1
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause