14
0
forked from pool/python-click

Accepting request 1085122 from home:mcalabkova:branches:devel:languages:python

- add fix-tests.patch to fix tests with new versions of python packages

OBS-URL: https://build.opensuse.org/request/show/1085122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=44
This commit is contained in:
2023-05-05 14:21:21 +00:00
committed by Git OBS Bridge
parent 68d0c66698
commit 5155385e9a
3 changed files with 46 additions and 1 deletions

View File

@@ -27,6 +27,9 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mitsuhiko/click
Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/pallets/click/commit/6e05e1fa1c2804410f9916b27edc07076e3b156d Update dependencies using pip-compile-multi (#2508)
# our tests were failing in a staging because of some new version and upstream came across the issue while updating dependencies, hence the weird commit message
Patch: fix-tests.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -45,7 +48,7 @@ Line Interface Creation Kit". It is configurable, and comes with
defaults out of the box.
%prep
%setup -q -n click-%{version}
%autosetup -p1 -n click-%{version}
%build
%python_build