From 1113bc72dde597e7c52b76376c951982c1395f409ea68ba4d9bcb4923c72daa6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 09:19:58 +0000 Subject: [PATCH] - update to 23.6.5: * Include tox.ini in MANIFEST.in for sdist. * Improve B033 (duplicate set items) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=29 --- flake8-bugbear-23.5.9.tar.gz | 3 --- flake8-bugbear-23.6.5.tar.gz | 3 +++ python-flake8-bugbear.changes | 7 +++++++ python-flake8-bugbear.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 flake8-bugbear-23.5.9.tar.gz create mode 100644 flake8-bugbear-23.6.5.tar.gz diff --git a/flake8-bugbear-23.5.9.tar.gz b/flake8-bugbear-23.5.9.tar.gz deleted file mode 100644 index b73a1f8..0000000 --- a/flake8-bugbear-23.5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86 -size 55289 diff --git a/flake8-bugbear-23.6.5.tar.gz b/flake8-bugbear-23.6.5.tar.gz new file mode 100644 index 0000000..adc8315 --- /dev/null +++ b/flake8-bugbear-23.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8631e1071c9d85d24a615f235565c16c9a2ac57add4a14636d331bf9f4ef14fa +size 55750 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index f90ca7e..34606ee 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 11 09:17:36 UTC 2023 - Dirk Müller + +- update to 23.6.5: + * Include tox.ini in MANIFEST.in for sdist. + * Improve B033 (duplicate set items) + ------------------------------------------------------------------- Thu May 18 07:02:43 UTC 2023 - Dirk Müller diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index a39d88a..2a19b4a 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-flake8-bugbear -Version: 23.5.9 +Version: 23.6.5 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT