14
0
forked from pool/python-yapf

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

- Remove optional dependency from BuildRequires as no tests fail
  or are skipped when it is missing.
- Remove tests from package
- Update from 0.24.0 to v0.26.0

OBS-URL: https://build.opensuse.org/request/show/674779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yapf?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-14 08:32:53 +00:00
committed by Git OBS Bridge
parent 72e392777a
commit 4b0acf56ca
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 14 04:13:37 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove optional dependency from BuildRequires as no tests fail
or are skipped when it is missing.
- Remove tests from package
- Update to v0.26.0
* Many changes to behaviour; see CHANGELOG for details
- from v0.25.0
* Added `INDENT_BLANK_LINES` knob
* Support additional file exclude patterns in .yapfignore file
* Correctly determine if a scope is the last in line
-------------------------------------------------------------------
Wed Oct 24 13:23:45 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>