Hello community, here is the log from the commit of package python-tables for openSUSE:Factory checked in at 2019-11-11 21:32:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tables (Old) and /work/SRC/openSUSE:Factory/.python-tables.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tables" Mon Nov 11 21:32:30 2019 rev:13 rq:747351 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes 2019-07-23 22:36:21.610983980 +0200 +++ /work/SRC/openSUSE:Factory/.python-tables.new.2990/python-tables.changes 2019-11-11 21:32:32.432312318 +0100 @@ -1,0 +2,33 @@ +Sat Nov 9 15:08:18 UTC 2019 - Arun Persaud <[email protected]> + +- specfile: + * make it python3 only + * remove six + * update required version for numpy and numexpr + +- update to version 3.6.1: + * Maintenance release to fix packaging issues. No new features or + bugfixes. + +- changes from version 3.6.0: + * PyTables 3.6 no longer supports Python 2.7 see PR #747. + * Improvements + + Full python 3.8 support. + + On Windows PyTables wheels on PyPI are linked to + `pytables_hdf5.dll` instead of `hdf5.dll` to prevent collisions + with other packages/wheels that also vendor `hdf5.dll`. This + should prevent problems that arise when a different version of a + dll is imported that the version to which the program was linked + to. This problem is known as "DLL Hell". With the renaming of + the HDF5 DLL to `pytables_hdf5.dll` these problems should be + solved. + * Bugfixes + + Bugfix for HDF5 files/types with padding. For details see + :issue:`734`. + + More fixes for python 3.8 compatibility: Replace deprecated + time.clock with time.perf_counter Thanks to Sergio Pascual + (sergiopasra). see :issue:`744` and PR #745. + + Improvements in tests as well as clean up from dropping Python + 2.7 support. Thanks to Seth Troisi (sethtroisi). + +------------------------------------------------------------------- Old: ---- tables-3.5.2.tar.gz New: ---- tables-3.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tables.spec ++++++ --- /var/tmp/diff_new_pack.EudxZa/_old 2019-11-11 21:32:33.980313854 +0100 +++ /var/tmp/diff_new_pack.EudxZa/_new 2019-11-11 21:32:33.984313858 +0100 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-tables -Version: 3.5.2 +Version: 3.6.1 Release: 0 Summary: Hierarchical datasets for Python License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/PyTables/PyTables Source0: https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz Patch0: Never-use-the-msse2-flag-explicitly.patch @@ -30,10 +30,9 @@ BuildRequires: %{python_module devel} # Python 3 version needs mock too for some reason BuildRequires: %{python_module mock} -BuildRequires: %{python_module numexpr >= 2.5.2} -BuildRequires: %{python_module numpy-devel >= 1.8.1} +BuildRequires: %{python_module numexpr >= 2.6.2} +BuildRequires: %{python_module numpy-devel >= 1.9.3} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.9.0} BuildRequires: blosc-devel >= 1.4.1 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -45,9 +44,8 @@ BuildRequires: python3-jupyter_ipython BuildRequires: python3-numpydoc BuildRequires: python3-sphinx_rtd_theme -Requires: python-numexpr >= 2.5.2 -Requires: python-numpy >= 1.8.1 -Requires: python-six >= 1.9.0 +Requires: python-numexpr >= 2.6.2 +Requires: python-numpy >= 1.9.3 Recommends: bzip2 Recommends: lzo %python_subpackages @@ -63,7 +61,6 @@ %package -n %{name}-doc Summary: Documentation for %{name} -Group: Development/Languages/Python Provides: %{python_module tables-doc = %{version}} %description -n %{name}-doc ++++++ tables-3.5.2.tar.gz -> tables-3.6.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-tables/tables-3.5.2.tar.gz /work/SRC/openSUSE:Factory/.python-tables.new.2990/tables-3.6.1.tar.gz differ: char 5, line 1
