Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-vdirsyncer for
openSUSE:Factory checked in at 2023-05-05 15:58:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vdirsyncer (Old)
and /work/SRC/openSUSE:Factory/.python-vdirsyncer.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vdirsyncer"
Fri May 5 15:58:33 2023 rev:17 rq:1084913 version:0.19.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vdirsyncer/python-vdirsyncer.changes
2022-12-21 16:06:38.698555910 +0100
+++
/work/SRC/openSUSE:Factory/.python-vdirsyncer.new.1533/python-vdirsyncer.changes
2023-05-05 15:58:56.504654604 +0200
@@ -1,0 +2,5 @@
+Thu May 4 23:56:08 UTC 2023 - Dirk Müller <[email protected]>
+
+- fix and reenable tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vdirsyncer.spec ++++++
--- /var/tmp/diff_new_pack.235aQj/_old 2023-05-05 15:58:57.064657813 +0200
+++ /var/tmp/diff_new_pack.235aQj/_new 2023-05-05 15:58:57.072657859 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-vdirsyncer
#
-# 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
@@ -50,6 +50,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module aiohttp}
+BuildRequires: %{python_module aioresponses}
BuildRequires: %{python_module aiostream}
BuildRequires: %{python_module click-log >= 0.3}
BuildRequires: %{python_module click-threading >= 0.2}
@@ -57,10 +58,10 @@
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-localserver}
-BuildRequires: %{python_module pytest-subtesthack}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.20.0}
BuildRequires: %{python_module requests-toolbelt >= 0.4.40}
+BuildRequires: %{python_module trustme}
BuildRequires: %{python_module urllib3}
# /SECTION
Provides: vdirsyncer = %{version}
@@ -98,7 +99,8 @@
export DETERMINISTIC_TESTS=true
# test_verbosity - click changed syntax and returns different quotes
# gh#pimutils/vdirsyncer#654 -- tests temporarily switched off
-%pytest -k 'not test_legacy_status and not test_open_graphical_browser and not
test_verbosity' || /bin/true
+# request_ssl - requires network
+%pytest -k 'not test_legacy_status and not test_open_graphical_browser and not
test_verbosity and not request_ssl'
%post
update-alternatives --install %{_bindir}/vdirsyncer vdirsyncer
%{_bindir}/vdirsyncer-%{python_bin_suffix} %{python_version_nodots} \