forked from pool/python-rebulk
Accepting request 936352 from home:pgajdos:python
- do not require pytest-runner for build, it is not needed OBS-URL: https://build.opensuse.org/request/show/936352 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 7 19:42:56 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- do not require pytest-runner for build, it is not needed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 5 05:38:42 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
Fri Nov 5 05:38:42 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@@ -24,7 +24,6 @@ Summary: Library for defining bulk search patterns to perform advanced st
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Toilal/rebulk
|
URL: https://github.com/Toilal/rebulk
|
||||||
Source0: https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -43,6 +42,8 @@ allow building a custom and complex string matcher.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n rebulk-%{version}
|
%autosetup -n rebulk-%{version}
|
||||||
|
# https://github.com/Toilal/rebulk/issues/26
|
||||||
|
sed -i 's:.pytest-runner.::' setup.py
|
||||||
|
|
||||||
# Remove shebang from non-executable files
|
# Remove shebang from non-executable files
|
||||||
for i in {'builder','chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do
|
for i in {'builder','chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do
|
||||||
|
Reference in New Issue
Block a user