Hello community, here is the log from the commit of package python-sidpy for openSUSE:Factory checked in at 2020-09-21 17:43:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old) and /work/SRC/openSUSE:Factory/.python-sidpy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sidpy" Mon Sep 21 17:43:09 2020 rev:2 rq:835576 version:0.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes 2020-08-18 15:11:37.856055074 +0200 +++ /work/SRC/openSUSE:Factory/.python-sidpy.new.4249/python-sidpy.changes 2020-09-21 17:45:34.757034930 +0200 @@ -1,0 +2,22 @@ +Fri Sep 18 21:08:25 UTC 2020 - andy great <[email protected]> + +- Remove fix_tests_dir_in_site_package.patch, fix in sidpy 0.0.2. +- Update to version 0.0.2. + * Submodules of the main modules can be imported directly. + E.g. import sidpy.hdf_utils instead of sidpy.hdf.hdf_utils + * Preventing tests from being deployed into site-packages + * Fixed bugs in sidpy.io.interface_utils.py that was causing + problems when importing sidpy + * Added python 3.8 support and testing + * Improvements and bug fixes to dataset.py + * Added plotting utilities written to support upcoming + Dataset.plot(). + * Ported additional hdf_utils functions for copying datasets + (now in hdf_utils) and provenance tracking within HDF files + (now in prov_utils) + * Added Reader class to do half the job of the existing + Translator class + * Translator class now shows a deprecation warning prompting + users to start using Reader instead and populate ScopeReaders + +------------------------------------------------------------------- Old: ---- fix_tests_dir_in_site_package.patch sidpy-0.0.1.tar.gz New: ---- sidpy-0.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sidpy.spec ++++++ --- /var/tmp/diff_new_pack.AJweGa/_old 2020-09-21 17:45:38.329038296 +0200 +++ /var/tmp/diff_new_pack.AJweGa/_new 2020-09-21 17:45:38.333038300 +0200 @@ -19,15 +19,13 @@ %define packagename sidpy %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sidpy -Version: 0.0.1 +Version: 0.0.2 Release: 0 Summary: Utilities for processing Spectroscopic and Imaging Data License: MIT Group: Development/Languages/Python URL: https://pycroscopy.github.io/sidpy/about.html Source: https://github.com/pycroscopy/sidpy/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM fix_tests_dir_in_site_package.patch [email protected] gh#pycroscopy/pyUSID#50 -- Remove tests folder from site-packages directory -Patch0: fix_tests_dir_in_site_package.patch BuildRequires: %{python_module cytoolz} BuildRequires: %{python_module dask >= 0.10} BuildRequires: %{python_module dask-array >= 0.10} @@ -35,10 +33,12 @@ BuildRequires: %{python_module ipywidgets >= 5.2.2} BuildRequires: %{python_module joblib >= 0.11.0} BuildRequires: %{python_module matplotlib >= 2.0.0} +BuildRequires: %{python_module mpi4py} BuildRequires: %{python_module numpy >= 1.10} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module qt5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module toolz} @@ -51,8 +51,10 @@ Requires: python-ipywidgets >= 5.2.2 Requires: python-joblib >= 0.11.0 Requires: python-matplotlib >= 2.0.0 +Requires: python-mpi4py Requires: python-numpy >= 1.10 Requires: python-psutil +Requires: python-qt5 Requires: python-six Requires: python-toolz BuildArch: noarch @@ -63,7 +65,6 @@ %prep %setup -q -n %{packagename}-%{version} -%patch0 -p1 %build %python_build @@ -81,5 +82,4 @@ %{python_sitelib}/*egg-info %{python_sitelib}/%{packagename} - %changelog ++++++ sidpy-0.0.1.tar.gz -> sidpy-0.0.2.tar.gz ++++++ ++++ 6798 lines of diff (skipped)
