|
 |
 |
 |
Changelog for python311-vulture-2.1-lp156.23.2.noarch.rpm :
* Tue Jun 13 2023 ecsos - Add %{?sle15_python_module_pythons} * Thu Aug 20 2020 John Vandenberg - Update to v2.1 * Treat `getattr/hasattr(obj, \"constant_string\", ...)` as a reference to `obj.constant_string` * Fix false positives when assigning to `x.some_name` but reading via `some_name`, at the cost of potential false negatives * Allow reading options from `pyproject.toml`- from v2.0 * Parse `# type: ...` comments if on Python 3.8+ * Bump minimum Python version to 3.6. The last Vulture release that supports Python 2.7 and Python 3.5 is version 1.6. * Consider all files under `test` or `tests` directories test files * Ignore `logging.Logger.propagate` attribute- from v1.6 * Differentiate between functions and methods * Move from Travis to GitHub actions- from v1.5 * Support flake8 \"noqa\" error codes F401 (unused import) and F841 (unused local variable) * Detect unreachable code in conditional expressions * Thu Apr 16 2020 Tomáš Chvátal - 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 - 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 * Mon Feb 11 2019 John Vandenberg - 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 - Remove superfluous devel dependency for noarch package * Fri Aug 10 2018 jsikesAATTsuse.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 jengelhAATTinai.de- Use noun phrase in summary. Trim filler wording from description. * Thu May 24 2018 toddrme2178AATTgmail.com- Spec file cleanups * Fri Oct 20 2017 toddrme2178AATTgmail.com- initial version
|
|
|