From 0be7e363ec7303f272c7fe5253a1f5975fecddfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 7 May 2015 14:05:58 -0400 Subject: [PATCH] Update to 1.2.7 --- .gitignore | 1 + python-blosc.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 126bfe2..4be21f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /blosc-1.2.3.tar.gz /blosc-1.2.4.tar.gz /blosc-1.2.5.tar.gz +/blosc-1.2.7.tar.gz diff --git a/python-blosc.spec b/python-blosc.spec index 6d46fd7..3e22a3d 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -4,7 +4,7 @@ Summary: Python wrapper for the blosc high performance compressor Name: python-%{module} -Version: 1.2.5 +Version: 1.2.7 Release: 1%{?dist} License: MIT URL: https://github.com/FrancescAlted/python-blosc @@ -37,6 +37,9 @@ find . -name "blosc_extension.so" -exec chmod 0755 {} \; %{python2_sitearch}/blosc-%{version}*-py*.egg-info %changelog +* Thu May 7 2015 Zbigniew Jędrzejewski-Szmek - 1.2.7-1 +- Update to 1.2.7 (#1212231) + * Mon Apr 20 2015 Zbigniew Jędrzejewski-Szmek - 1.2.5-1 - Update to 1.2.5 (#1212231) diff --git a/sources b/sources index 9036c85..60d53e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -113f5aecfd475121c52164810d5da2e3 blosc-1.2.5.tar.gz +4661af9ef228971d851852fa3c468416 blosc-1.2.7.tar.gz