Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flake8 for openSUSE:Factory checked in at 2023-08-14 22:35:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flake8 (Old) and /work/SRC/openSUSE:Factory/.python-flake8.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8" Mon Aug 14 22:35:02 2023 rev:43 rq:1102807 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes 2023-05-09 13:09:09.221669454 +0200 +++ /work/SRC/openSUSE:Factory/.python-flake8.new.11712/python-flake8.changes 2023-08-14 22:35:14.748220074 +0200 @@ -1,0 +2,11 @@ +Tue Aug 8 06:18:12 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 6.1.0: + * Pyflakes has been updated to >= 3.1.0, < 3.2.0 (See also #1847). + * pycodestyle has been updated to >= 2.11.0, < 2.12.0 (See also #1848). + * Deprecate --include-in-doctest, --exclude-from-doctest + (See also #1747, #1768). + * Add support for python 3.12 (See also #1832, #1849, #1850). +- Switch to pyproject macros. + +------------------------------------------------------------------- Old: ---- flake8-6.0.0.tar.gz New: ---- flake8-6.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flake8.spec ++++++ --- /var/tmp/diff_new_pack.E8V129/_old 2023-08-14 22:35:15.396224194 +0200 +++ /var/tmp/diff_new_pack.E8V129/_new 2023-08-14 22:35:15.400224219 +0200 @@ -18,29 +18,31 @@ %{?sle15_python_module_pythons} Name: python-flake8 -Version: 6.0.0 +Version: 6.1.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT URL: https://flake8.pycqa.org -Source: https://files.pythonhosted.org/packages/source/f/flake8/flake8-%{version}.tar.gz +Source: https://github.com/PyCQA/flake8/archive/refs/tags/%{version}.tar.gz#/flake8-%{version}.tar.gz # workaround for https://github.com/PyCQA/flake8/pull/1669 Source2: https://raw.githubusercontent.com/PyCQA/flake8/%{version}/bin/gen-pycodestyle-plugin BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mccabe >= 0.7.0 with %python-mccabe < 0.8.0} -BuildRequires: %{python_module pycodestyle >= 2.10.0 with %python-pycodestyle < 2.11.0} -BuildRequires: %{python_module pyflakes >= 3.0.0 with %python-pyflakes < 3.1.0} +BuildRequires: %{python_module pycodestyle >= 2.11.0 with %python-pycodestyle < 2.12.0} +BuildRequires: %{python_module pyflakes >= 3.1.0 with %python-pyflakes < 3.2.0} BuildRequires: %{python_module pytest} # /SECTION BuildArch: noarch # https://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies Requires: (python-mccabe >= 0.7.0 with python-mccabe < 0.8.0) -Requires: (python-pycodestyle >= 2.10.0 with python-pycodestyle < 2.11.0) -Requires: (python-pyflakes >= 3.0.0 with python-pyflakes < 3.1.0) +Requires: (python-pycodestyle >= 2.11.0 with python-pycodestyle < 2.12.0) +Requires: (python-pyflakes >= 3.1.0 with python-pyflakes < 3.2.0) Requires(post): update-alternatives Requires(postun):update-alternatives %python_subpackages @@ -69,10 +71,10 @@ install -m 0755 -D %{SOURCE2} bin/gen-pycodestyle-plugin %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/flake8 %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -89,7 +91,7 @@ %license LICENSE %python_alternative %{_bindir}/flake8 %{python_sitelib}/flake8 -%{python_sitelib}/flake8-%{version}*-info +%{python_sitelib}/flake8-%{version}.dist-info %files -n %{name}-doc %doc README.rst ++++++ flake8-6.0.0.tar.gz -> flake8-6.1.0.tar.gz ++++++ ++++ 2052 lines of diff (skipped)