diff --git a/.gitignore b/.gitignore index 5cea332..fe8bd24 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /blosc-1.2.7.tar.gz /blosc-1.2.8.tar.gz /blosc-1.3.2.tar.gz +/blosc-1.3.3.tar.gz diff --git a/python-blosc.spec b/python-blosc.spec index 2fd0647..823f87e 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -7,7 +7,7 @@ Summary: Python wrapper for the Blosc high performance compressor Name: python-%{module} -Version: 1.3.2 +Version: 1.3.3 Release: 1%{?dist} License: MIT URL: https://github.com/FrancescAlted/python-blosc @@ -75,6 +75,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} python3 -c 'import sys, blosc; sys.ex %doc README.rst RELEASE_NOTES.rst %changelog +* Thu Jul 14 2016 Thibault North - 1.3.3-1 +- Update to 1.3.3 + * Mon May 16 2016 Orion Poplawski - 1.3.2-1 - Update to 1.3.2 diff --git a/sources b/sources index d86c732..4ec517b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d87100614b8423b542958ba1900c9e7b blosc-1.3.2.tar.gz +68b96816acd27839487293e0b624c54e blosc-1.3.3.tar.gz