forked from pool/python-parallax
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
This commit is contained in:
committed by
Git OBS Bridge
parent
e6f47c26bc
commit
9f7d71df68
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84b2480b650d2d45d35e879eebc921b789c224d95e16ea24d66986b9fa73f529
|
||||
size 16619
|
||||
3
parallax-1.0.4.tar.gz
Normal file
3
parallax-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dac892bbf1d6bfc3300706e7502cf7f511413836e2e32c1503af5f1c374afab
|
||||
size 17024
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user