Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2019-01-03 18:06:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parallax (Old)
 and      /work/SRC/openSUSE:Factory/.python-parallax.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-parallax"

Thu Jan  3 18:06:31 2019 rev:12 rq:659057 version:1.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2018-07-31 15:58:56.455499766 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-parallax.new.28833/python-parallax.changes   
    2019-01-03 18:06:32.712144778 +0100
@@ -1,0 +2,11 @@
+Tue Dec 18 09:40:49 UTC 2018 - kgronl...@suse.com
+
+- Obsolete old python-parallax package (bsc#1103832) 
+
+-------------------------------------------------------------------
+Mon Dec 10 12:30:31 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix Source URL
+- Fix fdupes call
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-parallax.spec ++++++
--- /var/tmp/diff_new_pack.OPA5EG/_old  2019-01-03 18:06:33.524144056 +0100
+++ /var/tmp/diff_new_pack.OPA5EG/_new  2019-01-03 18:06:33.528144053 +0100
@@ -12,41 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
 Name:           python-parallax
 Version:        1.0.4
 Release:        0
 Summary:        Python module for multi-node SSH command execution and file 
copy
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/krig/parallax/
-Source:         
https://files.pythonhosted.org/packages/48/d9/2a5912db7d0bdc26972ecdb7bae50844c77ed098f63295c0283d102d6b0e/parallax-%{version}.tar.gz
+URL:            https://github.com/krig/parallax/
+Source:         
https://files.pythonhosted.org/packages/source/p/parallax/parallax-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Obsoletes:      python-parallax < %{version}
 Requires:       openssh
 BuildArch:      noarch
 %if 0%{?suse_version}
 Requires(post):   update-alternatives
 Requires(postun): update-alternatives
 %else
-Requires(post):   /usr/sbin/update-alternatives
-Requires(postun): /usr/sbin/update-alternatives
+Requires(post): %{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
 %endif
+%python_subpackages
 
 %description
 Parallax SSH provides an interface to executing commands on multiple
 nodes at once using SSH. It also provides commands for sending and receiving 
files to
 multiple nodes using SCP.
 
-%python_subpackages
-
 %prep
 %setup -q -n parallax-%{version}
 
@@ -57,7 +55,7 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/parallax-askpass
 
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative parallax-askpass
@@ -66,7 +64,6 @@
 %python_uninstall_alternative parallax-askpass
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS README.md
 %license COPYING
 %{python_sitelib}/parallax


Reply via email to