Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javapackages-tools for 
openSUSE:Factory checked in at 2023-06-01 17:18:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javapackages-tools (Old)
 and      /work/SRC/openSUSE:Factory/.javapackages-tools.new.2531 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javapackages-tools"

Thu Jun  1 17:18:46 2023 rev:35 rq:1089671 version:6.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools.changes    
2022-11-10 14:19:26.557390715 +0100
+++ 
/work/SRC/openSUSE:Factory/.javapackages-tools.new.2531/javapackages-tools.changes
  2023-06-01 17:18:49.413912541 +0200
@@ -1,0 +2,7 @@
+Sun May 28 19:15:09 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Enable the tests also for older distributions
+- Require python3-xml (python-xml for distributions that use
+  versioned modules), since module xml needed by some scripts.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ javapackages-tools.spec ++++++
--- /var/tmp/diff_new_pack.7VaBg6/_old  2023-06-01 17:18:49.905915457 +0200
+++ /var/tmp/diff_new_pack.7VaBg6/_new  2023-06-01 17:18:49.913915505 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,9 +63,7 @@
 Obsoletes:      jpackage-utils < %{version}
 %if %{with python}
 BuildRequires:  %{python_module lxml}
-%if 0%{?suse_version} > 1320
 BuildRequires:  %{python_module pytest}
-%endif
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -109,6 +107,7 @@
 Summary:        Module for handling various files for Java packaging
 Group:          Development/Languages/Java
 Requires:       python-lxml
+Requires:       python-xml
 
 %description -n python-javapackages
 Module for handling, querying and manipulating of various files for Java
@@ -120,6 +119,7 @@
 Summary:        Module for handling various files for Java packaging
 Group:          Development/Languages/Java
 Requires:       python3-lxml
+Requires:       python3-xml
 Obsoletes:      python-javapackages < %{version}-%{release}
 Provides:       python-javapackages = %{version}-%{release}
 
@@ -210,7 +210,6 @@
 
 %fdupes %{buildroot}/%{_prefix}
 
-%if 0%{?suse_version} > 1320
 %check
 # reference: ./check, but we don't want to check coverage and don't need old 
nose
 (
@@ -228,7 +227,6 @@
 %pytest
 popd
 %endif
-%endif
 
 %if !%{with python}
 %files -f files-tools

Reply via email to