Update to 1.5.1
This commit is contained in:
parent
7982a07671
commit
b9ab0a05de
4 changed files with 18 additions and 19 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,8 +1,2 @@
|
|||
/blosc-1.1.tar.gz
|
||||
/blosc-1.2.3.tar.gz
|
||||
/blosc-1.2.4.tar.gz
|
||||
/blosc-1.2.5.tar.gz
|
||||
/blosc-1.2.7.tar.gz
|
||||
/blosc-1.2.8.tar.gz
|
||||
/blosc-1.3.2.tar.gz
|
||||
/blosc-1.3.3.tar.gz
|
||||
/.build-*.log
|
||||
/blosc-*.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
|
||||
--- python-blosc-1.4.1/setup.py.alt-arch 2017-01-05 15:53:42.581675095 +0100
|
||||
+++ python-blosc-1.4.1/setup.py 2017-01-05 15:54:06.361675095 +0100
|
||||
diff --git python-blosc-1.5.1/setup.py~ python-blosc-1.5.1/setup.py
|
||||
index fbb540c289..93bc0ac0e6 100644
|
||||
--- python-blosc-1.5.1/setup.py~
|
||||
+++ python-blosc-1.5.1/setup.py
|
||||
@@ -19,7 +19,6 @@ import sys
|
||||
from setuptools import Extension
|
||||
from setuptools import setup
|
||||
|
|
@ -9,8 +10,8 @@ diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
|
|||
|
||||
########### Check versions ##########
|
||||
|
||||
@@ -93,26 +93,6 @@ else:
|
||||
inc_dirs += glob('c-blosc/internal-complibs/zstd*/common')
|
||||
@@ -94,27 +93,6 @@ else:
|
||||
inc_dirs += glob('c-blosc/internal-complibs/zstd*')
|
||||
def_macros += [('HAVE_LZ4', 1), ('HAVE_SNAPPY', 1), ('HAVE_ZLIB', 1), ('HAVE_ZSTD', 1)]
|
||||
|
||||
- # Guess SSE2 or AVX2 capabilities
|
||||
|
|
@ -33,6 +34,7 @@ diff -up python-blosc-1.4.1/setup.py.alt-arch python-blosc-1.4.1/setup.py
|
|||
- CFLAGS.append('-mavx2')
|
||||
- elif os.name == 'nt':
|
||||
- def_macros += [('__AVX2__', 1)]
|
||||
|
||||
-
|
||||
classifiers = """\
|
||||
Development Status :: 5 - Production/Stable
|
||||
Intended Audience :: Developers
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
Summary: Python wrapper for the Blosc high performance compressor
|
||||
Name: python-%{module}
|
||||
Version: 1.4.1
|
||||
Release: 9%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: https://github.com/Blosc/python-blosc
|
||||
Source0: https://github.com/Blosc/python-blosc/archive/v%{version}.tar.gz#/%{module}-%{version}.tar.gz
|
||||
|
|
@ -57,8 +57,8 @@ export BLOSC_DIR=%{_libdir}/blosc CFLAGS="%{optflags}"
|
|||
|
||||
%check
|
||||
cd / # avoid interference with build dir
|
||||
PYTHONPATH=%{buildroot}%{python2_sitearch} python -c 'import sys, blosc; sys.exit(blosc.test())'
|
||||
PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.exit(blosc.test())'
|
||||
PYTHONPATH=%{buildroot}%{python2_sitearch} %__python2 -c 'import sys, blosc; sys.exit(blosc.test())'
|
||||
PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys.exit(blosc.test())'
|
||||
|
||||
%files -n python2-%{module}
|
||||
%{python2_sitearch}/blosc/
|
||||
|
|
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.ex
|
|||
%doc README.rst RELEASE_NOTES.rst
|
||||
|
||||
%changelog
|
||||
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-1
|
||||
- Update to latest version (#1372856)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5feb0794cb7f8d8b85d047da108bdaf7 blosc-1.4.1.tar.gz
|
||||
SHA512 (blosc-1.5.1.tar.gz) = d0575e05e6e33c86d7b4f1b20bc5b3d5160a883909add26f8bc42887df4fa57d402390fc9a9d3e6b66d569d41f88b20f78883098a015d8b85823e989b7ab076a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue