Update to 1.2.7
This commit is contained in:
parent
6cf776cbb1
commit
0be7e363ec
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <zbyszek@in.waw.pl> - 1.2.7-1
|
||||
- Update to 1.2.7 (#1212231)
|
||||
|
||||
* Mon Apr 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.5-1
|
||||
- Update to 1.2.5 (#1212231)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
113f5aecfd475121c52164810d5da2e3 blosc-1.2.5.tar.gz
|
||||
4661af9ef228971d851852fa3c468416 blosc-1.2.7.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue