- Use sys.executable to invoke flake8. This ensures that we run the
flake8 installed to match the current interpreter, in
multi-interpreter environments.
- Drop Python 3.5 support.
- Support Python 3.9.
- Move license from ISC to MIT License.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8dir?expand=0&rev=7
27 lines
961 B
Plaintext
27 lines
961 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Mar 18 21:37:53 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 2.3.1:
|
|
- Use sys.executable to invoke flake8. This ensures that we run the
|
|
flake8 installed to match the current interpreter, in
|
|
multi-interpreter environments.
|
|
- Drop Python 3.5 support.
|
|
- Support Python 3.9.
|
|
- Move license from ISC to MIT License.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 22:45:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Fix failing test gh#adamchainz/pytest-flake8dir#126
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 6 13:15:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.2.0:
|
|
* minor fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 3 06:44:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by flake8-comprehensions
|