Hello community,

here is the log from the commit of package python3-veusz for openSUSE:Factory 
checked in at 2016-05-10 09:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-veusz (Old)
 and      /work/SRC/openSUSE:Factory/.python3-veusz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-veusz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-veusz/python3-veusz.changes      
2016-04-12 19:32:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-veusz.new/python3-veusz.changes 
2016-05-10 09:27:53.000000000 +0200
@@ -1,0 +2,49 @@
+Sat May  7 19:31:32 UTC 2016 - badshah...@gmail.com
+
+- Update to version 1.24:
+  + Text labels can now include Python expressions inside %{{ }}%
+  + Added built-in functions DATE([fmt]), TIME([fmt]), FILENAME()
+    and BASENAME() when evaluating expressions, which are useful
+    when used in labels
+  + Added Python dictionary ENVIRON when evaluating expressions,
+    to obtain values from environment variables
+  + Added DATA(name, [part]) function to expression environment
+    for accessing values from datasets, useful for function
+    evaluation or labels
+  + Added SETTING(path) function for expression evaluation to
+    obtain values of settings
+  + Added ESCAPE(text) function to environment, which allows LaTeX
+    special characters to be displayed in labels
+  + Add fractions and percentages units to polar plot
+  + Allow number of spokes to be varied in polar plot
+  + Widgets can be clicked holding down shift or ctrl, to add or
+    toggle their selection
+  + Add K. Moreland's cool-warm colormap (thanks to S. Richardson)
+  + Added further green-map, blue-darkred, blue-darkorange,
+    brown-blue and blue-orange colormaps from Oregon geography
+    dept.
+  + Add logarithm and exponential dataset plugins
+  + Add Wipe() command to embedding interface to clear document
+  + Add File->Reload menu option to reload from saved document
+  + Add tooltip to items in FieldWidget showing widget path
+  + Bux fixes:
+    - Fix transparency with bar plot
+    - Use getcwdu() for python2 to avoid bugs combining paths
+    - Handle inf/nan when converting to human readable form in plots
+    - Fix CreateHistogram on command line without binparams
+      parameter
+    - Handle empty 2D dataset import with grid at edge enabled
+    - Do not allow error bars on imported CSV non-numeric data
+    - Handle missing argument in \size
+    - For data edit dialog, allow 1D dataset to replace 2D dataset
+    - Crash if zoom to be height when height is zero
+    - Fix problem with 2D import if error message is in unicode
+    - With axis-function widget catch result if greater than 1
+      dimension
+    - Fix cloning for datasets with / in name
+    - Fix crash in embedding if plot window closed while rendering
+      in progress
++ Clean up mess (__pycache__ dirs containing python object files
+  without corresponding sources) after %clean.
+
+-------------------------------------------------------------------

Old:
----
  veusz-1.23.2.tar.gz

New:
----
  veusz-1.24.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-veusz.spec ++++++
--- /var/tmp/diff_new_pack.UtzoT2/_old  2016-05-10 09:27:54.000000000 +0200
+++ /var/tmp/diff_new_pack.UtzoT2/_new  2016-05-10 09:27:54.000000000 +0200
@@ -20,7 +20,7 @@
 %define         X_display         ":98"
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 Name:           python3-veusz
-Version:        1.23.2
+Version:        1.24
 Release:        0
 Summary:        Scientific plotting library for Python
 License:        GPL-2.0+ and Python-2.0
@@ -154,6 +154,10 @@
 PYTHONPATH=%{buildroot}%{python3_sitearch} \
            python3 tests/runselftest.py
 
+# CLEAN-UP __pycache__ DIRS CONTAINING OBJECT FILES LEFT BY %%check WITHOUT 
THE CORRESPONDING SOURCES
+rm -fr %{buildroot}%{python3_sitearch}/veusz/*/__pycache__
+rm -fr %{buildroot}%{python3_sitearch}/veusz/__pycache__
+
 %post
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 %icon_theme_cache_post

++++++ veusz-1.23.2.tar.gz -> veusz-1.24.tar.gz ++++++
++++ 3957 lines of diff (skipped)



Reply via email to