Update to 1.3.7
Fixes: rhbz#2056294 Fixes: rhbz#2137289
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
%global upname Bottleneck
|
||||
|
||||
Name: python-%{upname}
|
||||
Version: 1.3.2
|
||||
Release: 6%{?dist}
|
||||
Version: 1.3.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of fast NumPy array functions written in Cython
|
||||
|
||||
License: BSD
|
||||
@@ -68,8 +68,7 @@ sed -i /contributors/d doc/source/conf.py
|
||||
%py3_install
|
||||
|
||||
# clean unneeded stuff
|
||||
rm -rf %{buildroot}%{python3_sitearch}/bottleneck/src \
|
||||
%{buildroot}%{python3_sitearch}/bottleneck/LICENSE
|
||||
rm -rf %{buildroot}%{python3_sitearch}/bottleneck/LICENSE
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
@@ -101,6 +100,11 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 04 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.3.7-1
|
||||
- Update to 1.3.7
|
||||
Fixes: rhbz#2056294
|
||||
Fixes: rhbz#2137289
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user