File python3-coverage.changes of Package python-coverage
1
-------------------------------------------------------------------
2
Tue Nov 20 18:18:25 UTC 2012 - saschpe@suse.de
3
4
- Update to version 3.5.3:
5
+ Line numbers in the HTML report line up better with the source lines, fixing
6
issue 197
7
+ When specifying a directory as the source= option, the directory itself no
8
longer needs to have a __init__.py file, though its subdirectories do, to
9
be considered as source files.
10
+ Files encoded as UTF-8 with a BOM are now properly handled, fixing
11
issue 179_.
12
+ Fixed more cases of non-Python files being reported as Python source, and
13
then not being able to parse them as Python. Closes issue 82 (again).
14
+ Fixed memory leaks under Python 3, thanks, Brett Cannon. Closes issue 147_.
15
+ Optimized .pyo files may not have been handled correctly, issue 195_.
16
+ Certain unusually named file paths could have been mangled during reporting,
17
issue 194_.
18
+ Try to do a better job of the impossible task of detecting when we can't
19
build the C extension, fixing issue 183_.
20
+ Testing is now done with tox
21
- Changes from version 3.5.2:
22
+ No changes since 3.5.2.b1
23
- Changes from version 3.5.2b1
24
+ The HTML report has slightly tweaked controls: the buttons at the top of
25
the page are color-coded to the source lines they affect.
26
+ Custom CSS can be applied to the HTML report by specifying a CSS file as
27
the extra_css configuration value in the [html] section.
28
+ Source files with custom encodings declared in a comment at the top are now
29
properly handled during reporting on Python 2. Python 3 always handled them
30
properly. This fixes issue 157_.
31
+ Backup files left behind by editors are no longer collected by the source=
32
option, fixing issue 168_.
33
+ If a file doesn't parse properly as Python, we don't report it as an error
34
if the filename seems like maybe it wasn't meant to be Python. This is a
35
pragmatic fix for issue 82_.
36
+ The -m switch on coverage report, which includes missing line numbers
37
in the summary report, can now be specifed as show_missing in the
38
config file. Closes issue 173_.
39
+ When running a module with coverage run -m <modulename>, certain details
40
of the execution environment weren't the same as for
41
python -m <modulename>. This had the unfortunate side-effect of making
42
coverage run -m unittest discover not work if you had tests in a
43
directory named "test". This fixes issue 155_.
44
+ Now the exit status of your product code is properly used as the process
45
status when running python -m coverage run .... Thanks, JT Olds.
46
+ When installing into pypy, we no longer attempt (and fail) to compile
47
the C tracer function, closing issue 166_.
48
- Name Python3 binaries consistently:
49
+ Fix in setup.py to have correct egg-info data
50
51
-------------------------------------------------------------------
52
Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com
53
54
- Restore BuildRequires: python3 This package depends on hash
55
algorithms that are only available if python3 is installed,
56
python3-devel will not pull them in. Building will fail if
57
BuildRequires: python3 is removed.
58
59
-------------------------------------------------------------------
60
Wed May 23 07:30:09 UTC 2012 - highwaystar.ru@gmail.com
61
62
- python3-coverage package added
63
64