15
0
forked from pool/python-param

- Add patch filter-deprecationwarning.patch:

* Ignore a DeprecationWarning treated as an error.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=56
This commit is contained in:
2024-02-06 01:29:03 +00:00
committed by Git OBS Bridge
parent 5f85be2cec
commit 8df9c9de64
3 changed files with 20 additions and 1 deletions

View File

@@ -22,10 +22,11 @@ Version: 2.0.2
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://param.holoviz.org/index.html
Source: https://files.pythonhosted.org/packages/source/p/param/param-%{version}.tar.gz
Source100: python-param-rpmlintrc
# https://github.com/holoviz/param/issues/907
Patch0: filter-deprecationwarning.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}