From 9f7d71df68f53dfca6c0ae0b6b5f53335acbfa37cfde117844cba0edd5da3e9f Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Fri, 29 Jun 2018 05:58:56 +0000 Subject: [PATCH] Accepting request 619594 from home:KGronlund:branches:devel:languages:python - Release 1.0.4 - Fix super call for python2 (bsc#1099514) OBS-URL: https://build.opensuse.org/request/show/619594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=22 --- parallax-1.0.3.tar.gz | 3 --- parallax-1.0.4.tar.gz | 3 +++ python-parallax.changes | 6 ++++++ python-parallax.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 parallax-1.0.3.tar.gz create mode 100644 parallax-1.0.4.tar.gz diff --git a/parallax-1.0.3.tar.gz b/parallax-1.0.3.tar.gz deleted file mode 100644 index 145987c..0000000 --- a/parallax-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84b2480b650d2d45d35e879eebc921b789c224d95e16ea24d66986b9fa73f529 -size 16619 diff --git a/parallax-1.0.4.tar.gz b/parallax-1.0.4.tar.gz new file mode 100644 index 0000000..9ff9882 --- /dev/null +++ b/parallax-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dac892bbf1d6bfc3300706e7502cf7f511413836e2e32c1503af5f1c374afab +size 17024 diff --git a/python-parallax.changes b/python-parallax.changes index 7fed1fe..80aa05b 100644 --- a/python-parallax.changes +++ b/python-parallax.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 28 14:32:46 UTC 2018 - kgronlund@suse.com + +- Release 1.0.4 +- Fix super call for python2 (bsc#1099514) + ------------------------------------------------------------------- Fri Nov 3 08:14:07 UTC 2017 - kgronlund@suse.com diff --git a/python-parallax.spec b/python-parallax.spec index c404bb2..8991041 100644 --- a/python-parallax.spec +++ b/python-parallax.spec @@ -1,7 +1,7 @@ # # spec file for package python-parallax # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parallax -Version: 1.0.3 +Version: 1.0.4 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/1c/21/acd162b334561a1989310d149407b7d6cd2ac7d51b7fae35cd897ed72ef7/parallax-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/48/d9/2a5912db7d0bdc26972ecdb7bae50844c77ed098f63295c0283d102d6b0e/parallax-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -67,7 +67,8 @@ multiple nodes using SCP. %files %{python_files} %defattr(-,root,root,-) -%doc AUTHORS README.md COPYING +%doc AUTHORS README.md +%license COPYING %{python_sitelib}/parallax %{python_sitelib}/parallax-%{version}*.egg-info %python_alternative %{_bindir}/parallax-askpass