14
0

Accepting request 678595 from home:jayvdb:coala:python3-bears

- Add missing dependencies for Python 2, enum34 and pathlib and add
  missing test dependency mock
- Remove unnecessary build dependency python-devel
- Remove %bcond test
- Fix CLI tests with test-sys-executable.patch
- Change version == pins to >= in setup.py and test-requirements.txt
- Update to v0.3.19
  * New features
    + Initial support for stdin
  * Bug fixes
    + Disable ProhibitImplicitScopeVariable
    + Suppress warnings caused by map([], ' "x" ')
    + Fix linting autocmd
    + Fix acceptance tests
  * Optimize
    + ProhibitUnusedVariable
    + get_asset_path
    + ConfigProjectSource
  * Documentation
    + Link to default config
    + Fix a broken code block for example
- Initial version v0.3.18

OBS-URL: https://build.opensuse.org/request/show/678595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vim-vint?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2019-02-25 08:29:38 +00:00
committed by Git OBS Bridge
commit 41dc3ccef4
6 changed files with 298 additions and 0 deletions

29
python-vim-vint.changes Normal file
View File

@@ -0,0 +1,29 @@
-------------------------------------------------------------------
Wed Feb 13 06:23:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add missing dependencies for Python 2, enum34 and pathlib and add
missing test dependency mock
- Remove unnecessary build dependency python-devel
- Remove %bcond test
- Fix CLI tests with test-sys-executable.patch
- Change version == pins to >= in setup.py and test-requirements.txt
- Update to v0.3.19
* New features
+ Initial support for stdin
* Bug fixes
+ Disable ProhibitImplicitScopeVariable
+ Suppress warnings caused by map([], ' "x" ')
+ Fix linting autocmd
+ Fix acceptance tests
* Optimize
+ ProhibitUnusedVariable
+ get_asset_path
+ ConfigProjectSource
* Documentation
+ Link to default config
+ Fix a broken code block for example
-------------------------------------------------------------------
Thu Nov 16 17:46:12 UTC 2017 - toddrme2178@gmail.com
- Initial version v0.3.18