17
0

Accepting request 745406 from devel:languages:python

- Update with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/745406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EasyProcess?expand=0&rev=18
This commit is contained in:
2019-11-22 09:19:37 +00:00
committed by Git OBS Bridge
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 5 09:53:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update with spec-cleaner
-------------------------------------------------------------------
Sun Sep 15 03:11:23 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -22,7 +22,6 @@ Version: 0.2.7
Release: 0
Summary: Python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/ponty/easyprocess
Source: https://github.com/ponty/EasyProcess/archive/%{version}.tar.gz
BuildRequires: %{python_module nose}
@@ -68,7 +67,6 @@ sed -i "s/'python'/sys.executable/" easyprocess/examples/*.py
rm -f tests/coverage/fast/test_deadlock.py
2to3 -w easyprocess/examples/log.py
%build
%python_build