Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flake8-bugbear for
openSUSE:Factory checked in at 2026-04-01 19:52:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-bugbear (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-bugbear"
Wed Apr 1 19:52:13 2026 rev:22 rq:1344053 version:25.11.29
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-bugbear/python-flake8-bugbear.changes
2025-09-29 16:37:54.792734535 +0200
+++
/work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.21863/python-flake8-bugbear.changes
2026-04-01 19:53:42.032786382 +0200
@@ -1,0 +2,16 @@
+Wed Apr 1 07:26:44 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 25.11.29:
+ * B043: Add new check to state don't call delattr with constant
+ * B042: ignore overloaded init, ignore if str+pickle dunder,
+ * B042: New check for reminding to call super().__init__ in
+ custom exceptions
+ * B028: Skip if skip_file_prefixes is used
+ * B912: New check for `map()` without an explicit `strict=`
+ parameter.
+ * Add python3.14 Support / CI
+ * Remove python3.9 support / CI
+ * flake8-bugbear now requires at least Python 3.10, like the
+ next release of flake8
+
+-------------------------------------------------------------------
Old:
----
flake8_bugbear-24.12.12.tar.gz
New:
----
flake8_bugbear-25.11.29.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-bugbear.spec ++++++
--- /var/tmp/diff_new_pack.OjSdey/_old 2026-04-01 19:53:42.904822602 +0200
+++ /var/tmp/diff_new_pack.OjSdey/_new 2026-04-01 19:53:42.908822768 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-bugbear
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -18,26 +18,26 @@
%{?sle15_python_module_pythons}
Name: python-flake8-bugbear
-Version: 24.12.12
+Version: 25.11.29
Release: 0
Summary: A plugin for flake8 finding likely bugs and design problems in
your program
License: MIT
Group: Development/Languages/Python
URL: https://github.com/PyCQA/flake8-bugbear
Source:
https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8_bugbear-%{version}.tar.gz
-BuildRequires: %{python_module attrs >= 19.2.0}
-BuildRequires: %{python_module base >= 3.8}
-BuildRequires: %{python_module flake8 >= 6.0.0}
+BuildRequires: %{python_module attrs >= 22.2.0}
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module flake8 >= 7.2.0}
BuildRequires: %{python_module hypothesis}
-BuildRequires: %{python_module hypothesmith}
+BuildRequires: %{python_module hypothesmith >= 0.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-attrs >= 19.2.0
-Requires: python-flake8 >= 6.0.0
+Requires: python-attrs >= 22.2.0
+Requires: python-flake8 >= 7.2.0
BuildArch: noarch
%python_subpackages
++++++ flake8_bugbear-24.12.12.tar.gz -> flake8_bugbear-25.11.29.tar.gz ++++++
++++ 11004 lines of diff (skipped)