15
0
forked from pool/python-param

- Update to 2.3.1

* Fix edit_constant to prevent class value mutation when not constant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=70
This commit is contained in:
2025-12-09 14:47:58 +00:00
committed by Git OBS Bridge
commit 774bbaa80d
10 changed files with 710 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Index: param-2.0.2/pyproject.toml
===================================================================
--- param-2.0.2.orig/pyproject.toml
+++ param-2.0.2/pyproject.toml
@@ -219,6 +219,7 @@ examples = "pytest -v -n logical --dist
python_files = "test*.py"
filterwarnings = [
"error",
+ "ignore:Bitwise inversion.*:DeprecationWarning",
]
xfail_strict = "true"
asyncio_mode = "auto"