commit shared-python-startup for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package shared-python-startup for 
openSUSE:Factory checked in at 2020-07-15 15:06:42

Comparing /work/SRC/openSUSE:Factory/shared-python-startup (Old)
 and  /work/SRC/openSUSE:Factory/.shared-python-startup.new.3060 (New)


Package is "shared-python-startup"

Wed Jul 15 15:06:42 2020 rev:6 rq:820886 version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-python-startup/shared-python-startup.changes  
2020-04-27 23:42:38.236027389 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-python-startup.new.3060/shared-python-startup.changes
2020-07-15 15:07:28.923554098 +0200
@@ -1,0 +2,8 @@
+Tue Jul 14 11:03:14 UTC 2020 - Antonio Larrosa 
+
+- Import readline in the save_history handler. Otherwise the call
+  to readline.write_history_file doesn't work (the readline import
+  at the beginning of the file is already removed) and is silently
+  ignored by the exception catcher.
+
+---



Other differences:
--
++ pythonstart ++
--- /var/tmp/diff_new_pack.FUeq1P/_old  2020-07-15 15:07:29.695554851 +0200
+++ /var/tmp/diff_new_pack.FUeq1P/_new  2020-07-15 15:07:29.695554851 +0200
@@ -15,10 +15,12 @@
 
 # handler for saving history
 def save_history(historyPath=historyPath):
+import readline
 try:
 readline.write_history_file(historyPath)
 except:
 pass
+del readline
 
 
 # read history, if it exists




commit shared-python-startup for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package shared-python-startup for 
openSUSE:Factory checked in at 2020-04-27 23:42:34

Comparing /work/SRC/openSUSE:Factory/shared-python-startup (Old)
 and  /work/SRC/openSUSE:Factory/.shared-python-startup.new.2738 (New)


Package is "shared-python-startup"

Mon Apr 27 23:42:34 2020 rev:5 rq:798278 version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-python-startup/shared-python-startup.changes  
2020-03-08 22:20:45.395952297 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-python-startup.new.2738/shared-python-startup.changes
2020-04-27 23:42:38.236027389 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 13:18:52 UTC 2020 - Matej Cepl 
+
+- Correct suse_version value for SLE-12
+
+---



Other differences:
--
++ shared-python-startup.spec ++
--- /var/tmp/diff_new_pack.Ur6YUD/_old  2020-04-27 23:42:39.524030025 +0200
+++ /var/tmp/diff_new_pack.Ur6YUD/_new  2020-04-27 23:42:39.528030033 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-python-startup
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 BuildRequires:  filesystem
 Supplements:python(abi)
 Conflicts:  python3 < 3.8
-%if 0%{?suse_version} > 1200
+%if 0%{?suse_version} > 1315
 Conflicts:  (python2 without python2_split_startup)
 %else
 Conflicts:  python2 < 2.7.17




commit shared-python-startup for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package shared-python-startup for 
openSUSE:Factory checked in at 2020-03-08 22:20:44

Comparing /work/SRC/openSUSE:Factory/shared-python-startup (Old)
 and  /work/SRC/openSUSE:Factory/.shared-python-startup.new.26092 (New)


Package is "shared-python-startup"

Sun Mar  8 22:20:44 2020 rev:4 rq:756819 version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-python-startup/shared-python-startup.changes  
2019-12-13 14:42:52.081775514 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-python-startup.new.26092/shared-python-startup.changes
   2020-03-08 22:20:45.395952297 +0100
@@ -1,0 +2,6 @@
+Wed Dec  4 18:17:30 CET 2019 - Matej Cepl 
+
+- 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.cKhur7/_old  2020-03-08 22:20:46.375952902 +0100
+++ /var/tmp/diff_new_pack.cKhur7/_new  2020-03-08 22:20:46.375952902 +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




commit shared-python-startup for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package shared-python-startup for 
openSUSE:Factory checked in at 2019-12-13 14:42:48

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"

Fri Dec 13 14:42:48 2019 rev:3 rq: version:0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/shared-python-startup/shared-python-startup.changes  
2019-12-12 23:19:11.082207982 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-python-startup.new.4691/shared-python-startup.changes
2019-12-13 14:42:52.081775514 +0100
@@ -2,6 +1,0 @@
-Wed Dec  4 18:17:30 CET 2019 - Matej Cepl 
-
-- 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.rhByvp/_old  2019-12-13 14:42:54.033774768 +0100
+++ /var/tmp/diff_new_pack.rhByvp/_new  2019-12-13 14:42:54.037774767 +0100
@@ -25,12 +25,6 @@
 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




commit shared-python-startup for openSUSE:Factory

2019-12-12 Thread root
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 
+
+- 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