2020-02-06 18:24:53 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Feb 6 17:35:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- update to 1.3
|
|
|
|
|
|
* Detect redundant ‘if’ conditions without ‘else’ blocks.
|
|
|
|
|
|
* Add whitelist for string.Formatter
|
|
|
|
|
|
* Fix tests for Python 3.8
|
|
|
|
|
|
* Use new Constant AST node under Python 3.8+
|
|
|
|
|
|
* Add test for f-strings
|
|
|
|
|
|
* Add whitelist for logging module.
|
|
|
|
|
|
* Add sys.excepthook to sys whitelist.
|
|
|
|
|
|
* Add whitelist for ctypes module.
|
|
|
|
|
|
* Check that type annotations are parsed and type comments are ignored
|
|
|
|
|
|
* Support checking files with BOM under Python 2.7
|
|
|
|
|
|
|
2019-02-11 05:48:55 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Mon Feb 11 05:11:25 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to v1.0
|
|
|
|
|
|
* Add ``--ignore-decorators`
|
|
|
|
|
|
* Add whitelist for ``threading`` module
|
|
|
|
|
|
- Add test dependency pytest > 3.2.3 due to use of CaptureResult.
|
|
|
|
|
|
- Reduce hack to remove unsuitable hashbangs
|
|
|
|
|
|
|
2018-12-04 14:13:14 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Dec 4 12:55:52 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
|
2018-08-10 15:40:58 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Aug 10 00:07:30 UTC 2018 - jsikes@suse.de
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 0.29
|
|
|
|
|
|
* Check that NEWS file is up-to-date before releasing
|
|
|
|
|
|
* Add --ignore-names flag (#139)
|
|
|
|
|
|
* Add --make-whitelist flag (#135)
|
|
|
|
|
|
* Single-source package version string (#134)
|
|
|
|
|
|
* Use absolute imports (#132)
|
|
|
|
|
|
* Fix PEP8 issues (#120)
|
|
|
|
|
|
|
2018-07-30 07:34:39 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sun Jul 29 12:14:29 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
|
|
- Use noun phrase in summary. Trim filler wording from description.
|
|
|
|
|
|
|
2018-05-24 20:56:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu May 24 18:11:16 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- Spec file cleanups
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Fri Oct 20 16:19:31 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
- initial version
|