Accepting request 563585 from devel:languages:python

- update to version 0.9.1:
  * Do continuous integration with Travis; from alex-dr@github
  * Declare compatibility with Python 3.6
- update to version 0.9:
  * Extend options already loaded instead of replacing them; from
    mforbes@github
  * Correct some issues preventing proper operation with flake8 3.5.0;
    from jezdez@github
  * Register pytest marker for flake8; from alex-dr@github
- Initial version

OBS-URL: https://build.opensuse.org/request/show/563585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-flake8?expand=0&rev=1
This commit is contained in:
2018-01-13 20:47:54 +00:00
committed by Git OBS Bridge
commit 9d11159cae
5 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
-------------------------------------------------------------------
Mon Oct 30 01:50:31 UTC 2017 - arun@gmx.de
- update to version 0.9.1:
* Do continuous integration with Travis; from alex-dr@github
* Declare compatibility with Python 3.6
-------------------------------------------------------------------
Wed Oct 25 19:37:54 UTC 2017 - arun@gmx.de
- update to version 0.9:
* Extend options already loaded instead of replacing them; from
mforbes@github
* Correct some issues preventing proper operation with flake8 3.5.0;
from jezdez@github
* Register pytest marker for flake8; from alex-dr@github
-------------------------------------------------------------------
Tue Aug 22 20:13:38 UTC 2017 - toddrme2178@gmail.com
- Initial version