From 8a373c9f15698fc4c0adef7c4cf0731c5f2d340c1b8ecee0a3050513fd2444d5 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 16 Feb 2013 14:59:08 +0000
Subject: [PATCH] Accepting request 155602 from
home:posophe:branches:devel:languages:python
Update
OBS-URL: https://build.opensuse.org/request/show/155602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=6
---
EasyProcess-0.1.4.tar.gz | 3 ---
EasyProcess-0.1.5.tar.gz | 3 +++
python-EasyProcess.changes | 6 ++++++
python-EasyProcess.spec | 4 ++--
python3-EasyProcess.changes | 7 +++++++
python3-EasyProcess.spec | 3 +--
6 files changed, 19 insertions(+), 7 deletions(-)
delete mode 100644 EasyProcess-0.1.4.tar.gz
create mode 100644 EasyProcess-0.1.5.tar.gz
diff --git a/EasyProcess-0.1.4.tar.gz b/EasyProcess-0.1.4.tar.gz
deleted file mode 100644
index ae21966..0000000
--- a/EasyProcess-0.1.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cc201f1c8bba978929901da562f330944ab8d8e84d795a928300f1971fbd8c0f
-size 10345
diff --git a/EasyProcess-0.1.5.tar.gz b/EasyProcess-0.1.5.tar.gz
new file mode 100644
index 0000000..79c22c2
--- /dev/null
+++ b/EasyProcess-0.1.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e28dbdd0bdc596d61be73dacc2c86428a90641c0df4845a3ee0a5117df173719
+size 10659
diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes
index 1592642..74bfb64 100644
--- a/python-EasyProcess.changes
+++ b/python-EasyProcess.changes
@@ -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
diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec
index 85212a8..1360e8a 100644
--- a/python-EasyProcess.spec
+++ b/python-EasyProcess.spec
@@ -17,16 +17,16 @@
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
diff --git a/python3-EasyProcess.changes b/python3-EasyProcess.changes
index 5d272b1..1945ada 100644
--- a/python3-EasyProcess.changes
+++ b/python3-EasyProcess.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+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
diff --git a/python3-EasyProcess.spec b/python3-EasyProcess.spec
index 885f7ba..c91e2c8 100644
--- a/python3-EasyProcess.spec
+++ b/python3-EasyProcess.spec
@@ -17,7 +17,7 @@
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
@@ -29,7 +29,6 @@ BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-distribute
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
EasyProcess is an easy to use python subprocess interface.