15
0

Accepting request 155603 from devel:languages:python

Update (forwarded request 155602 from posophe)

OBS-URL: https://build.opensuse.org/request/show/155603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EasyProcess?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-02-17 16:12:30 +00:00
committed by Git OBS Bridge
6 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc201f1c8bba978929901da562f330944ab8d8e84d795a928300f1971fbd8c0f
size 10345

3
EasyProcess-0.1.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e28dbdd0bdc596d61be73dacc2c86428a90641c0df4845a3ee0a5117df173719
size 10659

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 16 14:52:19 UTC 2013 - p.drouand@gmail.com
- Update to version 0.1.5:
* No changelog available
-------------------------------------------------------------------
Thu Jan 10 18:38:33 UTC 2013 - p.drouand@gmail.com

View File

@@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-EasyProcess
Version: 0.1.4
Version: 0.1.5
Release: 0
Url: https://github.com/ponty/easyprocess
Summary: Easy to use python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 16 14:52:19 UTC 2013 - p.drouand@gmail.com
- Update to version 0.1.5:
* No changelog available
- Remove the depreciated "BuildRoot" entry
-------------------------------------------------------------------
Mon Jan 14 08:43:59 UTC 2013 - saschpe@suse.de
- Drop requires on "python(abi)", RPM does that automatically
-------------------------------------------------------------------
Thu Jan 10 18:38:33 UTC 2013 - p.drouand@gmail.com

View File

@@ -15,20 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python3-EasyProcess
Version: 0.1.4
Version: 0.1.5
Release: 0
Url: https://github.com/ponty/easyprocess
Summary: Easy to use python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
Requires: python(abi) = %{py3_ver}
BuildArch: noarch
%description