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 2024-02-07 18:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autoflake (Old)
and /work/SRC/openSUSE:Factory/.python-autoflake.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autoflake"
Wed Feb 7 18:49:02 2024 rev:12 rq:1144710 version:2.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autoflake/python-autoflake.changes
2023-12-15 21:50:20.308891861 +0100
+++
/work/SRC/openSUSE:Factory/.python-autoflake.new.1815/python-autoflake.changes
2024-02-07 18:51:07.500579021 +0100
@@ -1,0 +2,5 @@
+Tue Feb 6 18:28:40 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Add upstream support-python312.patch gh#PyCQA/autoflake#280
+
+-------------------------------------------------------------------
New:
----
support-python312.patch
BETA DEBUG BEGIN:
New:
- Add upstream support-python312.patch gh#PyCQA/autoflake#280
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autoflake.spec ++++++
--- /var/tmp/diff_new_pack.Jm06FC/_old 2024-02-07 18:51:07.996597167 +0100
+++ /var/tmp/diff_new_pack.Jm06FC/_new 2024-02-07 18:51:08.000597313 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-autoflake
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,8 @@
License: MIT
URL: https://github.com/myint/autoflake
Source:
https://files.pythonhosted.org/packages/source/a/autoflake/autoflake-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM support-python312.patch gh#PyCQA/autoflake#280
+Patch1: support-python312.patch
Requires: python-tomli
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
@@ -33,7 +35,7 @@
BuildRequires: python-rpm-macros
Requires: python-pyflakes >= 3.0.0
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
++++++ support-python312.patch ++++++
Index: autoflake-2.2.1/test_autoflake.py
===================================================================
--- autoflake-2.2.1.orig/test_autoflake.py
+++ autoflake-2.2.1/test_autoflake.py
@@ -928,6 +928,7 @@ StrictVersion('1.0.0')
from distutils.version import LooseVersion, StrictVersion
StrictVersion('1.0.0')
""",
+ remove_all_unused_imports=True,
),
)
@@ -941,6 +942,7 @@ version('1.0.0')
from distutils.version import LooseVersion, StrictVersion as version
version('1.0.0')
""",
+ remove_all_unused_imports=True,
),
)