Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pendulum for openSUSE:Factory checked in at 2022-08-26 09:08:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old) and /work/SRC/openSUSE:Factory/.python-pendulum.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pendulum" Fri Aug 26 09:08:11 2022 rev:7 rq:999279 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes 2020-10-29 14:51:49.645215077 +0100 +++ /work/SRC/openSUSE:Factory/.python-pendulum.new.2083/python-pendulum.changes 2022-08-26 09:08:14.065381089 +0200 @@ -1,0 +2,6 @@ +Thu Aug 25 12:56:40 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Skip failing DST tests for Amsterdam during Nazi occupation + * gh#sdispater/pendulum#644 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pendulum.spec ++++++ --- /var/tmp/diff_new_pack.b9SU8H/_old 2022-08-26 09:08:14.541381576 +0200 +++ /var/tmp/diff_new_pack.b9SU8H/_new 2022-08-26 09:08:14.545381580 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pendulum # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,7 +62,9 @@ } %check -%pytest_arch +# https://github.com/sdispater/pendulum/issues/644 +donttest="(test_timezone and test_dst) or (test_behavior and test_proper_dst)" +%pytest_arch -k "not ($donttest)" %files %{python_files} %doc README.rst