Hello community,
here is the log from the commit of package python-virtualenvwrapper for
openSUSE:Factory checked in at 2018-12-24 11:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenvwrapper (Old)
and /work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-virtualenvwrapper"
Mon Dec 24 11:45:56 2018 rev:22 rq:659747 version:4.8.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2018-01-09 14:55:36.421012768 +0100
+++
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new.28833/python-virtualenvwrapper.changes
2018-12-24 11:45:57.653209222 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:55:51 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-virtualenvwrapper.spec ++++++
--- /var/tmp/diff_new_pack.EKqdYz/_old 2018-12-24 11:45:58.109208821 +0100
+++ /var/tmp/diff_new_pack.EKqdYz/_new 2018-12-24 11:45:58.109208821 +0100
@@ -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/
#
@@ -24,24 +24,22 @@
Summary: Enhancements to virtualenv
License: MIT
Group: Development/Languages/Python
-Url: https://virtualenvwrapper.readthedocs.io/
+URL: https://virtualenvwrapper.readthedocs.io/
Source:
https://files.pythonhosted.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
-Patch: virtualenvwrapper-4.2-fix-bashisms.patch
-BuildRequires: %{python_module devel}
+Patch0: virtualenvwrapper-4.2-fix-bashisms.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-stevedore
+Requires: python-virtualenv
+Requires: python-virtualenv-clone
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module stevedore}
BuildRequires: %{python_module virtualenv-clone}
BuildRequires: %{python_module virtualenv}
%endif
-BuildRequires: fdupes
-Requires: python-stevedore
-Requires: python-virtualenv
-Requires: python-virtualenv-clone
-BuildArch: noarch
-
%python_subpackages
%description
@@ -62,7 +60,7 @@
%prep
%setup -q -n virtualenvwrapper-%{version}
-%patch -p1
+%patch0 -p1
sed -i -e '1i#!/bin/sh' virtualenvwrapper.sh
%build
@@ -91,8 +89,8 @@
%python_uninstall_alternative virtualenvwrapper
%files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE README.es.rst README.ja.rst README.txt
+%license LICENSE
+%doc AUTHORS ChangeLog README.es.rst README.ja.rst README.txt
%python_alternative %{_bindir}/virtualenvwrapper
%python_alternative %{_bindir}/virtualenvwrapper_lazy
%{python_sitelib}/*