Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2020-12-02 13:59:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-veusz" Wed Dec 2 13:59:10 2020 rev:44 rq:852553 version:3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2020-07-17 20:53:38.353094841 +0200 +++ /work/SRC/openSUSE:Factory/.python-veusz.new.5913/python-veusz.changes 2020-12-02 13:59:11.997863009 +0100 @@ -1,0 +2,38 @@ +Sun Nov 29 22:20:48 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 3.3: + * New histogramming widget (histo). + * Add keyboard shortcut for showing/hiding widgets (Ctrl+[ and + Ctrl+]). + * New security model allows running arbitrary code for documents + in allowed locations. + * Allow Python-level module imports. + * New separate lo and hi error bar styles (gh#veusz/veusz#428). + * Use same colour for key title as key text + (gh#veusz/veusz#414). + * Add preferences for number of significant figures in picker. + * New colormaps: inferno, magma, moreland, parula, plasma and + viridis. + * Add CurrentPath() API command to get current widget path. + * Add dataset operations for reversing and subtracting dataset + maximum. + * Now supports building using sip5. + * Bugfix for values in boxplots (gh#veusz/veusz#455). + * Add setting to optionally omit paths in document files. + * New flight-recorder and histogram examples. + * Make sure line around arrows is solid (gh#veusz/veusz#429). + * README is now renamed to README.md. + * Switch to unsigned long long for widget IDs to fix build. + * Add multiline FieldTextEdit (gh#veusz/veusz#392) field. +- Switch BuildRequires: python-sip to python-sip4 and add + BuildRequires: python-sip4-devel to fix unresolvable build + status for openSUSE < 1550. +- Add python-astropy as BuildRequires (for fits tests) and as + Recommends for python-veusz. +- Add python-veusz-rpmlintrc file to suppress a warning for + incorrect EOL encodings in a file which should not be fixed. +- Drop duplicated `AUTHORS` file from the `veusz` pkg: it is + already a part of the `python-veusz` pkg which is a `Requires` + for `veusz`. + +------------------------------------------------------------------- Old: ---- veusz-3.2.1.tar.gz New: ---- python-veusz-rpmlintrc veusz-3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-veusz.spec ++++++ --- /var/tmp/diff_new_pack.Od1uC7/_old 2020-12-02 13:59:13.097864168 +0100 +++ /var/tmp/diff_new_pack.Od1uC7/_new 2020-12-02 13:59:13.101864172 +0100 @@ -19,28 +19,34 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-veusz -Version: 3.2.1 +Version: 3.3 Release: 0 Summary: Scientific plotting library for Python # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is Python-2.0 License: GPL-2.0-or-later AND Python-2.0 URL: https://veusz.github.io/ Source0: https://files.pythonhosted.org/packages/source/v/veusz/veusz-%{version}.tar.gz +Source1: %{name}-rpmlintrc Source3: veusz_256.png BuildRequires: %{python_module devel} -BuildRequires: %{python_module h5py} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module qt5-devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sip} +BuildRequires: %{python_module sip4-devel} +BuildRequires: %{python_module sip4} BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: python-rpm-macros BuildRequires: update-desktop-files +# SECTION For Tests +BuildRequires: %{python_module astropy} +BuildRequires: %{python_module h5py} +# /SECTION Requires: python-numpy Requires: python-qt5 Recommends: python-h5py +Recommends: python-astropy ExcludeArch: i586 %ifpython3 Recommends: veusz @@ -142,14 +148,13 @@ %icon_theme_cache_postun %files %{python_files} -%doc README AUTHORS ChangeLog +%doc README.md AUTHORS ChangeLog %doc Documents/manual/html %license COPYING %{python_sitearch}/veusz-%{version}-py*.egg-info %{python_sitearch}/veusz/ %files -n veusz -%doc AUTHORS %license COPYING %{_bindir}/veusz %{_datadir}/applications/veusz.desktop ++++++ python-veusz-rpmlintrc ++++++ # The '\r' is not supposed to be fixed in this .inv file addFilter("wrong-file-end-of-line-encoding .*/usr/share/doc/packages/python3-veusz/html/objects.inv") ++++++ veusz-3.2.1.tar.gz -> veusz-3.3.tar.gz ++++++ ++++ 26100 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
