Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-khal for openSUSE:Factory 
checked in at 2022-12-20 20:21:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-khal (Old)
 and      /work/SRC/openSUSE:Factory/.python-khal.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-khal"

Tue Dec 20 20:21:03 2022 rev:4 rq:1043894 version:0.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-khal/python-khal.changes  2022-10-08 
01:23:33.826001049 +0200
+++ /work/SRC/openSUSE:Factory/.python-khal.new.1835/python-khal.changes        
2022-12-20 20:21:46.450301464 +0100
@@ -1,0 +2,6 @@
+Tue Dec 20 11:45:22 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable test_bogota and test_event_no_dst because are broken with the latests
+  pytz versions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-khal.spec ++++++
--- /var/tmp/diff_new_pack.6Dq1p0/_old  2022-12-20 20:21:47.058304795 +0100
+++ /var/tmp/diff_new_pack.6Dq1p0/_new  2022-12-20 20:21:47.062304817 +0100
@@ -17,7 +17,6 @@
 
 
 %define skip_python36 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-khal
 Version:        0.10.5
 Release:        0
@@ -81,7 +80,10 @@
 %check
 # Requires /dev/tty working
 # https://github.com/pimutils/khal/issues/683
-%pytest -k "not test_import_from_stdin"
+donttest="test_import_from_stdin"
+# Broken tests with latest pytz versions
+donttest+=" or test_bogota or test_event_no_dst"
+%pytest -k "not (${donttest})"
 
 %post
 %python_install_alternative khal
@@ -94,7 +96,8 @@
 %files %{python_files}
 %license COPYING
 %doc AUTHORS.txt CONTRIBUTING.rst README.rst khal.conf.sample
-%{python_sitelib}/khal*
+%{python_sitelib}/khal
+%{python_sitelib}/khal-%{version}*-info
 %python_alternative %{_bindir}/khal
 %python_alternative %{_bindir}/ikhal
 

Reply via email to