From 03e2fd32029651d659a8bf3ec51562ffdaf226ed Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 30 Jan 2020 09:03:55 +0000 Subject: [PATCH] Upstream bump --- .gitignore | 1 + sources | 2 +- xtensor-python.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3f4a9bd..9954ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xtensor-python-0.23.1.tar.gz +/xtensor-python-0.24.1.tar.gz diff --git a/sources b/sources index 98c09b4..e1951e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xtensor-python-0.23.1.tar.gz) = 73e1462b0bd1212c2d935927924536ab161def404d622be485a87f5ffcd8356484f6a3d3b520cdf7d3b9f92d9da3fc9a58515cbdf7ac34b9a26e4787a81e2e24 +SHA512 (xtensor-python-0.24.1.tar.gz) = 3b96e932423e24b82e7e39a0573ab7cc6944ab1e7a53606778bfba7c26a644467e34bc3748ae56b60f25e77f3d184cbc370500e1ac76cb08fe57121cacdbc05a diff --git a/xtensor-python.spec b/xtensor-python.spec index fa52197..356a42a 100644 --- a/xtensor-python.spec +++ b/xtensor-python.spec @@ -1,6 +1,6 @@ Name: xtensor-python -Version: 0.23.1 -Release: 0%{?dist} +Version: 0.24.1 +Release: 1%{?dist} Summary: Python bindings for xtensor License: BSD URL: https://xtensor-python.readthedocs.io/ @@ -65,5 +65,8 @@ Requires: python3-numpy %{_libdir}/cmake/%{name}/ %changelog +* Thu Jan 30 2020 sguelton@redhat.com - 0.24.1-0 +- Upstream release + * Tue Sep 3 2019 sguelton@redhat.com - 0.23.1-0 - Initial package