File python-nose-doc.changes of Package python-nose
1
-------------------------------------------------------------------
2
Tue Nov 20 17:50:51 UTC 2012 - saschpe@suse.de
3
4
- Update to version 1.2.1:
5
+ Correct nose.__version__ (#549). Thanks to Chris Withers for the bug report.
6
- Changes from version 1.2.0:
7
+ Fixed issue where plugins included with `addplugins` keyword could
8
be overridden by built-in plugins (or third-party plugins registered
9
with setuptools) of the same name (#466).
10
+ Adds :option:`--cover-xml` and :option:`--cover-xml-file` (#311).
11
+ Adds support for :option:`--cover-branches` (related to #370).
12
+ Fixed Unicode issue on Python 3.1 with coverage (#442)
13
+ fixed class level fixture handling in multiprocessing plugin
14
+ Clue in the ``unittest`` module so it no longer prints traceback frames for
15
our clones of their simple assertion helpers (#453). Patch by Erik Rose.
16
+ Stop using the ``assert`` statement in ``ok_`` and ``eq_`` so they work under
17
``python -O`` (#504). Patch by Erik Rose.
18
+ Add loglevel option to logcapture plugin (#493).
19
+ Add doctest options flag (#7 from google code tracker).
20
+ Add support for using 2to3 with the nosetests setuptools command.
21
+ Add --cover-min-percentage flag to force test runs without sufficient
22
coverage to fail (#540). Patch by Domen Kožar.
23
+ Add travis-ci configuraion (#545).
24
+ Call reactor.stop from twisted thread (#301).
25
- Changes from version 1.1.2:
26
+ Fixed regression where the .coverage file was not saved (#439).
27
28
-------------------------------------------------------------------
29
Fri May 25 14:13:51 UTC 2012 - toddrme2178@gmail.com
30
31
- Added python 3 documentation package
32
33
-------------------------------------------------------------------
34
Fri Apr 27 14:07:19 UTC 2012 - toddrme2178@gmail.com
35
36
- Fix building python 3 package on openSUSE 11.4
37
38
-------------------------------------------------------------------
39
Thu Apr 26 08:47:38 UTC 2012 - toddrme2178@gmail.com
40
41
- Add python 3 packages
42
43
-------------------------------------------------------------------
44
Mon Apr 2 12:02:50 UTC 2012 - saschpe@suse.de
45
46
- Move doc package into seperate spec to break build cycle between
47
python-nose and python-Pygments (pulled in by python-Sphinx)
48
49
-------------------------------------------------------------------
50
Sat Mar 10 16:53:22 UTC 2012 - saschpe@gmx.de
51
52
- Simply macro usage
53
- Run testsuite
54
55
-------------------------------------------------------------------
56
Wed Sep 21 10:12:57 UTC 2011 - saschpe@suse.de
57
58
- Needs python-distribute at runtime
59
60
-------------------------------------------------------------------
61
Tue Sep 13 20:27:36 UTC 2011 - saschpe@suse.de
62
63
- Upper-case %description
64
65
-------------------------------------------------------------------
66
Thu Sep 8 16:44:02 UTC 2011 - saschpe@suse.de
67
68
- Disabled testsuite to fix build
69
70
-------------------------------------------------------------------
71
Thu Sep 8 15:43:42 UTC 2011 - saschpe@suse.de
72
73
- Update to 1.1.2:
74
* Fixed regression where the .coverage file was not saved (#439).
75
* Fixed missing nose.sphinx module in source distribution (#436).
76
- Spec file changes:
77
* Depend on python-distribute instead of python-setuptools
78
* Changed license to LGPL-2.0+ (SPDX style)
79
* Properly build and install HTML documentation
80
* Requires python-xml at runtime
81
82
-------------------------------------------------------------------
83
Mon Feb 7 21:34:42 UTC 2011 - lars@linux-schulserver.de
84
85
- update to 1.0.0:
86
+ Made nose compatible with python 3.
87
**Huge** thanks to Alex "foogod" Stewart!
88
89
-------------------------------------------------------------------
90
Tue Sep 14 08:30:06 UTC 2010 - coolo@novell.com
91
92
- update to 0.11.4
93
- Made nose compatible with Python 2.7.
94
- Fixed default plugin manager's use of plugin overriding. Thanks to
95
rob.daylife for the bug report and patch. (#323).
96
- Changed plugin loading so that external plugins loaded via extension
97
points can override builtin plugins with the same name.
98
... for more see CHANGELOG
99
100
-------------------------------------------------------------------
101
Wed Jul 22 17:45:32 CEST 2009 - lars@linux-schulserver.de
102
103
- update to 0.11.1
104
+ Fixed bug in xunit plugin xml escaping.
105
+ Fixed bug in xunit plugin that could cause test run to crash
106
after certain types of errors or actions by other plugins.
107
+ Fixed bug in testid plugin that could cause test run to crash
108
after certain types of errors or actions by other plugins.
109
+ Fixed bug in collect only plugin that caused it to fail when
110
collecting from test generators.
111
+ Fixed some broken html in docs.
112
- update to 0.11.1 contains changes from 0.11:
113
+ Added multiprocess plugin that allows tests to be run in parallel
114
across multiple processes.
115
+ Added logcapture plugin that captures logging messages and prints
116
them with failing tests.
117
+ Added optional HTML coverage reports to coverage plugin.
118
+ Added plugin that enables collection of tests in all modules.
119
+ Added --failed option to testid plugin. When this option is in
120
effect, if any tests failed in the previous test run (so long as
121
testid was active for that test run) only the failed tests will run.
122
+ Made it possible to 'yield test' in addition to 'yield test,' from
123
test generators.
124
+ Fixed bug that caused traceback inspector to fail when source code
125
file could not be found.
126
+ Fixed some issues limiting compatibility with IronPython.
127
+ Added support for module and test case fixtures in doctest files.
128
+ Added --traverse-namespace commandline option that restores old
129
default behavior of following all package __path__ entries when
130
loading tests from packages.
131
+ Added --first-package-wins commandline option to better support
132
testing parts of namespace packages.
133
+ Added versioned nosetests scripts (#123).
134
+ Fixed bug that would cause context teardown to fail to run in some
135
cases.
136
+ Enabled doctest plugin to use variable other than "_" as the default
137
result variable.
138
+ Fixed bug that would cause unicode output to crash output capture.
139
+ Added setUp and tearDown as valid names for module-level fixtures.
140
+ Fixed bug in list of valid names for package-level fixtures.
141
+ Updated man page generation using hacked up manpage writer from
142
docutils sandbox.
143
- fix some rpmlint warnings
144
145
-------------------------------------------------------------------
146
Wed Dec 03 00:00:00 CET 2008 - jfunk@funktronics.ca
147
148
- Update to 0.10.4
149
- nose is now compatible with python 2.6.
150
- 0.10.3
151
- Fixed bug in nosetests setup command that caused an exception to be raised
152
if run with options. Thanks to Philip Jenvey for the bug report (#191).
153
- Raised score of coverage plugin to 200, so that it will execute before
154
default-score plugins, and so be able to catch more import-time code. Thanks
155
to Ned Batchelder for the bug report and patch (#190).
156
- 0.10.2
157
- nose now runs under jython (jython svn trunk only at this time). Thanks to
158
Philip Jenvey, Pam Zerbinos and the other pycon sprinters (#160).
159
- Fixed bugs in loader, default plugin manager, and other modules that
160
caused plugin exceptions to be swallowed (#152, #155). Thanks to John J
161
Lee for the bug report and patch.
162
- Added selftest.py script, used to test a non-installed distribution of
163
nose (#49). Thanks to Antoine Pitrou and John J Lee for the bug report and
164
patches.
165
- Fixed bug in nose.importer that caused errors with namespace
166
packages. Thanks to Philip Jenvey for the bug report and patch (#164).
167
- Fixed bug in nose.tools.with_setup that prevented use of multiple
168
@with_setup decorators. Thanks to tlesher for the bug report (#151).
169
- Fixed bugs in handling of context fixtures for tests imported into a
170
package. Thanks to Gary Bernhardt for the bug report (#145).
171
- Fixed bugs in handling of config files and config file options for plugins
172
excluded by a RestrictedPluginManager. Thanks to John J Lee and Philip
173
Jenvey for the bug reports and patches (#158, #166).
174
- Updated ErrorClass exception reporting to be shorter and more clear. Thanks
175
to John J Lee for the patch (#142).
176
- Allowed plugins to load tests from modules starting with '_'. Thanks to John
177
J Lee for the patch (#82).
178
- Updated documentation about building as rpm (#127).
179
- Updated config to make including executable files the default on
180
IronPython as well as on Windows. Thanks to sanxiyn for the bug
181
report and patch (#183).
182
- Fixed a python 2.3 incompatibility in errorclass_failure.rst
183
(#173). Thanks to Philip Jenvey for the bug report and patch.
184
- Classes with metaclasses can now be collected as tests (#153).
185
- Made sure the document tree in the selector plugin test is accurate
186
and tested (#144). Thanks to John J Lee for the bug report and
187
patch.
188
- Fixed stack level used when dropping into pdb in a doctest
189
(#154). Thanks to John J Lee for the bug report and patch.
190
- Fixed bug in ErrorClassPlugin that made some missing keyword
191
argument errors obscure (#159). Thanks to Philip Jenvey for the bug
192
report and patch.
193
194
-------------------------------------------------------------------
195
Tue Nov 11 00:00:00 CET 2008 - cfarrell1980@gmail.com
196
197
- try building with --record-rpm instead of --record as per bnc#441794
198
199
-------------------------------------------------------------------
200
Thu Jul 10 00:00:00 CET 2008 - poeml@suse.de
201
202
- fix build, the man page wasn't found.
203
204
-------------------------------------------------------------------
205
Wed Mar 19 00:00:00 CET 2008 - jfunk@funktronics.ca
206
207
- Update to 0.10.1:
208
- Fixed bug in capture plugin that caused it to record captured output on the
209
test in the wrong attribute (#113)
210
- Fixed bug in result proxy that caused tests to fail if they accessed
211
certain result attibutes directly (#114). Thanks to Neilen Marais for the
212
bug report
213
- Fixed bug in capture plugin that caused other error formatters changes to
214
be lost if no output was captured (#124). Thanks to someone at ilorentz.org
215
for the bug report
216
- Fixed several bugs in the nosetests setup command that made some options
217
unusable and the command itself unusable when no options were set (#125,
218
[#126], #128). Thanks to Alain Poirier for the bug reports
219
- Fixed bug in handling of string errors (#130). Thanks to schl... at
220
uni-oldenburg.de for the bug report
221
- Fixed bug in coverage plugin option handling that prevented
222
--cover-package=mod1,mod2 from working (#117). Thanks to Allen Bierbaum for
223
the patch
224
- Fixed bug in profiler plugin that prevented output from being produced when
225
output capture was enabled on python 2.5 (#129). Thanks to James Casbon for
226
the patch
227
- Fixed bug in adapting 0.9 plugins to 0.10 (#119 part one). Thanks to John J
228
Lee for the bug report and tests
229
- Fixed bug in handling of argv in config and plugin test utilities (#119
230
part two). Thanks to John J Lee for the bug report and patch
231
- Fixed bug where Failure cases due to invalid test name specifications were
232
passed to plugins makeTest (#120). Thanks to John J Lee for the bug report
233
and patch
234
- Fixed bugs in doc css that mangled display in small windows. Thanks to Ben
235
Hoyt for the bug report and Michal Kwiatkowski for the fix
236
- Made it possible to pass a list or comma-separated string as defaultTest to
237
main(). Thanks to Allen Bierbaum for the suggestion and patch
238
- Fixed a bug in nose.selector and nose.util.getpackage that caused
239
directories with names that are not legal python identifiers to be
240
collected as packages (#143). Thanks to John J Lee for the bug report
241
242
-------------------------------------------------------------------
243
Tue Jul 04 00:00:00 CET 2006 - judas_iscariote@shorewall.net
244
245
- update
246
247
-------------------------------------------------------------------
248
Tue Jul 04 00:00:00 CET 2006 - jfunk@funktronics.ca
249
250
- Initial release
251
252