Revisions of python-tables

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 965760 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 18)
- Avoid HDF5 library version mismatches -- see boo#1196682
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 946767 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 17)
- 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
buildservice-autocommit accepted request 873427 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 16)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 873422 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- 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 
buildservice-autocommit accepted request 859282 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 859088 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- remove mock requirement
- add PyTables-compat-numpy119.patch for compatibility with numpy
  1.19
- add PyTables-pr810-tostring.patch in order to avoid numerous
  deprecation warnings -- gh#PyTables/PyTables#810
- add PyTables-skip-test_vlarray.patch in order to skip failing
  tests -- gh#PyTables/PyTables#845 
buildservice-autocommit accepted request 807160 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
buildservice-autocommit accepted request 747351 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 747237 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 9)
update to latest version
buildservice-autocommit accepted request 717679 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 717678 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
- Update to 3.5.2
  * Fixed compatibility with python 3.8: Fixed `Dictonary keys changed during
    iteration` RuntimeError while moving/renameing a node.
    Thanks to Christoph Gohlke for reporting and Miro Hroncok for help with
    building PyTables for python 3.8alpha (cython compatibility).
  * Fixed a bug in offset calculations producing floats instead of ints
    affecting python 3. See PR #736. Thanks to Brad Montgomery.
- Update to 3.5.1
  * Maintenance release to fix how PyPi repo is handling wheel versions.
- Update to 3.5.0
  * When copying data from native HDF5 files with padding in compound types,
    the padding is not removed now by default.  This allows for better
    compatibility with existing HDF5 applications that expect the padding
    to stay there.
    Also, when the `description` is a NumPy struct array with padding, this
    is honored now.  The previous behaviour (i.e. getting rid of paddings) can
    be replicated by passing the new `allow_padding` parameter when opening
    a file.  For some examples, see the new `examples/tables-with-padding.py`
    and `examples/attrs-with-padding.py`.  For details on the implementation
  * Added a new flag `--dont-allow-padding` in `ptrepack` utility so as to
    replicate the previous behaviour of removing padding during file copies.
    The default is to honor the original padding in copies.
  * Improve compatibility with numpy 1.16.
  * Improve detection of the LZO2 library at build time.
  * Suppress several warnings.
  * Add AVX2 support for Windows.
- Rebase Never-use-the-msse2-flag-explicitly.patch
- Remove upstream-included patches:
  * pytables_no_unsafe_write.patch
  * pytables_fix_exception_check.patch
buildservice-autocommit accepted request 674723 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 674722 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
Fix build for numpy 1.16
buildservice-autocommit accepted request 628607 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 4)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 3)
- Drop python-unittest2 dependency it was needed only on py2.6
Todd R's avatar Todd R (TheBlackCat) committed (revision 2)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 1)
Displaying revisions 21 - 38 of 38
openSUSE Build Service is sponsored by