From b0c1ee7bc3e63dbcfa3f88e9544f546d1e7a2618 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Jul 28 2020 23:58:09 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- diff --git a/python-blosc.spec b/python-blosc.spec index ec59bc5..044990a 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -1,7 +1,7 @@ Summary: Python wrapper for the Blosc high performance compressor Name: python-blosc Version: 1.8.1 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT URL: https://github.com/Blosc/python-blosc Source0: https://github.com/Blosc/python-blosc/archive/v%{version}/blosc-%{version}.tar.gz @@ -60,6 +60,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys %doc README.rst RELEASE_NOTES.rst %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1.8.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed May 27 2020 Charalampos Stratakis - 1.8.1-7 - Fix Python 3.9 compatibility (#1792055)