Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flake8-import-order for
openSUSE:Factory checked in at 2026-04-07 16:33:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-import-order (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-import-order.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-import-order"
Tue Apr 7 16:33:30 2026 rev:9 rq:1344792 version:0.19.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-import-order/python-flake8-import-order.changes
2025-05-27 18:43:37.640179638 +0200
+++
/work/SRC/openSUSE:Factory/.python-flake8-import-order.new.21863/python-flake8-import-order.changes
2026-04-07 16:49:04.372946902 +0200
@@ -1,0 +2,22 @@
+Mon Apr 6 20:47:24 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.19.2:
+ * Fix AttributeError in code for checking the order of imports
+ in a TYPE_CHECKING block.
+ * Yank 0.19.0 from PyPI to avoid aforementioned users on older
+ versions of Python accidentally receiving 0.19.0
+ * Fix bug in code for checking the order of imports in a
+ TYPE_CHECKING block.
+ * Fix python_requires missing from 0.19.0 to allow folks using
+ vulnerable and unmaintained versions of Python to continue
+ running 0.18.x with pip selecting the correct version for
+ them.
+ * Drop deprecated Python versions 3.7 and 3.8
+ * Drop unsupported pypy3.9
+ * Use sys.stdlib_module_names where available to determine
+ whether a module is in the standard library or not.
+ * Replace usage of pkg_resources from setuptools with
+ importlib.metadata.
+ * Move package to PyCQA PyPI organization
+
+-------------------------------------------------------------------
Old:
----
flake8-import-order-0.18.2.tar.gz
New:
----
flake8_import_order-0.19.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-import-order.spec ++++++
--- /var/tmp/diff_new_pack.T4Tlvi/_old 2026-04-07 16:49:04.900968738 +0200
+++ /var/tmp/diff_new_pack.T4Tlvi/_new 2026-04-07 16:49:04.904968902 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-import-order
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
#
-%bcond_without python2
Name: python-flake8-import-order
-Version: 0.18.2
+Version: 0.19.2
Release: 0
Summary: Flake8 plugin that checks the ordering of import statements
License: LGPL-3.0-only
Group: Development/Languages/Python
-URL: https://github.com/public/flake8-import-order
-Source:
https://files.pythonhosted.org/packages/source/f/flake8-import-order/flake8-import-order-%{version}.tar.gz
+URL: https://github.com/PyCQA/flake8-import-order
+Source:
https://files.pythonhosted.org/packages/source/f/flake8_import_order/flake8_import_order-%{version}.tar.gz
BuildRequires: %{python_module flake8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pycodestyle}
@@ -37,19 +36,13 @@
Requires: python-flake8
Requires: python-pycodestyle
BuildArch: noarch
-%if %{with python2}
-BuildRequires: python2-enum34
-%endif
-%ifpython2
-Requires: python2-enum34
-%endif
%python_subpackages
%description
Flake8 and pylama plugin that checks the ordering of import statements.
%prep
-%setup -q -n flake8-import-order-%{version}
+%setup -q -n flake8_import_order-%{version}
%build
%pyproject_wheel