RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/Cython#88a2c0e6054e72227194866e95864609e2ea30d7
This commit is contained in:
Troy Dawson 2020-11-16 14:50:44 -08:00
parent 4e0a4b072d
commit 406c982e45

View File

@ -6,7 +6,7 @@
Name: Cython Name: Cython
Version: 0.29.21 Version: 0.29.21
%global upver %{version_no_tilde %{nil}} %global upver %{version_no_tilde %{nil}}
Release: 3%{?dist} Release: 4%{?dist}
Summary: Language for writing Python extension modules Summary: Language for writing Python extension modules
License: ASL 2.0 License: ASL 2.0
@ -43,7 +43,6 @@ Obsoletes: Cython < %{?epoch:%{epoch}:}%{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%if %{with tests} %if %{with tests}
BuildRequires: python3-coverage
BuildRequires: python3-numpy BuildRequires: python3-numpy
BuildRequires: python3-jedi BuildRequires: python3-jedi
%endif %endif
@ -118,6 +117,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el* %{_emacs_sitestartdir}/cython*.el*
%changelog %changelog
* Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.21-4
- Drop build dependency on coverage
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.21-3 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild