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
This commit is contained in:
Tomáš Chvátal
2020-07-08 10:12:17 +00:00
committed by Git OBS Bridge
parent 320f1f803f
commit 221e86de6b
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 8 09:37:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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.
-------------------------------------------------------------------
Thu Mar 26 14:20:07 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>