From 008592b3264e73d498637f2ba2b5e91356d1dbe197682945c00303b81ca43c5c Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 17 Feb 2015 10:20:20 +0000
Subject: [PATCH] Accepting request 285837 from
home:KGronlund:branches:devel:languages:python
- Release 1.0.0a3
- Be more accepting with format of limit argument
- Fix incorrect name of options attribute
OBS-URL: https://build.opensuse.org/request/show/285837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=6
---
parallax-1.0.0a2.tar.gz | 3 ---
parallax-1.0.0a3.tar.gz | 3 +++
python-parallax.changes | 7 +++++++
python-parallax.spec | 8 ++++----
4 files changed, 14 insertions(+), 7 deletions(-)
delete mode 100644 parallax-1.0.0a2.tar.gz
create mode 100644 parallax-1.0.0a3.tar.gz
diff --git a/parallax-1.0.0a2.tar.gz b/parallax-1.0.0a2.tar.gz
deleted file mode 100644
index 83ca402..0000000
--- a/parallax-1.0.0a2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:65e504fae36c3f72af13ee1c433aa89e88f384b15cf7312d37b2c0ce87f12430
-size 15625
diff --git a/parallax-1.0.0a3.tar.gz b/parallax-1.0.0a3.tar.gz
new file mode 100644
index 0000000..687f9db
--- /dev/null
+++ b/parallax-1.0.0a3.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dde4a38b9a7ff40a42903950c40a5e170a155df7ff6381d7cab8bb99952f8e73
+size 15734
diff --git a/python-parallax.changes b/python-parallax.changes
index 1bf599d..97135ca 100644
--- a/python-parallax.changes
+++ b/python-parallax.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Feb 12 16:47:44 UTC 2015 - kgronlund@suse.com
+
+- Release 1.0.0a3
+ - Be more accepting with format of limit argument
+ - Fix incorrect name of options attribute
+
-------------------------------------------------------------------
Sat Jan 3 12:54:21 UTC 2015 - p.drouand@gmail.com
diff --git a/python-parallax.spec b/python-parallax.spec
index 3e59bd6..db3ce25 100644
--- a/python-parallax.spec
+++ b/python-parallax.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-parallax
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-parallax
-Version: 1.0.0a2
+Version: 1.0.0a3
Release: 0
-License: BSD-3-Clause
Summary: Execute commands and copy files over SSH to multiple machines at once
-Url: https://github.com/krig/parallax/
+License: BSD-3-Clause
Group: Development/Languages/Python
+Url: https://github.com/krig/parallax/
Source: https://pypi.python.org/packages/source/p/parallax/parallax-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools