From f14750e170381be3ca73cd0990dcce13bd8af61788777d865b46e40743baf35e Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 14 Jun 2015 18:55:57 +0000
Subject: [PATCH] Accepting request 311811 from network:ha-clustering:Factory
- Release 1.0.1
+ The host list expander function was not unicode-safe (bsc#934594)
+ Clean up and update documentation for Options.inline (#1)
+ Fix python3 error using askpass option (krig/parallel-ssh#1)
OBS-URL: https://build.opensuse.org/request/show/311811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=8
---
parallax-1.0.0a3.tar.gz | 3 ---
parallax-1.0.1.tar.gz | 3 +++
python-parallax.changes | 8 ++++++++
python-parallax.spec | 2 +-
4 files changed, 12 insertions(+), 4 deletions(-)
delete mode 100644 parallax-1.0.0a3.tar.gz
create mode 100644 parallax-1.0.1.tar.gz
diff --git a/parallax-1.0.0a3.tar.gz b/parallax-1.0.0a3.tar.gz
deleted file mode 100644
index 687f9db..0000000
--- a/parallax-1.0.0a3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:dde4a38b9a7ff40a42903950c40a5e170a155df7ff6381d7cab8bb99952f8e73
-size 15734
diff --git a/parallax-1.0.1.tar.gz b/parallax-1.0.1.tar.gz
new file mode 100644
index 0000000..6233d95
--- /dev/null
+++ b/parallax-1.0.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ca4148944cb51ed2f50974445ad1e6f62078440b5d5cdc227872a3246e1b74e8
+size 16086
diff --git a/python-parallax.changes b/python-parallax.changes
index 97135ca..ef88c21 100644
--- a/python-parallax.changes
+++ b/python-parallax.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Jun 12 15:26:42 UTC 2015 - kgronlund@suse.com
+
+- Release 1.0.1
+ + The host list expander function was not unicode-safe (bsc#934594)
+ + Clean up and update documentation for Options.inline (#1)
+ + Fix python3 error using askpass option (krig/parallel-ssh#1)
+
-------------------------------------------------------------------
Thu Feb 12 16:47:44 UTC 2015 - kgronlund@suse.com
diff --git a/python-parallax.spec b/python-parallax.spec
index db3ce25..2cbfaa0 100644
--- a/python-parallax.spec
+++ b/python-parallax.spec
@@ -17,7 +17,7 @@
Name: python-parallax
-Version: 1.0.0a3
+Version: 1.0.1
Release: 0
Summary: Execute commands and copy files over SSH to multiple machines at once
License: BSD-3-Clause