Hello community,
here is the log from the commit of package shared-python-startup for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/shared-python-startup (Old)
and /work/SRC/openSUSE:Leap:15.2/.shared-python-startup.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-python-startup"
Mon Mar 9 18:14:28 2020 rev:2 rq:782730 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/shared-python-startup/shared-python-startup.changes
2020-03-02 09:22:26.181174358 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.shared-python-startup.new.26092/shared-python-startup.changes
2020-03-09 18:14:40.833420485 +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.AsKOg0/_old 2020-03-09 18:14:41.097420613 +0100
+++ /var/tmp/diff_new_pack.AsKOg0/_new 2020-03-09 18:14:41.097420613 +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