From e6f47c26bccfff1062aca09145bdd3ecb7d866e2a32eee31f844940acd958cf6 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Fri, 3 Nov 2017 08:17:35 +0000 Subject: [PATCH] Accepting request 538594 from home:KGronlund:branches:devel:languages:python - Release 1.0.3 - Add to_ascii function to convert byte message to str (bsc#1066330) OBS-URL: https://build.opensuse.org/request/show/538594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=20 --- parallax-1.0.2.tar.gz | 3 --- parallax-1.0.3.tar.gz | 3 +++ python-parallax.changes | 6 ++++++ python-parallax.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 parallax-1.0.2.tar.gz create mode 100644 parallax-1.0.3.tar.gz diff --git a/parallax-1.0.2.tar.gz b/parallax-1.0.2.tar.gz deleted file mode 100644 index eea60fe..0000000 --- a/parallax-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc2d4aeb4643d5383d2d44016d7d825ecddb5f95b5791023fbc1b0ae3b7ab9e9 -size 16520 diff --git a/parallax-1.0.3.tar.gz b/parallax-1.0.3.tar.gz new file mode 100644 index 0000000..145987c --- /dev/null +++ b/parallax-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b2480b650d2d45d35e879eebc921b789c224d95e16ea24d66986b9fa73f529 +size 16619 diff --git a/python-parallax.changes b/python-parallax.changes index fe11f79..7fed1fe 100644 --- a/python-parallax.changes +++ b/python-parallax.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 3 08:14:07 UTC 2017 - kgronlund@suse.com + +- Release 1.0.3 +- Add to_ascii function to convert byte message to str (bsc#1066330) + ------------------------------------------------------------------- Mon Aug 28 12:57:29 UTC 2017 - kgronlund@suse.com diff --git a/python-parallax.spec b/python-parallax.spec index 4096098..c404bb2 100644 --- a/python-parallax.spec +++ b/python-parallax.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parallax -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Execute commands and copy files over SSH to multiple machines at once License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/krig/parallax/ -Source: https://files.pythonhosted.org/packages/34/a7/039f774fcc9d1aff6bfe21969028781b8c61bd4e4938f1b2bb96387db68b/parallax-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/1c/21/acd162b334561a1989310d149407b7d6cd2ac7d51b7fae35cd897ed72ef7/parallax-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros