15
0

Accepting request 680074 from home:jayvdb:flake8

- Remove workaround for two previously failing tests fixed upstream
- Add build dependency on Python 3.6+
- Add LICENSE
- Update to v19.2.0, notably support 3.7

OBS-URL: https://build.opensuse.org/request/show/680074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-28 10:44:16 +00:00
committed by Git OBS Bridge
parent 08d1e85c6e
commit d5a38c32be
5 changed files with 47 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 28 09:43:51 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove workaround for two previously failing tests fixed upstream
- Add build dependency on Python 3.6+
- Add LICENSE
- Udpate to v19.2.0
* Support 3.7
* Be explicit in setup.py about Python 3.6+
* add `.flake8` to manifest file
* Use --stdin-display-name as filename when reading from stdin
* Add rules for checking an empty class
* Add a check for non-ellipsis, non-typed arguments
* Coding style improvements
-------------------------------------------------------------------
Sat Dec 8 21:23:56 UTC 2018 - Matej Cepl <mcepl@suse.com>