2023-01-26 14:08:35 +00:00
committed by Git OBS Bridge
parent b542935b6c
commit b479f293b3
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 26 14:08:30 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Simplify %%prep.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 09:15:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com> Wed Jan 25 09:15:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -57,8 +57,7 @@ A pytest plugin to fake subprocess for pytest. The plugin adds the
register subprocess results so you won't need to rely on the real processes. register subprocess results so you won't need to rely on the real processes.
%prep %prep
%setup -q -n pytest-subprocess-%{version} %autosetup -p1 -a1 -n pytest-subprocess-%{version}
%setup -q -D -T -a 1 -n pytest-subprocess-%{version}
chmod -x LICENSE README.rst pytest_subprocess/py.typed pytest_subprocess.egg-info/* chmod -x LICENSE README.rst pytest_subprocess/py.typed pytest_subprocess.egg-info/*
sed -Ei "s/\r$//" README.rst sed -Ei "s/\r$//" README.rst