Upstream release
This commit is contained in:
parent
5891c74126
commit
57ecb94073
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/xtensor-python-0.23.1.tar.gz
|
||||
/xtensor-python-0.24.1.tar.gz
|
||||
/xtensor-python-0.26.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xtensor-python-0.24.1.tar.gz) = 3b96e932423e24b82e7e39a0573ab7cc6944ab1e7a53606778bfba7c26a644467e34bc3748ae56b60f25e77f3d184cbc370500e1ac76cb08fe57121cacdbc05a
|
||||
SHA512 (xtensor-python-0.26.0.tar.gz) = 7a7318fe212e354466175cda4bd264e56da3faf190aa34b6b086373fa08b7181a9356db4d396b8932d0be4738cb33fd4fb378c60bb94b3f8c858178b31acac89
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%undefine __cmake_in_source_build
|
||||
|
||||
Name: xtensor-python
|
||||
Version: 0.24.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for xtensor
|
||||
License: BSD
|
||||
URL: https://xtensor-python.readthedocs.io/
|
||||
|
|
@ -69,6 +69,9 @@ Requires: python3-numpy
|
|||
%{_libdir}/cmake/%{name}/
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2022 sguelton@redhat.com - 0.26.0-1
|
||||
- Upstream release
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue