14
0
forked from pool/python-pydash

- Add patch support-new-mypy.patch:

* Support newer mypy than upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydash?expand=0&rev=17
This commit is contained in:
2025-08-04 02:15:32 +00:00
committed by Git OBS Bridge
parent fb461ca4df
commit 5d090bbb4d
3 changed files with 177 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pydash
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@ Summary: The kitchen sink of Python functional utility libraries
License: MIT
URL: https://github.com/dgilland/pydash
Source: https://files.pythonhosted.org/packages/source/p/pydash/pydash-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Support newer mypy
Patch0: support-new-mypy.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module invoke}
BuildRequires: %{python_module pip}