SHA256
1
0
forked from pool/python-blosc

19 Commits

Author SHA256 Message Date
757bd68b0f Accepting request 1066434 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 1.11.1
  * Many small code improvements, improved consistency and typo
    fixes. Thanks to Dimitri Papadopoulos Orfanos.
  * Support for Python 3.11. Support for Python 3.7 has been
    dropped. Thanks to Dimitri Papadopoulos Orfanos.
  * Several other fixes, mainly related with the building process,
    which should be more solid now in different situations.
- Release 1.10.6
  * Add a missed cmake folder to distributed files. See #253.
    Thanks to Ben Greiner.
- Release 1.10.5
  * Re-enable the possibility to use an already installed C-Blosc
    library. See #244. Thanks to Ben Greiner.
- Release 1.10.4
  * Update blosc.nthreads when blosc.set_nthreads() is called.
    Fixes #246
- Drop use-system-blosc.patch
- PEP517 build

OBS-URL: https://build.opensuse.org/request/show/1066434
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=21
2023-02-18 16:29:58 +00:00
a5c001abba Accepting request 871999 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 1.10.2
  * (Upstream bumped the version to release their wheels)
  * Officially drop support for Python < 3.7.  Although we did not 
    any explicit action that is incompatible with older Python
    versions, we only provide wheels for Python >= 3.7 (til 3.9).
- Skip python36 build on TW, because upstream dropped support and
  numpy follows NEP 29
- Use the system provided Blosc library
  * use-system-blosc.patch gh#Blosc/python-blosc#244

OBS-URL: https://build.opensuse.org/request/show/871999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=19
2021-02-13 18:20:12 +00:00
22f53766b8 Accepting request 857756 from home:andythe_great:branches:devel:languages:python:numeric
- Update to version 1.9.2.
  * Internal C-Blosc updated to 1.20.1.  This fixes
    https://github.com/Blosc/python-blosc/issues/229, and also 
    brings many new updates in internal codecs, providing 
    interesting bumps in performance in some cases.
  * Due to recent addition of more cores in new CPUs, the number of
    internal threads to be used by default has been increased from
    4 to 8.
  * Allow zero-copy decompression by allowing bytes-like input. 
  * Fix DeprecationWarning due to invalid escape sequence and use
    array.tobytes for Python 3.9.

OBS-URL: https://build.opensuse.org/request/show/857756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=17
2020-12-21 16:43:37 +00:00
Tomáš Chvátal
7acb537f71 Accepting request 828284 from home:bmwiedemann:branches:devel:languages:python:numeric
Disable AVX2 to avoid compile-time CPU-detection (boo#1100677)

OBS-URL: https://build.opensuse.org/request/show/828284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=15
2020-08-20 19:23:37 +00:00
Tomáš Chvátal
078b0396f7 Accepting request 821421 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Enable build on all archs

OBS-URL: https://build.opensuse.org/request/show/821421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=13
2020-07-17 07:22:05 +00:00
Tomáš Chvátal
1d75f6f2ab Accepting request 819441 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 1.9.1
  * Disable the attempt to include support for SSE2 and AVX2 on non-Intel 
    platforms, allowing the build on such platforms (see #244).
  * Dropped support for Python 2.7 and 3.5.
  * Fixed the copy of the leftovers of a chunk when its size is not 
    a multiple of the typesize.

OBS-URL: https://build.opensuse.org/request/show/819441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=11
2020-07-08 10:12:17 +00:00
Tomáš Chvátal
a4d0e3e4ab Accepting request 788595 from home:polslinux:branches:devel:languages:python:numeric
- Use unittest instead of nose

OBS-URL: https://build.opensuse.org/request/show/788595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=9
2020-03-26 15:55:04 +00:00
Todd R
98f7b0aede Accepting request 768837 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 1.8.3
  * Add a missing pyproject.toml to MANIFEST.in. This allows
    to install the necessary skbuild module.
- Update to 1.8.2
  * Use cmake internally to build the Python extension via the
    scikit-build library. This seems enough to cope with the
    conflicting types in using XGETBV when using a recent GCC
    (>= 9.1) compiler.
  * Include C-Blosc v1.17.1.

OBS-URL: https://build.opensuse.org/request/show/768837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=7
2020-01-30 16:35:37 +00:00
Todd R
85c80ad8cb Accepting request 717933 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 1.8.1
  * Fix a bug that prevented the source distribution from PyPi to
    be compiled. Specifcally, *.inc were not included via the
    manifest.
- Update to 1.8.0
  * Include C-Blosc v1.16.2
  * Fix cpuinfo.py usage on Windows.
  * Implement Python access to the C function cbuffer_validate which
    was added to c-blosc in version 1.16.0
  * Check if compiler supports CPU capabilities.
  * Many minor improvements and fixes
- Update to 1.7.0
  * Include C-Blosc v1.15.1
  * Remove Support for Python 2.6 and 3.3
  * Fix vendored cpuinfo.py
  * Rework Windows CI via Appveyor
  * Various minor bugfixes

OBS-URL: https://build.opensuse.org/request/show/717933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=5
2019-07-23 14:44:27 +00:00
021e5f8931 Accepting request 660736 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/660736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=11
2019-01-08 11:25:51 +00:00
648a55c89a Accepting request 623639 from devel:languages:python
- Stricten requirement on the blosc-devel to require version we
  actually compile with

OBS-URL: https://build.opensuse.org/request/show/623639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=10
2018-07-18 20:57:28 +00:00
9c3d0c7e95 Accepting request 611912 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/611912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=9
2018-05-29 08:43:23 +00:00
f2d716f0c4 Accepting request 567940 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/567940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=8
2018-01-22 15:19:33 +00:00
dde0ad26a6 Accepting request 489487 from devel:languages:python
Update to version 1.5.1
Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/489487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=7
2017-04-28 08:43:25 +00:00
14f270c7eb Accepting request 369762 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/369762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=6
2016-03-16 09:35:20 +00:00
e8052de2b4 Accepting request 308022 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/308022
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=5
2015-05-19 21:50:52 +00:00
47043532a1 Accepting request 304138 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/304138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=4
2015-04-27 11:05:35 +00:00
dffc7d906c Accepting request 243856 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/243856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=2
2014-08-08 08:10:28 +00:00
Stephan Kulow
eee0bad0f5 Accepting request 242180 from devel:languages:python
I intend to submit python-tables, one of the two primary tools for accessing the critical scientific data format hdf5 on python, to openSUSE:Factory.  The other tool, python-h5py, is already in openSUSE:Factory.

This is the last remaining dependency needed before python-tables can be submitted to openSUSE:Factory.  The blosc package, which this depends on, is already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/242180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blosc?expand=0&rev=1
2014-07-27 06:25:52 +00:00