Changelog for
python2-flake8-docstrings-1.6.0-2.3.noarch.rpm :
* Sat Jan 15 2022 dmuellerAATTsuse.com- update to 1.6.0:
* Fix ``--ignore-noqa`` by disabling ``pydocstyle``\'s ``noqa`` handling.
* Fri Jan 10 2020 tchvatalAATTsuse.com- Revert back the python2 dropping; lets do it globaly in the project config
* Thu Jan 09 2020 toddrme2178AATTgmail.com- Drop python2 subpackage due to dependencies dropping python2.
* Tue Oct 08 2019 tchvatalAATTsuse.com- Update to 1.5.0:
* Add --ignore-decorators option
* Fri Sep 13 2019 tchvatalAATTsuse.com- Update to 1.4.0:
* Add --docstring-convention option which allows selection of conventions besides the default pep257. Available options are based on those available from pydocstyle and are currently pep257, google, and numpy. flake8-docstrings also adds a special all docstring convention which will enable all rules from pydocstyle. Note that pydocstyle defines some conflicting rules so you\'ll want to use ignore / extend-ignore when selecting docstring-convention = all
* Bump minimum flake8 version to 3
* Fix proper handling of stdin via --stdin-display-name
* Sat Aug 03 2019 arunAATTgmx.de- specfile:
* update copyright year
* be more specific in %files section- update to version 1.3.1:
* Fix incompatibility with pydocstyle 4.x
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Fri May 18 2018 jengelhAATTinai.de- Trim bias from description.
* Wed May 09 2018 toddrme2178AATTgmail.com- Use license tag
* Thu Jan 04 2018 arunAATTgmx.de- specfile:
* update copyright year
* update pydocstyle version requirement to 2.1.0
* remove test requirements (were commented out already), since there are no tests- update to version 1.3.0:
* Bump minimum pydocstyle version to 2.1.0- changes from version 1.2.0:
* Fix EnvironError and AllError invocations
* Avoid Flake8 warning for requesting \"builtins\"
* Wed Oct 18 2017 alarrosaAATTsuse.com- Update to 1.1.0- Use singlespec