Package Release Info

python-flake8-bugbear-19.8.0-bp154.1.23

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-flake8-bugbear

Change Logs

Version: 19.8.0-bp152.1.8
* Fri Sep 13 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 19.8.0:
  * Fix .travis.yml syntax + add Python 3.8 + nightly tests
  * Fix black formatting + enforce via CI
  * Make B901 not apply to __await__ methods
Version: 19.3.0-bp151.2.3
* Mon Apr 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 19.3.0:
  * allow 'mcs' for metaclass classmethod first arg (PyCharm default)
  * Introduce B011
  * Introduce B009 and B010
  * Exclude immutable calls like tuple() and frozenset() from B008
  * For B902, the first argument for metaclass class methods can be "mcs", matching the name preferred by PyCharm.
* Fri Nov 02 2018 Matej Cepl <mcepl@suse.com>
- Update to 18.8.0:
  * Exclude immutable calls like tuple() and frozenset() from B008
  * Examine kw-only args for mutable defaults
  * Black all the .py files - Like one should (#48)
  * Add testing and document support for the Python 3.7 release
  * Avoid adding the visitor as an __init__ parameter (Fixes #39)
    (#40)
  * Add trove classifier 'Programming Language :: Python :: 3 :: Only'
  * Fix pathlib link in readme (#36)
* Wed Jul 18 2018 tchvatal@suse.com
- This module requires py3.5+ thus restrict the build
* Tue Jul 10 2018 dmueller@suse.com
- Initial package (18.2)