14
0
forked from pool/python-radon

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

- Fix tests which were erroring but the error was being ignored
- Remove tests from the package
- Use GitHub repository for the link, as it has links to other
  resources
- Update from v2.4.0 to v3.0.1

OBS-URL: https://build.opensuse.org/request/show/674780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-02-14 08:35:01 +00:00
committed by Git OBS Bridge
parent 578b9e992c
commit 40a11c598f
4 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 14 04:42:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Fix tests which were erroring but the error was being ignored
- Remove tests from the package
- Use GitHub repository for the link, as it has links to other
resources
- Update to v3.0.1
* Automatically exclude binary files, instead of producing an error
- from 3.0.0
* Include files with no extension but a Python shebang
* Fix calculation of total complexity for classes
* Update Colorama dependency to avoid conflicts with pytest
* Fix raw metrics, which were completely broken
-------------------------------------------------------------------
Sat Jan 19 18:22:00 UTC 2019 - Michael Ströder <michael@stroeder.com>