Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-tables-3.9.2-4.2 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python311-tables Distribution: openSUSE Tumbleweed
Version: 3.9.2 Vendor: openSUSE
Release: 4.2 Build date: Fri Feb 23 13:25:06 2024
Group: Unspecified Build host: reproducible
Size: 10309612 Source RPM: python-tables-3.9.2-4.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/PyTables/PyTables
Summary: Hierarchical datasets for Python
PyTables is a package for managing hierarchical datasets and
designed to efficently cope with extremely large amounts of
data. PyTables is built on top of the HDF5 library and the
NumPy package and features an object-oriented interface
that, combined with C-code generated from Pyrex sources,
makes of it a fast, yet extremely easy to use tool for
interactively save and retrieve large amounts of data.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Feb 23 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use newly supported shrink{} on OBS to exclude python flavors
    will all python versions skipped.
* Tue Feb 20 2024 Ben Greiner <code@bnavigator.de>
  - Reenable test flavor for Python 3.9 instead of actually testing
    it with every other test flavor. Will now automatically be
    excluded when globally dropped and can be removed at a later
    time.
  - Enable sle15_python_module_pythons for the sake of multiflavor
    simplicity (still unresolvable for now)
* Tue Feb 06 2024 Dirk Müller <dmueller@suse.com>
  - disable testing for 3.9, add 3.12 testing
* Fri Dec 01 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.9.2:
    * Minimum supported version for Python is 3.9 (see gh-1062).
    * New features
      + Apply optimized slice read to Blosc2-compressed CArray and EArray
      + Add basic API for column-level attributes as Col._v_col_attrs
    * Bugfixes
      + Fix the assembly of returned slice data in Blosc2 NDim optimized
      slice reads by using Blosc2’s b2nd_copy_buffer
      + Fix crash in Blosc2 optimized path with large tables
      + Fix compatibility with NumExpr v2.8.5
      + Fix ptrepack failures with external links
      + Replace stderr messages with Python warnings
      + Fix Cython slice indexing under Python 3.12
      + Fix unsafe temporary file creation in benchmark
    * Improvements
      + PyTables wheels now use a threadsafe build of the HDF5 library
      + Partial support for the future NumPy 2, with some tests still failing
      + Relax the reading of Blosc2 NDim to cope with datasets stored with
      other tools
      + Use H5Dchunk_iter (when available) to speed up walking over many chunks
      in a very large table, as well as with random reads
      + Improve setup.py (now using pyproject.toml as per PEP 518) and
      blosc2 discovery mechanism
      + Enable compatibility with Cython 3
      + Handle py-cpuinfo missing in some platforms
      + Avoid NumPy >= 1.25 deprecations, use numpy.all, numpy.any, etc. instead.
    * Other changes
      + Drop compatibility with the obsolete HDF5 1.8 API
      + Require python-blosc2 >= 2.3.0 or c-blosc2 >= 2.11.0
      + Assorted fixes to b2nd slicing optimization tips
      + New benchmark for ERA5 climate data
      + New “100 trillion baby” benchmark
      + New benchmark for querying meteorologic data
  - Unpin Cython, Cython 3 is now supported
  - Drop patches tables-pr1000-debundled-blosc2.patch and numpy-1.25.patch:
    * Both included upstream
* Mon Aug 21 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Pin Cython to < 3.
* Fri Aug 18 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Add numpy-1.25.patch upstream patch
    gh#PyTables/PyTables@337792561e59
* Tue Apr 11 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Remove test-py38 flavor from multibuild: python 3.8 is no longer
    supported.
* Sat Feb 25 2023 Ben Greiner <code@bnavigator.de>
  - Promote tables-debundled-blosc2.patch to
    tables-pr1000-debundled-blosc2.patch
    * Do not require python-blosc2 for anything
    * gh#PyTables/PyTables#1000
  - Remove pre-compiled libblosc2.so gh#PyTables/PyTables#1001
  - Split out test into multibuilds: Even the "light" test suite
    takes more than 1 hour for all 4 python flavors executed
    sequentially
* Fri Feb 17 2023 Ben Greiner <code@bnavigator.de>
  - Use python-blosc2 and c-blosc2
  - Drop environement vars which would have only been used with
    embedded c-blosc
  - Disable building docs (sphinx update broke it)
  - Add tables-debundled-blosc2.patch gh#PyTables/PyTables#1000
* Wed Feb 08 2023 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
    * require python >= 3.8
  - update to version 3.8.0:
    * Improvements
      + Support for Python 3.11 has been added (PR #962).
      + Support for Python 3.6 and Python 3.7 has been dropped (PR
      [#966]).
      + Added a new (registered) HDF5 filter for Blosc2 compressor (PR
      [#969]).
      + Added optimized paths for Blosc2 reading and writing in
      tables. This bypasses the HDF5 filter pipeline by building the Blosc2 CFrames
      and sending them to the HDF5 direct chunking machinery (PR #969).
      + Internal C-Blosc sources updated to 1.21.2.
      + Thanks to Oscar Guiñon, Francesc Alted for implementing Blosc2
      the support and NumFOCUS for providing a grant for that.
    * Other changes
      + Starting form this release, C source files generated by Cython
      are no longer included in the source distribution package.
      + Pre-built HTML documentation is no longer included in the source
      package.
* Tue Mar 29 2022 Ben Greiner <code@bnavigator.de>
  - Avoid HDF5 library version mismatches -- see boo#1196682
* Sun Jan 16 2022 Ben Greiner <code@bnavigator.de>
  - Update to 3.7.0
    * Compatibility with Python 3.10, numpy 1.21 and HDF5 1.12.
    * Support for Python 3.5 has been dropped (#840 and #850).
    * Internal C-Blosc sources updated to 1.21.1 (#931). Note that,
      starting from C-Blosc 1.19 does not include the Snappy codec
      sources anymore, so Snappy will be not available if you compile
      from included sources; other packages (like conda or wheels),
      may (or may not) include it.
    * Switch to git submodule for the management of vendored c-blosc
      sources.
    * Improved code formatting and notation consistency (#873, #868,
      [#865] thanks to Miroslav Šedivý).
    * Improve the use of modern Python including :mod:pathlib,
      f-strings (#859, #855, #839 and #818 thanks to Miroslav
      Šedivý).
    * Simplified management of version information.
    * Drop dependency on the deprecated distutils.
    * Modernize the setup script and add support for PEP517 (#907).
    * Fix pkg-config (setup.py) for Python 3.9 on Debian. Thanks to
      Marco Sulla PR #792.
    * Fix ROFileNode fails to return the fileno() (#633).
    * Do not flush read only files (#915 thanks to @lrepiton).
    * Drop the deprecated hdf5Version and File.open_count.
    * the :func:get_tables_version and :func:get_hdf5_version
      functions are now deprecated please use the coresponding
      :data:tables.__version__ and :data:tables.hdf5_version instead.
  - Drop patches fixed upstream
    * PyTables-compat-numpy119.patch
    * PyTables-pr810-tostring.patch
    * PyTables-skip-test_vlarray.patch
    * tables-pr862-lowercasefdtype.patch
  - Replace Never-use-the-msse2-flag-explicitly.patch by use of
    environment variable
* Wed Feb 17 2021 Ben Greiner <code@bnavigator.de>
  - Skip python36 build: python36-numpy was dropped in Tumbleweed
    due to NEP 29
  - Add tables-pr862-lowercasefdtype.patch to support NumPy 1.20
    gh#PyTables/PyTables#862

Files

/etc/alternatives/pt2to3
/etc/alternatives/ptdump
/etc/alternatives/ptrepack
/etc/alternatives/pttree
/usr/bin/pt2to3
/usr/bin/pt2to3-3.11
/usr/bin/ptdump
/usr/bin/ptdump-3.11
/usr/bin/ptrepack
/usr/bin/ptrepack-3.11
/usr/bin/pttree
/usr/bin/pttree-3.11
/usr/lib64/python3.11/site-packages/tables
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/LICENSE.txt
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/METADATA
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/RECORD
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/entry_points.txt
/usr/lib64/python3.11/site-packages/tables-3.9.2.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/tables/__init__.py
/usr/lib64/python3.11/site-packages/tables/__pycache__
/usr/lib64/python3.11/site-packages/tables/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/_version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/array.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/array.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/atom.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/atom.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/attributeset.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/attributeset.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/carray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/carray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/conditions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/conditions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/description.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/description.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/earray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/earray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/exceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/expression.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/expression.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/file.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/file.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/filters.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/filters.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/flavor.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/flavor.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/group.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/group.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/idxutils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/idxutils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/index.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/index.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/indexes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/indexes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/leaf.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/leaf.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/link.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/link.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/node.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/node.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/parameters.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/parameters.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/path.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/registry.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/registry.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/req_versions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/req_versions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/table.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/table.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/undoredo.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/undoredo.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/unimplemented.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/unimplemented.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/vlarray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/__pycache__/vlarray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/_comp_bzip2.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/_comp_bzip2.pyx
/usr/lib64/python3.11/site-packages/tables/_comp_lzo.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/_comp_lzo.pyx
/usr/lib64/python3.11/site-packages/tables/_version.py
/usr/lib64/python3.11/site-packages/tables/array.py
/usr/lib64/python3.11/site-packages/tables/atom.py
/usr/lib64/python3.11/site-packages/tables/attributeset.py
/usr/lib64/python3.11/site-packages/tables/carray.py
/usr/lib64/python3.11/site-packages/tables/conditions.py
/usr/lib64/python3.11/site-packages/tables/definitions.pxd
/usr/lib64/python3.11/site-packages/tables/description.py
/usr/lib64/python3.11/site-packages/tables/earray.py
/usr/lib64/python3.11/site-packages/tables/exceptions.py
/usr/lib64/python3.11/site-packages/tables/expression.py
/usr/lib64/python3.11/site-packages/tables/file.py
/usr/lib64/python3.11/site-packages/tables/filters.py
/usr/lib64/python3.11/site-packages/tables/flavor.py
/usr/lib64/python3.11/site-packages/tables/group.py
/usr/lib64/python3.11/site-packages/tables/hdf5extension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/hdf5extension.pxd
/usr/lib64/python3.11/site-packages/tables/hdf5extension.pyx
/usr/lib64/python3.11/site-packages/tables/idxutils.py
/usr/lib64/python3.11/site-packages/tables/index.py
/usr/lib64/python3.11/site-packages/tables/indexes.py
/usr/lib64/python3.11/site-packages/tables/indexesextension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/indexesextension.pyx
/usr/lib64/python3.11/site-packages/tables/leaf.py
/usr/lib64/python3.11/site-packages/tables/link.py
/usr/lib64/python3.11/site-packages/tables/linkextension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/linkextension.pyx
/usr/lib64/python3.11/site-packages/tables/lrucacheextension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/lrucacheextension.pxd
/usr/lib64/python3.11/site-packages/tables/lrucacheextension.pyx
/usr/lib64/python3.11/site-packages/tables/misc
/usr/lib64/python3.11/site-packages/tables/misc/__init__.py
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/enum.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/enum.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/proxydict.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/misc/__pycache__/proxydict.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/misc/enum.py
/usr/lib64/python3.11/site-packages/tables/misc/proxydict.py
/usr/lib64/python3.11/site-packages/tables/node.py
/usr/lib64/python3.11/site-packages/tables/nodes
/usr/lib64/python3.11/site-packages/tables/nodes/__init__.py
/usr/lib64/python3.11/site-packages/tables/nodes/__pycache__
/usr/lib64/python3.11/site-packages/tables/nodes/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/__pycache__/filenode.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/__pycache__/filenode.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/filenode.py
/usr/lib64/python3.11/site-packages/tables/nodes/tests
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__init__.py
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__pycache__
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__pycache__/test_filenode.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/tests/__pycache__/test_filenode.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/nodes/tests/test_filenode.dat
/usr/lib64/python3.11/site-packages/tables/nodes/tests/test_filenode.py
/usr/lib64/python3.11/site-packages/tables/nodes/tests/test_filenode.xbm
/usr/lib64/python3.11/site-packages/tables/nodes/tests/test_filenode_v1.h5
/usr/lib64/python3.11/site-packages/tables/parameters.py
/usr/lib64/python3.11/site-packages/tables/path.py
/usr/lib64/python3.11/site-packages/tables/registry.py
/usr/lib64/python3.11/site-packages/tables/req_versions.py
/usr/lib64/python3.11/site-packages/tables/scripts
/usr/lib64/python3.11/site-packages/tables/scripts/__init__.py
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/pt2to3.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/pt2to3.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/ptdump.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/ptdump.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/ptrepack.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/ptrepack.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/pttree.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/__pycache__/pttree.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/scripts/pt2to3.py
/usr/lib64/python3.11/site-packages/tables/scripts/ptdump.py
/usr/lib64/python3.11/site-packages/tables/scripts/ptrepack.py
/usr/lib64/python3.11/site-packages/tables/scripts/pttree.py
/usr/lib64/python3.11/site-packages/tables/table.py
/usr/lib64/python3.11/site-packages/tables/tableextension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/tableextension.pyx
/usr/lib64/python3.11/site-packages/tables/tests
/usr/lib64/python3.11/site-packages/tables/tests/Table2_1_lzo_nrv2e_shuffle.h5
/usr/lib64/python3.11/site-packages/tables/tests/Tables_lzo1.h5
/usr/lib64/python3.11/site-packages/tables/tests/Tables_lzo1_shuffle.h5
/usr/lib64/python3.11/site-packages/tables/tests/Tables_lzo2.h5
/usr/lib64/python3.11/site-packages/tables/tests/Tables_lzo2_shuffle.h5
/usr/lib64/python3.11/site-packages/tables/tests/__init__.py
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/check_leaks.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/check_leaks.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/common.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/create_backcompat_indexes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/create_backcompat_indexes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_all.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_all.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_array.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_array.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_attributes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_attributes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_aux.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_aux.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_backcompat.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_backcompat.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_basics.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_basics.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_carray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_carray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_create.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_create.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_do_undo.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_do_undo.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_earray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_earray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_enum.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_enum.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_expression.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_expression.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_garbage.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_garbage.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_hdf5compat.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_hdf5compat.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_index_backcompat.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_index_backcompat.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_indexes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_indexes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_indexvalues.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_indexvalues.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_large_tables.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_large_tables.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_links.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_links.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_lists.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_lists.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_nestedtypes.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_nestedtypes.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_numpy.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_numpy.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_queries.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_queries.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_suite.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_suite.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tables.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tables.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tablesMD.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tablesMD.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_timestamps.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_timestamps.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_timetype.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_timetype.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tree.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_tree.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_types.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_types.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_vlarray.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/tables/tests/__pycache__/test_vlarray.cpython-311.pyc
/usr/lib64/python3.11/site-packages/tables/tests/array_mdatom.h5
/usr/lib64/python3.11/site-packages/tables/tests/attr-u16.h5
/usr/lib64/python3.11/site-packages/tables/tests/b2nd-no-chunkshape.h5
/usr/lib64/python3.11/site-packages/tables/tests/blosc_bigendian.h5
/usr/lib64/python3.11/site-packages/tables/tests/bug-idx.h5
/usr/lib64/python3.11/site-packages/tables/tests/check_leaks.py
/usr/lib64/python3.11/site-packages/tables/tests/common.py
/usr/lib64/python3.11/site-packages/tables/tests/create_backcompat_indexes.py
/usr/lib64/python3.11/site-packages/tables/tests/elink.h5
/usr/lib64/python3.11/site-packages/tables/tests/elink2.h5
/usr/lib64/python3.11/site-packages/tables/tests/ex-noattr.h5
/usr/lib64/python3.11/site-packages/tables/tests/flavored_vlarrays-format1.6.h5
/usr/lib64/python3.11/site-packages/tables/tests/float.h5
/usr/lib64/python3.11/site-packages/tables/tests/idx-std-1.x.h5
/usr/lib64/python3.11/site-packages/tables/tests/indexes_2_0.h5
/usr/lib64/python3.11/site-packages/tables/tests/indexes_2_1.h5
/usr/lib64/python3.11/site-packages/tables/tests/issue_368.h5
/usr/lib64/python3.11/site-packages/tables/tests/issue_560.h5
/usr/lib64/python3.11/site-packages/tables/tests/itemsize.h5
/usr/lib64/python3.11/site-packages/tables/tests/matlab_file.mat
/usr/lib64/python3.11/site-packages/tables/tests/nested-type-with-gaps.h5
/usr/lib64/python3.11/site-packages/tables/tests/non-chunked-table.h5
/usr/lib64/python3.11/site-packages/tables/tests/oldflavor_numeric.h5
/usr/lib64/python3.11/site-packages/tables/tests/out_of_order_types.h5
/usr/lib64/python3.11/site-packages/tables/tests/python2.h5
/usr/lib64/python3.11/site-packages/tables/tests/python3.h5
/usr/lib64/python3.11/site-packages/tables/tests/scalar.h5
/usr/lib64/python3.11/site-packages/tables/tests/slink.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_SDSextendible.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_compound_chunked.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_enum.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_f64be.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_f64le.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_i32be.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_i32le.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_i64be.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_i64le.h5
/usr/lib64/python3.11/site-packages/tables/tests/smpl_unsupptype.h5
/usr/lib64/python3.11/site-packages/tables/tests/test_all.py
/usr/lib64/python3.11/site-packages/tables/tests/test_array.py
/usr/lib64/python3.11/site-packages/tables/tests/test_attributes.py
/usr/lib64/python3.11/site-packages/tables/tests/test_aux.py
/usr/lib64/python3.11/site-packages/tables/tests/test_backcompat.py
/usr/lib64/python3.11/site-packages/tables/tests/test_basics.py
/usr/lib64/python3.11/site-packages/tables/tests/test_carray.py
/usr/lib64/python3.11/site-packages/tables/tests/test_create.py
/usr/lib64/python3.11/site-packages/tables/tests/test_do_undo.py
/usr/lib64/python3.11/site-packages/tables/tests/test_earray.py
/usr/lib64/python3.11/site-packages/tables/tests/test_enum.py
/usr/lib64/python3.11/site-packages/tables/tests/test_expression.py
/usr/lib64/python3.11/site-packages/tables/tests/test_garbage.py
/usr/lib64/python3.11/site-packages/tables/tests/test_hdf5compat.py
/usr/lib64/python3.11/site-packages/tables/tests/test_index_backcompat.py
/usr/lib64/python3.11/site-packages/tables/tests/test_indexes.py
/usr/lib64/python3.11/site-packages/tables/tests/test_indexvalues.py
/usr/lib64/python3.11/site-packages/tables/tests/test_large_tables.py
/usr/lib64/python3.11/site-packages/tables/tests/test_links.py
/usr/lib64/python3.11/site-packages/tables/tests/test_lists.py
/usr/lib64/python3.11/site-packages/tables/tests/test_nestedtypes.py
/usr/lib64/python3.11/site-packages/tables/tests/test_numpy.py
/usr/lib64/python3.11/site-packages/tables/tests/test_queries.py
/usr/lib64/python3.11/site-packages/tables/tests/test_ref_array1.mat
/usr/lib64/python3.11/site-packages/tables/tests/test_ref_array2.mat
/usr/lib64/python3.11/site-packages/tables/tests/test_suite.py
/usr/lib64/python3.11/site-packages/tables/tests/test_szip.h5
/usr/lib64/python3.11/site-packages/tables/tests/test_tables.py
/usr/lib64/python3.11/site-packages/tables/tests/test_tablesMD.py
/usr/lib64/python3.11/site-packages/tables/tests/test_timestamps.py
/usr/lib64/python3.11/site-packages/tables/tests/test_timetype.py
/usr/lib64/python3.11/site-packages/tables/tests/test_tree.py
/usr/lib64/python3.11/site-packages/tables/tests/test_types.py
/usr/lib64/python3.11/site-packages/tables/tests/test_utils.py
/usr/lib64/python3.11/site-packages/tables/tests/test_vlarray.py
/usr/lib64/python3.11/site-packages/tables/tests/time-table-vlarray-1_x.h5
/usr/lib64/python3.11/site-packages/tables/tests/times-nested-be.h5
/usr/lib64/python3.11/site-packages/tables/tests/vlstr_attr.h5
/usr/lib64/python3.11/site-packages/tables/tests/vlunicode_endian.h5
/usr/lib64/python3.11/site-packages/tables/tests/zerodim-attrs-1.3.h5
/usr/lib64/python3.11/site-packages/tables/tests/zerodim-attrs-1.4.h5
/usr/lib64/python3.11/site-packages/tables/undoredo.py
/usr/lib64/python3.11/site-packages/tables/unimplemented.py
/usr/lib64/python3.11/site-packages/tables/utils.py
/usr/lib64/python3.11/site-packages/tables/utilsextension.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/tables/utilsextension.pxd
/usr/lib64/python3.11/site-packages/tables/utilsextension.pyx
/usr/lib64/python3.11/site-packages/tables/vlarray.py
/usr/share/doc/packages/python311-tables
/usr/share/doc/packages/python311-tables/ANNOUNCE.txt
/usr/share/doc/packages/python311-tables/README.rst
/usr/share/doc/packages/python311-tables/THANKS
/usr/share/licenses/python311-tables
/usr/share/licenses/python311-tables/BLOSC.txt
/usr/share/licenses/python311-tables/CLOUD-SPTHEME.txt
/usr/share/licenses/python311-tables/FASTLZ.txt
/usr/share/licenses/python311-tables/H5PY.txt
/usr/share/licenses/python311-tables/HDF5.txt
/usr/share/licenses/python311-tables/LICENSE.txt
/usr/share/licenses/python311-tables/LZ4.txt
/usr/share/licenses/python311-tables/SNAPPY.txt
/usr/share/licenses/python311-tables/STDINT.txt
/usr/share/licenses/python311-tables/WIN32PTHREADS.txt
/usr/share/licenses/python311-tables/ZLIB.txt
/usr/share/licenses/python311-tables/ZSTD.TXT


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 21 23:21:28 2024