Package: nfsometer / 1.9-3.1

Metadata

Package Version Patches format
nfsometer 1.9-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nfsometer_py3 | (download)

nfsometer.py | 23 12 + 11 - 0 !
nfsometerlib/cmd.py | 12 7 + 5 - 0 !
nfsometerlib/collection.py | 76 41 + 35 - 0 !
nfsometerlib/config.py | 10 5 + 5 - 0 !
nfsometerlib/graph.py | 46 23 + 23 - 0 !
nfsometerlib/options.py | 35 18 + 17 - 0 !
nfsometerlib/parse.py | 131 67 + 64 - 0 !
nfsometerlib/report.py | 82 46 + 36 - 0 !
nfsometerlib/selector.py | 34 22 + 12 - 0 !
nfsometerlib/trace.py | 103 51 + 52 - 0 !
nfsometerlib/workloads.py | 47 24 + 23 - 0 !
setup.py | 8 4 + 4 - 0 !
12 files changed, 320 insertions(+), 287 deletions(-)

 update python2 to python3
 Thank you: https://src.fedoraproject.org/rpms/nfsometer/blob/f32/f/nfsometer_py3.patch
 .
 nfsometer (1.9-1) UNRELEASED; urgency=medium
 .
   * Initial release. (Closes: #nnnn)  <nnnn is the bug number of your ITP>
tiny groff fix | (download)

nfsometer.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 nfsometer (1.9-1) experimental; urgency=medium
 .
   * Initial release. (Closes: #678727)
SyntaxWarning.patch | (download)

nfsometerlib/config.py | 6 3 + 3 - 0 !
nfsometerlib/options.py | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---