Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-autoflake for
openSUSE:Factory checked in at 2022-02-23 16:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autoflake (Old)
and /work/SRC/openSUSE:Factory/.python-autoflake.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autoflake"
Wed Feb 23 16:26:18 2022 rev:7 rq:957100 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autoflake/python-autoflake.changes
2020-09-07 21:35:31.745385570 +0200
+++
/work/SRC/openSUSE:Factory/.python-autoflake.new.1958/python-autoflake.changes
2022-02-23 16:27:12.703510465 +0100
@@ -1,0 +2,5 @@
+Wed Feb 23 14:04:15 UTC 2022 - Matej Cepl <[email protected]>
+
+- Skip failing test for Python 3.10 (gh#PyCQA/autoflake#104)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autoflake.spec ++++++
--- /var/tmp/diff_new_pack.LTGNYm/_old 2022-02-23 16:27:13.115510480 +0100
+++ /var/tmp/diff_new_pack.LTGNYm/_new 2022-02-23 16:27:13.119510480 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-autoflake
#
-# 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
@@ -30,7 +30,7 @@
BuildRequires: python-rpm-macros
Requires: python-pyflakes >= 1.1.0
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
BuildRequires: %{python_module pyflakes >= 1.1.0}
%python_subpackages
@@ -63,7 +63,9 @@
%check
export $LANG=en_US.UTF-8
-%pytest
+# gh#PyCQA/autoflake#104
+python310_skiptests='not test_is_literal_or_name'
+%pytest -k "${$python_skiptests}"
%post
%python_install_alternative autoflake