Changelog for
python310-veusz-3.6.2-1.7.x86_64.rpm :
* Tue Apr 18 2023 Atri Bhattacharya
- Update to version 3.6.2:
* Fix broken resource symlink handling.- Changes from version 3.6.1:
* Fix appdata file.
* Fix issue in setup.cfg.- Changes from version 3.6.0:
* Interactive rotation of 3D plots.
* Add 12-bit rainbow colormap.
* Fix crash in contour key values.
* Fix breakage with recent numpy versions due to removal of bool.
* Fix error in colormap sequence.
* About dialog shows software versions.
* Rewrite install instructions in INSTALL.md.
* Fix for Python 3.11 due to opening with universal newlines.
* Remove use of distutils.- Drop veusz-numpy1.24.patch: incorporated upstream.
* Fri Jan 13 2023 Ben Greiner - Add veusz-numpy1.24.patch for compatibility with NumPy 1.24
* Tue Dec 06 2022 Dirk Müller - update to 3.5.3:
* Fix missing documentation
* Tue Nov 01 2022 Atri Bhattacharya - Update to version 3.5.2:
* Fix broken ChangeLog.- Changes from version 3.5.1:
* Fixes for EMF generating code (requires pyemf-3.1).- Changes from version 3.5.0:
* Improvements in fitting, including: - Assume absolute errors by default. - Introduce minimum and maximum fit ranges. - Add setting to give default error value and type (absolute/relative). - Plugin fixes, renaming --plugin to --veusz-plugin option. - Bug fix for broken axis drawing. - Mirrored axis bug fix. - More keyboard shortcuts. - Fix build system to use sip-build, which works with recent SIP versions. - Change high DPI scaling policy. - Support _FillValue and missing_data attributes in HDF5 files for NetCDF.- Drop upstreamed patches:
* python-veusz-correct-platlib-dir.patch.
* veusz-sip65.patch.- New BuildRequires: python-tomli.- Re-work common data installation:
* Drop out-of-source icon veusz_256.png: Desktops now support rendering svg icons directly.
* Split out a separate -common package for example, icon, and test files common to all python flavours; install these to %{_datadir}/veusz and symlink these to %python_sitearch dir as veusz looks for these files in this location.
* Require veusz-common package from python flavours packages.
* Make updates from dir to symlinks possible by rm-ing dirs from previous installs (%pre section).- Clean up trailing spaces from old changelog entries.- Run full gamut of tests for %check; needs BuildRequires: xorg-x11-server-Xvfb.
* Sat Sep 24 2022 Atri Bhattacharya - Restore multi flavour builds for all supported python3 flavours.- Add python-veusz-correct-platlib-dir.patch: Ensure consistent platlib path on all python3 flavours by using sysconfig module direclty. N.B.: Patch to be applied after Patch1 [gh#veusz/veusz#627].- Make builds for openSUSE < 1550 unresolvable — rather than failing — by requiring python >= 3.8 for builds.
* Fri Aug 19 2022 Ben Greiner - Fix obsoletion of flavored package
* Thu Aug 18 2022 Ben Greiner - Add veusz-sip65.patch gh#veusz/veusz#595: fix build with SIP 6.5- Remove multiflavor build: This application only needs the primary python3 flavor.
* Tue Dec 28 2021 Ben Greiner - Fix build requirements: This one actually uses SIP >=5 now.- Clean up unused python2 expressions in specfile
* Wed Oct 27 2021 Atri Bhattacharya - Update to version 3.4:
* Font styles can be chosen.
* Add setting to specify minor ticks in axis.
* Add setting to ignore NaN values in point plotter, rather than breaking lines.
* Add copy and paste of images.
* Add embedding SVG graphics.
* New tight-Bezier line style.
* Add hide icon (eye) in settings and grey tabs as appropriate.
* Add \\ddot latex command.
* Axis auto ranges (e.g. 5-95%) can now have decimals.
* Filename set after Load().
* Fix renaming 2D datasets.
* Fix for blank dataset output names in dataset plugin.
* Fix for crash in QDP plugin.
* Linux dark mode improvements.
* Font foundry name removed from SVG files.
* Add page colour or fill setting.
* Change default xy plotter marker size and fill colour for new documents.
* Add function widget global colour setting.
* Fri Feb 19 2021 Markéta Machová - veusz should need primary python3 binary
* Mon Feb 08 2021 Markéta Machová - %ifpython3 does not work with multi-build python
* Mon Jan 18 2021 Atri Bhattacharya - Disable for python36: dependency python-astropy does not build.