dcd4963b31
Accepting request 1093026 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1093026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=11
2023-06-14 14:30:08 +00:00
e3df484e28
Accepting request 1092881 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=21
2023-06-14 06:21:09 +00:00
48de58c9cf
Accepting request 1086638 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1086638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=10
2023-05-13 15:17:33 +00:00
6c1788245b
Accepting request 1086626 from home:bnavigator:branches:devel:languages:python
...
- Skip failing pylint test: pylint has advanced, but pylama is not
maintained at the moment -- gh#klen/pylama#238
OBS-URL: https://build.opensuse.org/request/show/1086626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=19
2023-05-11 22:25:50 +00:00
9f63b40744
Accepting request 999927 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/999927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=9
2022-08-30 12:49:08 +00:00
f87f88ff20
Accepting request 999232 from home:bnavigator:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/999232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=17
2022-08-29 11:22:53 +00:00
9e13ac3086
Accepting request 997577 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/997577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=8
2022-08-18 14:49:08 +00:00
930f9c8cfa
- remove unnecessary dependency on pylint
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=15
2022-08-10 14:33:55 +00:00
a0b56a1eee
Accepting request 879331 from devel:languages:python
...
- Add support-pytest-6.patch to support running with pytest >= 6.
OBS-URL: https://build.opensuse.org/request/show/879331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=7
2021-03-17 19:13:58 +00:00
3ec42500b1
- Add support-pytest-6.patch to support running with pytest >= 6.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=13
2021-03-16 04:13:25 +00:00
8b02cefada
Accepting request 854251 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/854251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=6
2020-12-12 19:29:18 +00:00
c0b33fda4d
Accepting request 854218 from home:bnavigator:branches:devel:languages:python
...
- Skip mypy test for flavors, which do not provide it
(mypy is optional)
OBS-URL: https://build.opensuse.org/request/show/854218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=11
2020-12-09 11:56:06 +00:00
933a003cb8
Accepting request 731468 from devel:languages:python
...
- Skip one test that relies on the number of errors found by
linters that differ based on the release we got
OBS-URL: https://build.opensuse.org/request/show/731468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=5
2019-09-23 10:19:09 +00:00
Tomáš Chvátal
4fc20868e5
- Skip one test that relies on the number of errors found by
...
linters that differ based on the release we got
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=9
2019-09-17 10:01:31 +00:00
75fbf97921
Accepting request 701546 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/701546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=4
2019-05-10 07:09:50 +00:00
Tomáš Chvátal
47fecf0ccc
Accepting request 701338 from home:pgajdos
...
- version update to 7.7.1
* no upstream changelog
- modified sources
% dummy.py (extended)
OBS-URL: https://build.opensuse.org/request/show/701338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=7
2019-05-08 10:11:40 +00:00
a04fa7a900
Accepting request 677093 from devel:languages:python
...
- Update to version 7.6.6:
* various async and tests fixes
* no actual upstream changelog updated since 7.4 release
- Actually run tests
OBS-URL: https://build.opensuse.org/request/show/677093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=3
2019-02-19 11:01:08 +00:00
Tomáš Chvátal
02dab468c4
- Update to version 7.6.6:
...
* various async and tests fixes
* no actual upstream changelog updated since 7.4 release
- Actually run tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=5
2019-02-18 11:03:15 +00:00
01397a639c
Accepting request 659592 from devel:languages:python
...
Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/request/show/659592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=2
2018-12-24 10:42:03 +00:00
ff363883ba
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=3
2018-12-04 13:52:03 +00:00
adf46c65c0
Accepting request 605971 from devel:languages:python
...
Python code quality checkecer
OBS-URL: https://build.opensuse.org/request/show/605971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylama?expand=0&rev=1
2018-05-15 08:12:20 +00:00
Todd R
55d379c45b
Accepting request 605970 from devel:languages:python:misc
...
Python code quality checkecer
OBS-URL: https://build.opensuse.org/request/show/605970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=1
2018-05-09 23:45:01 +00:00