Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jython for openSUSE:Factory checked 
in at 2021-06-24 18:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jython (Old)
 and      /work/SRC/openSUSE:Factory/.jython.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jython"

Thu Jun 24 18:22:16 2021 rev:29 rq:901188 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jython/jython.changes    2019-07-02 
15:18:02.546703139 +0200
+++ /work/SRC/openSUSE:Factory/.jython.new.2625/jython.changes  2021-06-24 
18:22:29.848911111 +0200
@@ -1,0 +2,5 @@
+Mon Jun 21 13:12:11 UTC 2021 - Matej Cepl <mc...@suse.com>
+
+- Change dependencies to Python 3
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jython.spec ++++++
--- /var/tmp/diff_new_pack.Dl7hpJ/_old  2021-06-24 18:22:30.420911745 +0200
+++ /var/tmp/diff_new_pack.Dl7hpJ/_new  2021-06-24 18:22:30.424911750 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jython
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-%global pyver %(python -c 'import sys;print(sys.version[0:3])')
+%global pyver %(python3 -c 'import sys;print(sys.version[0:3])')
 %global cpython_version    %{pyver}
-%global pyxml_version      0.8.3
+%global pyxml_version      %{pyver}
 %global svn_tag            Release_2_2_1
 %global _python_bytecompile_errors_terminate_build 0
 Name:           jython
 Version:        2.2.1
 Release:        0
 Summary:        A Java implementation of the Python language
-License:        Python-2.0 AND Apache-2.0
+License:        Apache-2.0 AND Python-2.0
 Group:          Development/Languages/Python
 URL:            http://www.jython.org/
 # Use the included fetch-jython.sh script to generate the source drop
@@ -56,15 +56,15 @@
 BuildRequires:  jline1
 BuildRequires:  libreadline-java >= 0.8.0
 BuildRequires:  mysql-connector-java
-BuildRequires:  python >= %{cpython_version}
-BuildRequires:  pyxml >= %{pyxml_version}
+BuildRequires:  python3 >= %{cpython_version}
+BuildRequires:  python3-xml >= %{pyxml_version}
 BuildRequires:  servletapi5
 Requires:       jakarta-oro
 Requires:       java >= 1.8
 Requires:       javapackages-local
 Requires:       jline1
 Requires:       libreadline-java >= 0.8.0
-Requires:       python >= %{cpython_version}
+Requires:       python3 >= %{cpython_version}
 Requires:       servletapi5
 Recommends:     mysql-connector-java
 BuildArch:      noarch
@@ -188,7 +188,7 @@
   -Dpython.home=%{_bindir} \
   -Dht2html.dir=%{_datadir}/ht2html \
   -Dpython.lib=./CPythonLib \
-  -Dpython.exe=%{_bindir}/python \
+  -Dpython.exe=%{_bindir}/python3 \
   -DPyXmlHome=%{_libdir}/python%{pyver} \
   -Dtargetver=1.3 \
   copy-dist

Reply via email to