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 2025-09-29 16:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-bugbear (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-bugbear"
Mon Sep 29 16:37:36 2025 rev:21 rq:1307738 version:24.12.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-bugbear/python-flake8-bugbear.changes
2025-05-27 18:43:34.944066188 +0200
+++
/work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.11973/python-flake8-bugbear.changes
2025-09-29 16:37:54.792734535 +0200
@@ -1,0 +2,34 @@
+Mon Sep 29 10:48:41 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 24.12.12:
+ * B012 and B025 now also handle try/except*
+ * Skip B028 if warnings.warn is called with ``*args`` or
+ ``**kwargs``
+ * Add B911: itertools.batched without strict=
+ * Readme has anchors per check (they do not seem to render on
+ GitHub tho)
+- update to 24.10.31:
+ * B041: New dictionary same key AND value check
+ * B037: Fix typo in error message
+ * B024: No longer treats assigned class variables as abstract
+ * Bump required attrs version to 22.2.0
+- update to 24.8.19:
+ * B910: implement to suggest using Counter() instead of
+ defaultdict(int)
+ * B901: Do not trigger with explicit Generator return type
+ * B008: add some comments, rename b008_extend_immutable_calls
+ * B040: exception with note added not reraised or used
+ * B039, Add ``ContextVar`` with mutable literal or function
+ call as default
+ * B040: Add Exception with added note not reraised.
+ * Run tests in Python 3.13
+ * Type annotated code
+ * Replace hash with unsafe_hash
+- update to 24.4.26:
+ * B909: Fix false positive affecting containers of mutables
+- update to 24.4.21:
+ * B950: Add pragma comment to line length ignores
+ * B909: Add more cases to detect + more container mutating
+ functions
+
+-------------------------------------------------------------------
Old:
----
flake8-bugbear-24.2.6.tar.gz
New:
----
flake8_bugbear-24.12.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-bugbear.spec ++++++
--- /var/tmp/diff_new_pack.Vs7wHQ/_old 2025-09-29 16:37:55.460762523 +0200
+++ /var/tmp/diff_new_pack.Vs7wHQ/_new 2025-09-29 16:37:55.464762690 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-bugbear
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-flake8-bugbear
-Version: 24.2.6
+Version: 24.12.12
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
+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}
@@ -47,7 +47,7 @@
pycodestyle.
%prep
-%setup -q -n flake8-bugbear-%{version}
+%setup -q -n flake8_bugbear-%{version}
%build
%pyproject_wheel