14
0
forked from pool/python-radon
Files
python-radon/python-radon.changes
Tomáš Chvátal efaecd3502 Accepting request 681734 from home:frispete:python
- set environment encoding for checks in order to succeed 
  test_encoding with Python < 3.7

OBS-URL: https://build.opensuse.org/request/show/681734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=10
2019-03-05 12:46:18 +00:00

44 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Tue Mar 5 12:43:17 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- set environment encoding for checks in order to succeed
test_encoding with Python < 3.7
-------------------------------------------------------------------
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>
- Update to 2.4.0
* No upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:53:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu May 24 17:41:18 UTC 2018 - toddrme2178@gmail.com
- Update to 2.2.0
* Add an option to show closures when Radon is used from flake8: #135
- spec file cleanups
-------------------------------------------------------------------
Fri Oct 20 16:18:07 UTC 2017 - toddrme2178@gmail.com
- initial version