Package Release Info

python-vulture-1.4-bp153.1.16

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-vulture
python3-vulture

Change Logs

Version: 1.4-bp152.1.1
* Thu Apr 16 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.4:
  * Ignore unused import statements in __init__.py (RJ722, #192).
  * Report first decorator's line number for unused decorated objects on Python 3.8+ (RJ722, #200).
  * Check code with black and pyupgrade.
* Thu Feb 06 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
Version: 1.0-bp151.1.3
* Mon Feb 11 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
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Fri Aug 10 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)
* Sun Jul 29 2018 jengelh@inai.de
- Use noun phrase in summary. Trim filler wording from description.
* Thu May 24 2018 toddrme2178@gmail.com
- Spec file cleanups
* Fri Oct 20 2017 toddrme2178@gmail.com
- initial version