Hello community,
here is the log from the commit of package python-nautilus for openSUSE:Factory
checked in at 2019-11-26 17:04:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nautilus (Old)
and /work/SRC/openSUSE:Factory/.python-nautilus.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nautilus"
Tue Nov 26 17:04:46 2019 rev:26 rq:750960 version:1.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nautilus/python-nautilus.changes
2019-07-22 17:18:58.649930422 +0200
+++
/work/SRC/openSUSE:Factory/.python-nautilus.new.26869/python-nautilus.changes
2019-11-26 17:05:56.159974501 +0100
@@ -1,0 +2,8 @@
+Wed Nov 20 11:04:52 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- No longer build python2 variant: This did not really work anyway
+ as python-nautilus-commonp_files was not that common between py2
+ and py3: the .so file actually linked one of the python
+ interpreters directly (boo#1157305).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nautilus.spec ++++++
--- /var/tmp/diff_new_pack.t200XE/_old 2019-11-26 17:05:57.075974185 +0100
+++ /var/tmp/diff_new_pack.t200XE/_new 2019-11-26 17:05:57.079974183 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-nautilus
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,6 +19,7 @@
%define oldpython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define _name nautilus-python
+%define skip_python2 1
Name: python-nautilus
Version: 1.2.3
@@ -40,10 +41,6 @@
Requires: python-gobject
# we can't have automatic typelib() Requires here: it's C code:
PyImport_ImportModule("gi.repository.Nautilus")
Requires: typelib(Nautilus)
-%ifpython2
-Obsoletes: %{oldpython}-nautilus < 1.2.1
-Provides: %{oldpython}-nautilus = %{version}
-%endif
%python_subpackages
%description
@@ -54,7 +51,6 @@
%package -n %{name}-common-files
Summary: Python nautilus files shared between python interpreter
versions
Group: Development/Libraries/Python
-Requires: %{name} = %{version}
Provides: %{python_module nautilus-common-files = %{version}}
%description -n %{name}-common-files