From a9b3f95abffdb9ca4ad02282905510c19104d15f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:22:33 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-blosc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blosc.spec b/python-blosc.spec index a52eb22..5432236 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.10.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/Blosc/python-blosc Source0: https://github.com/Blosc/python-blosc/archive/v%{version}/blosc-%{version}.tar.gz @@ -55,6 +55,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys %doc README.rst RELEASE_NOTES.rst %changelog +* Fri Jun 04 2021 Python Maint - 1.10.2-2 +- Rebuilt for Python 3.10 + * Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek - 1.10.2-1 - Latest version (#1783504)