Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2014-05-09 06:59:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-veusz" Changes: -------- --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2014-02-26 06:55:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes 2014-05-09 06:59:08.000000000 +0200 @@ -1,0 +2,41 @@ +Sun May 4 21:32:54 UTC 2014 - [email protected] + +- Update to version 1.21: + + Add HDF5 saved document format + + Add filled curve error bar style + + Add fill left/right options for point plotter + + Add filetype filters to import dialog file browser dialog + + In file completer in import dialog, use selected tab as filter + + Move code to use PyQt new style signals + + Add a master color setting for xy point and nonorthpoint plot + + Line labelling algorithm much improved in contour plots, which + rotates text to match line angle and avoids label overlaps + + More accurate axis tick label bounding boxes, allowing rotated + labels to be placed close together + + Add reflection and rotation options to vector field widget + + Switch to scientific notation earlier when showing float + settings + + Bug fix: + - Direction combo did not work in import dialog + - Saving text datasets did not work in Python3 + - Fix partial dataset evaluation issue when loading documents + - 2D non-regular pixel spaced images give error if clipped in + y + - Handle Unicode quoted characters in simple text data files + - xcent/ycent in Dataset2D import plugins were ignored + - promote_tab broken for import plugins + - Full screen view when all pages are deleted + - Crash with empty dataset and boxplot widget + - Fix copy and paste of datasets + - Python 3 resizing axis bug + - Crash if picking/zooming on document with no pages + - Crash if reediting histogram dataset with blank output entry + - Use end of text formatting string beyond format specifier + - When writing SVG text as text, use xml:space="preserve" to + avoid missing whitespace + - Embedding socket issue on Python 3.4+ +- Add python-veusz-test-disable-contour_labels.patch to disable a + test that unnecessarily causes build failures; patch came from + upstream. + +------------------------------------------------------------------- Old: ---- veusz-1.20.1.tar.gz New: ---- python-veusz-test-disable-contour_labels.patch veusz-1.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-veusz.spec ++++++ --- /var/tmp/diff_new_pack.6bBphH/_old 2014-05-09 06:59:09.000000000 +0200 +++ /var/tmp/diff_new_pack.6bBphH/_new 2014-05-09 06:59:09.000000000 +0200 @@ -19,7 +19,7 @@ %define pyname veusz Name: python-veusz -Version: 1.20.1 +Version: 1.21 Release: 0 # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is Python-2.0 Summary: GUI scientific plotting package @@ -28,6 +28,8 @@ Url: http://home.gna.org/veusz/ Source0: http://download.gna.org/veusz/veusz-%{version}.tar.gz Source3: %{pyname}_256.png +# PATCH-FIX-UPSTREAM python-veusz-test-disable-contour_labels.patch [email protected] -- Disable an erroneous test that causes build failures, patch came from upstream +Patch0: python-veusz-test-disable-contour_labels.patch BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -59,6 +61,7 @@ %prep %setup -q -n %{pyname}-%{version} +%patch0 -p1 find -name \*~ | xargs rm -f %build ++++++ python-veusz-test-disable-contour_labels.patch ++++++ diff --git a/tests/runselftest.py b/tests/runselftest.py index 59f0106..0d11d15 100755 --- a/tests/runselftest.py +++ b/tests/runselftest.py @@ -79,6 +79,7 @@ excluded_tests = set([ 'hatching.vsz', # don't expect this to work 'mathml.vsz', + 'contour_labels.vsz', # fails on some linux platforms at the moment ]) class StupidFontMetrics(object): ++++++ veusz-1.20.1.tar.gz -> veusz-1.21.tar.gz ++++++ ++++ 9994 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
