2022-08-29 11:22:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 25 09:18:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to 8.4.1
|
|
|
|
* Support TOML configuration (thank you
|
|
|
|
https://github.com/villainy)
|
|
|
|
* Fix pylint integration
|
|
|
|
* Fix linting for empty files
|
|
|
|
- Version 8.3.8
|
|
|
|
* Better pytest integration
|
|
|
|
- Version 8.3.6
|
|
|
|
* Fixed processing of linters params
|
|
|
|
- Version 8.3.0
|
|
|
|
* Added support for default config file `~/.pylama.ini`
|
|
|
|
- Version 8.2.0
|
|
|
|
* Added `--max-line-length` to setup max line length for
|
|
|
|
pycodestyle and pylint
|
|
|
|
* Support for linters options in command line
|
|
|
|
- Version 8.1.4
|
|
|
|
* Support json format
|
|
|
|
* Support `--from-stdin` option
|
|
|
|
* Changed: pylama only allows to check python files (--force is
|
|
|
|
removed)
|
|
|
|
* Changed: mccabe argument `complexity` -> `max-complexity`
|
|
|
|
- Version 8.0.5
|
|
|
|
* Drop support for python 2
|
|
|
|
* Support python 3.7, 3.8, 3.9
|
|
|
|
* Support mccabe==0.6.1, pycodestyle==2.8.0, pydocstyle==6.1.1,
|
|
|
|
pyflakes==2.4.0, eradicate==2.0.0, radon==5.1.0, pylint==2.11.1
|
|
|
|
* Support vulture
|
|
|
|
* Support 'convention' for pydocstyle
|
|
|
|
* License changed to MIT (see LICENSE file for details)
|
|
|
|
* Fix Radon message format
|
|
|
|
- Drop support-pytest-6.patch
|
|
|
|
|
2022-08-10 14:33:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 10 14:33:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- remove unnecessary dependency on pylint
|
|
|
|
|
2021-03-16 04:13:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 16 04:12:39 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Add support-pytest-6.patch to support running with pytest >= 6.
|
|
|
|
|
2020-12-09 11:56:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 9 10:05:03 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Skip mypy test for flavors, which do not provide it
|
|
|
|
(mypy is optional)
|
|
|
|
|
2019-09-17 10:01:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 17 09:59:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Skip one test that relies on the number of errors found by
|
|
|
|
linters that differ based on the release we got
|
|
|
|
|
2019-05-08 10:11:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 7 14:04:53 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 7.7.1
|
|
|
|
* no upstream changelog
|
|
|
|
- modified sources
|
|
|
|
% dummy.py
|
|
|
|
|
2019-02-18 11:03:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 18 10:47:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to version 7.6.6:
|
|
|
|
* various async and tests fixes
|
|
|
|
* no actual upstream changelog updated since 7.4 release
|
|
|
|
- Actually run tests
|
|
|
|
|
2018-12-04 13:52:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:52:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-09 23:45:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 9 23:28:47 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Use license tag
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 18 16:46:03 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 7.4.3
|
|
|
|
* See changelog at https://github.com/klen/pylama/blob/7.4.3/Changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 10 12:44:22 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 6.0.0
|
|
|
|
- No upstream changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|