Hello community,
here is the log from the commit of package shared-python-startup for
openSUSE:Factory checked in at 2019-12-12 23:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shared-python-startup (Old)
and /work/SRC/openSUSE:Factory/.shared-python-startup.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-python-startup"
Thu Dec 12 23:18:53 2019 rev:2 rq:755908 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/shared-python-startup/shared-python-startup.changes
2019-12-07 22:11:55.293336386 +0100
+++
/work/SRC/openSUSE:Factory/.shared-python-startup.new.4691/shared-python-startup.changes
2019-12-12 23:19:11.082207982 +0100
@@ -1,0 +2,6 @@
+Wed Dec 4 18:17:30 CET 2019 - Matej Cepl <[email protected]>
+
+- Setup Conflicts: so that older version of Python don’t collide
+ with this package.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ shared-python-startup.spec ++++++
--- /var/tmp/diff_new_pack.8EZKAt/_old 2019-12-12 23:19:11.754207922 +0100
+++ /var/tmp/diff_new_pack.8EZKAt/_new 2019-12-12 23:19:11.754207922 +0100
@@ -25,6 +25,12 @@
Source1: LICENSE
BuildRequires: filesystem
Supplements: python(abi)
+Conflicts: python3 < 3.8
+%if 0%{?suse_version} > 1200
+Conflicts: (python2 without python2_split_startup)
+%else
+Conflicts: python2 < 2.7.17
+%endif
BuildArch: noarch
%description