15
0

Accepting request 646131 from home:mcepl:work

- 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)

OBS-URL: https://build.opensuse.org/request/show/646131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2018-11-04 09:33:52 +00:00
committed by Git OBS Bridge
parent 74442292f8
commit 009964884e
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 2 21:34:53 UTC 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 11:36:14 UTC 2018 - tchvatal@suse.com