Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flake8-isort for
openSUSE:Factory checked in at 2023-12-06 23:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-isort (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-isort.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-isort"
Wed Dec 6 23:47:59 2023 rev:6 rq:1131191 version:6.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flake8-isort/python-flake8-isort.changes
2023-01-03 15:05:22.546513508 +0100
+++
/work/SRC/openSUSE:Factory/.python-flake8-isort.new.25432/python-flake8-isort.changes
2023-12-06 23:48:24.495664206 +0100
@@ -1,0 +2,9 @@
+Tue Dec 5 17:51:46 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 6.1.1:
+ * Switch from `setup.cfg` to `setup.py`.
+ * Switch from `setuptools` to `hatchling`.
+ * Drop python 3.7 support.
+ * Add preliminary support to Python 3.12.
+
+-------------------------------------------------------------------
Old:
----
flake8-isort-6.0.0.tar.gz
New:
----
flake8_isort-6.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-isort.spec ++++++
--- /var/tmp/diff_new_pack.czwMVd/_old 2023-12-06 23:48:25.071685441 +0100
+++ /var/tmp/diff_new_pack.czwMVd/_new 2023-12-06 23:48:25.075685589 +0100
@@ -16,22 +16,23 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-flake8-isort
-Version: 6.0.0
+Version: 6.1.1
Release: 0
Summary: Plugin integrating isort in flake8
License: GPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/gforcada/flake8-isort
-Source:
https://files.pythonhosted.org/packages/source/f/flake8-isort/flake8-isort-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/f/flake8-isort/flake8_isort-%{version}.tar.gz
BuildRequires: %{python_module flake8}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module isort >= 4.3.5}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testfixtures}
BuildRequires: %{python_module toml}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-flake8
@@ -44,13 +45,13 @@
Use `isort`_ to check if the imports on your python files are sorted the way
you expect.
%prep
-%setup -q -n flake8-isort-%{version}
+%setup -q -n flake8_isort-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,5 +62,5 @@
%license LICENSE*
%{python_sitelib}/flake8_isort.py*
%pycache_only %{python_sitelib}/__pycache__/flake8_isort*
-%{python_sitelib}/flake8_isort-%{version}-py*.egg-info
+%{python_sitelib}/flake8_isort-%{version}.dist-info