Hello community,
here is the log from the commit of package python-virtualenv-clone for
openSUSE:Factory checked in at 2018-12-24 11:45:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenv-clone (Old)
and /work/SRC/openSUSE:Factory/.python-virtualenv-clone.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-virtualenv-clone"
Mon Dec 24 11:45:54 2018 rev:9 rq:659746 version:0.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-virtualenv-clone/python-virtualenv-clone.changes
2017-05-02 08:54:39.492307660 +0200
+++
/work/SRC/openSUSE:Factory/.python-virtualenv-clone.new.28833/python-virtualenv-clone.changes
2018-12-24 11:45:55.521211094 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:55:50 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-virtualenv-clone.spec ++++++
--- /var/tmp/diff_new_pack.pO7Axr/_old 2018-12-24 11:45:56.093210592 +0100
+++ /var/tmp/diff_new_pack.pO7Axr/_new 2018-12-24 11:45:56.097210588 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-virtualenv-clone
#
-# Copyright (c) 2017 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,7 +12,7 @@
# 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/
#
@@ -23,16 +23,14 @@
Summary: Script to clone virtualenvs
License: MIT
Group: Development/Languages/Python
-Url: http://github.com/edwardgeorge/virtualenv-clone
+URL: http://github.com/edwardgeorge/virtualenv-clone
Source:
https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-%{version}.tar.gz
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-Recommends: python-virtualenv
Requires(post): update-alternatives
Requires(preun): update-alternatives
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Recommends: python-virtualenv
BuildArch: noarch
%python_subpackages
@@ -44,7 +42,7 @@
Virtualenv provides a way to make virtualenv's relocatable which could then be
copied as we wanted. However making a virtualenv relocatable this way breaks
the no-site-packages isolation of the virtualenv as well as other aspects that
-come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
+come with relative paths and '%{_bindir}/env' shebangs that may be undesirable.
Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
attempts to overcome these issues and provide a way to easily clone an
@@ -58,7 +56,7 @@
- updates the shebangs of the various scripts in bin to the new python if
they pointed to the old python. (version numbering is retained.)
- it can also change '/usr/bin/env python' shebangs to be absolute too,
+ it can also change '%{_bindir}/env python' shebangs to be absolute too,
though this functionality is not exposed at present.
- checks sys.path of the cloned virtualenv and if any of the paths are from
@@ -89,8 +87,8 @@
%python_uninstall_alternative virtualenv-clone
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README
+%license LICENSE
+%doc README
%python_alternative %{_bindir}/virtualenv-clone
%{python_sitelib}/*