Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dulwich for openSUSE:Factory 
checked in at 2022-09-08 14:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dulwich (Old)
 and      /work/SRC/openSUSE:Factory/.python-dulwich.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dulwich"

Thu Sep  8 14:21:17 2022 rev:54 rq:1001528 version:0.20.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dulwich/python-dulwich.changes    
2022-09-03 23:18:35.387738822 +0200
+++ /work/SRC/openSUSE:Factory/.python-dulwich.new.2083/python-dulwich.changes  
2022-09-08 14:21:33.098373815 +0200
@@ -1,0 +2,6 @@
+Tue Sep  6 23:57:31 UTC 2022 - Lukas M??ller <expee...@outlook.com>
+
+- Disable tests on Leap.
+- Remove gevent and geventhttpclient from Recommends since they are only 
required for tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dulwich.spec ++++++
--- /var/tmp/diff_new_pack.FN0mwE/_old  2022-09-08 14:21:33.578375107 +0200
+++ /var/tmp/diff_new_pack.FN0mwE/_new  2022-09-08 14:21:33.586375128 +0200
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?suse_version} >= 1550
+%bcond_without test
+%else
+%bcond_with test
+%endif
+
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
@@ -30,27 +36,27 @@
 # PATCH-FIX-UPSTREAM rmtree-ignore-errors.patch gh#jelmer/dulwich#1000 
mc...@suse.com
 # shutil.rmtree should be more callous
 Patch0:         rmtree-ignore-errors.patch
-BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools >= 17.1}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module fastimport}
 BuildRequires:  %{python_module geventhttpclient}
 BuildRequires:  %{python_module gevent}
 BuildRequires:  %{python_module gpg}
-BuildRequires:  %{python_module setuptools >= 17.1}
 BuildRequires:  %{python_module urllib3 >= 1.24.1}
 %if 0%{?suse_version} <= 1500
 BuildRequires:  python-mock
 %endif
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  python3-Sphinx
+%endif
 Requires:       python-certifi
 Requires:       python-urllib3 >= 1.24.1
 Requires(post): update-alternatives
 Requires(preun):update-alternatives
 Recommends:     python-fastimport
-Recommends:     python-gevent
-Recommends:     python-geventhttpclient
 Recommends:     python-gpg
 Obsoletes:      %{oldpython}-dulwich-doc < 0.20.5
 %python_subpackages
@@ -76,7 +82,9 @@
 %python_clone -a %{buildroot}%{_bindir}/dul-upload-pack
 
 %check
+%if %{with test}
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest 
dulwich.tests.test_suite
+%endif
 
 %post
 %python_install_alternative dulwich

Reply via email to