Accepting request 972173 from home:pgajdos:python

- do not require pytest-mock for build
- added patches
  fix https://github.com/wting/autojump/pull/648
  + autojump-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/972173
OBS-URL: https://build.opensuse.org/package/show/utilities/autojump?expand=0&rev=7
This commit is contained in:
2022-04-25 08:20:27 +00:00
committed by Git OBS Bridge
parent b1ff472d5e
commit bb58b2f560
3 changed files with 28 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package autojump
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,12 @@ Version: 22.5.3
Release: 0
Summary: A faster way to navigate the filesystem from a shell
License: GPL-3.0-or-later
Url: https://github.com/wting/autojump
URL: https://github.com/wting/autojump
Source: https://github.com/wting/autojump/archive/release-v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# https://github.com/wting/autojump/pull/648
Patch0: autojump-no-mock.patch
BuildRequires: python-rpm-macros
BuildRequires: python3
BuildRequires: python3-mock
BuildRequires: python3-pytest
BuildArch: noarch
@@ -37,6 +39,7 @@ Directories must be visited first before they can be jumped to.
%prep
%setup -q -n %{name}-release-v%{version}
%patch0 -p1
# Fix shebangs.
sed -i 's/env python$/python3/' bin/%{name}