Hello community, here is the log from the commit of package python-pushy for openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-pushy (Old) and /work/SRC/openSUSE:Leap:15.2/.python-pushy.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pushy" Mon Mar 9 18:10:49 2020 rev:11 rq:776943 version:0.5.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-pushy/python-pushy.changes 2020-01-15 15:51:43.695538920 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-pushy.new.26092/python-pushy.changes 2020-03-09 18:10:49.421149957 +0100 @@ -1,0 +2,15 @@ +Tue Dec 4 12:51:51 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Thu Jun 14 15:54:42 UTC 2018 - [email protected] + +- Clean SPEC file + +------------------------------------------------------------------- +Thu Aug 24 13:50:06 UTC 2017 - [email protected] + +- singlespec auto-conversion + +------------------------------------------------------------------- @@ -10,0 +26 @@ + Old: ---- pushy-0.5.3.zip New: ---- pushy-0.5.4.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pushy.spec ++++++ --- /var/tmp/diff_new_pack.Un0Sj0/_old 2020-03-09 18:10:49.793150490 +0100 +++ /var/tmp/diff_new_pack.Un0Sj0/_new 2020-03-09 18:10:49.797150496 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pushy # -# Copyright (c) 2013 SUSE LINUX Products 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 @@ -12,28 +12,29 @@ # 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/ # +# +%define skip_python3 1 + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pushy -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: A library for transparently accessing objects in a remote Python interpreter License: MIT Group: Development/Languages/Python -Url: http://awilkins.id.au/pushy/ -Source: https://pypi.python.org/packages/source/p/pushy/pushy-%{version}.zip -BuildRequires: python-devel -BuildRequires: python-paramiko -Requires: python-paramiko +URL: https://github.com/pushyrpc/pushy +Source: https://files.pythonhosted.org/packages/source/p/pushy/pushy-%{version}.zip +BuildRequires: %{python_module paramiko} +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRequires: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else +Requires: python-paramiko BuildArch: noarch -%endif +%python_subpackages %description Pushy is a Python library for allowing one to connect to a remote Python @@ -53,13 +54,13 @@ %setup -q -n pushy-%{version} %build -python setup.py build +%python_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} -%files -%defattr(-,root,root,-) +%files %{python_files} %{python_sitelib}/* %changelog
