Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pre-commit for 
openSUSE:Factory checked in at 2024-01-04 15:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pre-commit (Old)
 and      /work/SRC/openSUSE:Factory/.python-pre-commit.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pre-commit"

Thu Jan  4 15:58:48 2024 rev:17 rq:1136657 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pre-commit/python-pre-commit.changes      
2023-12-15 21:48:37.937125261 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pre-commit.new.28375/python-pre-commit.changes
   2024-01-04 16:01:04.272571090 +0100
@@ -1,0 +2,11 @@
+Wed Jan  3 17:04:33 UTC 2024 - Marina Latini <[email protected]>
+
+- Specify a Group tag for Leap and SUSE Linux Enterprise 
+
+-------------------------------------------------------------------
+Wed Jan  3 16:13:53 UTC 2024 - Marina Latini <[email protected]>
+
+- Disable Perl install test as that requires network for
+  CPAN initialisation also on SUSE Linux Enterprise. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pre-commit.spec ++++++
--- /var/tmp/diff_new_pack.K9WU3L/_old  2024-01-04 16:01:05.568618436 +0100
+++ /var/tmp/diff_new_pack.K9WU3L/_new  2024-01-04 16:01:05.584619020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pre-commit
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,9 @@
 License:        MIT
 URL:            https://github.com/pre-commit/pre-commit
 Source:         
https://github.com/pre-commit/pre-commit/archive/v%{version}.tar.gz#/pre-commit-%{version}.tar.gz
+%if 0%{?sle_version} <= 150600
+Group:          Development/Tools/Other
+%endif
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -33,7 +36,7 @@
 Requires:       python-nodeenv >= 0.11.1
 Requires:       python-virtualenv >= 20.10.0
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %if 0%{?sle_version} <= 150600 && 0%{?is_opensuse}
 BuildRequires:  lua53-devel
@@ -99,12 +102,11 @@
 EXCLUDED_TESTS="$EXCLUDED_TESTS or test_run_example_executable or test_run_dep 
or test_perl_additional_dependencies or test_lua_additional_dependencies"
 # requires swift
 EXCLUDED_TESTS="$EXCLUDED_TESTS or test_swift_language"
-%if 0%{?sle_version} <= 150600 && 0%{?is_opensuse}
-# requires network on Leap
+%if 0%{?sle_version} <= 150600
+# requires network on Leap or SUSE Linux Enterprise
 EXCLUDED_TESTS="$EXCLUDED_TESTS or test_perl_install"
 %endif
 
-
 # Fix issue with git submodule in OBS
 git config --global --add protocol.file.allow always
 

Reply via email to