Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions SPECS/Cython/Cython.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cython is an optimising static compiler for both the Python programming language
Summary: Language for writing Python extension modules
Name: Cython
Version: 0.29.33
Release: 1%{?dist}
Release: 2%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -40,7 +40,8 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests

%check
pip3 install -r test-requirements.txt
%python3 runtests.py -vv
# Skip long-running file and examples tests
%python3 runtests.py -vv --no-file --no-examples

%files -n python3-%{name}
%license LICENSE.txt COPYING.txt
Expand All @@ -55,6 +56,9 @@ pip3 install -r test-requirements.txt
%{python3_sitearch}/__pycache__/cython.*

%changelog
* Mon Mar 25 2024 Andrew Phelps <anphel@microsoft.com> - 0.29.33-2
- Skip long-running file and examples tests

* Mon Feb 13 2023 Olivia Crain <oliviacrain@microsoft.com> - 0.29.33-1
- Update to latest upstream patch version to fix failing package tests
- Use release tarball instead of git snapshot of release commit
Expand Down
4 changes: 2 additions & 2 deletions toolkit/resources/manifests/package/toolchain_aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ curl-8.5.0-2.cm2.aarch64.rpm
curl-debuginfo-8.5.0-2.cm2.aarch64.rpm
curl-devel-8.5.0-2.cm2.aarch64.rpm
curl-libs-8.5.0-2.cm2.aarch64.rpm
Cython-debuginfo-0.29.33-1.cm2.aarch64.rpm
Cython-debuginfo-0.29.33-2.cm2.aarch64.rpm
debugedit-5.0-2.cm2.aarch64.rpm
debugedit-debuginfo-5.0-2.cm2.aarch64.rpm
diffutils-3.8-2.cm2.aarch64.rpm
Expand Down Expand Up @@ -514,7 +514,7 @@ python3-3.9.14-8.cm2.aarch64.rpm
python3-audit-3.0.6-8.cm2.aarch64.rpm
python3-cracklib-2.9.7-5.cm2.aarch64.rpm
python3-curses-3.9.14-8.cm2.aarch64.rpm
python3-Cython-0.29.33-1.cm2.aarch64.rpm
python3-Cython-0.29.33-2.cm2.aarch64.rpm
python3-debuginfo-3.9.14-8.cm2.aarch64.rpm
python3-devel-3.9.14-8.cm2.aarch64.rpm
python3-gpg-1.16.0-2.cm2.aarch64.rpm
Expand Down
4 changes: 2 additions & 2 deletions toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ curl-8.5.0-2.cm2.x86_64.rpm
curl-debuginfo-8.5.0-2.cm2.x86_64.rpm
curl-devel-8.5.0-2.cm2.x86_64.rpm
curl-libs-8.5.0-2.cm2.x86_64.rpm
Cython-debuginfo-0.29.33-1.cm2.x86_64.rpm
Cython-debuginfo-0.29.33-2.cm2.x86_64.rpm
debugedit-5.0-2.cm2.x86_64.rpm
debugedit-debuginfo-5.0-2.cm2.x86_64.rpm
diffutils-3.8-2.cm2.x86_64.rpm
Expand Down Expand Up @@ -520,7 +520,7 @@ python3-3.9.14-8.cm2.x86_64.rpm
python3-audit-3.0.6-8.cm2.x86_64.rpm
python3-cracklib-2.9.7-5.cm2.x86_64.rpm
python3-curses-3.9.14-8.cm2.x86_64.rpm
python3-Cython-0.29.33-1.cm2.x86_64.rpm
python3-Cython-0.29.33-2.cm2.x86_64.rpm
python3-debuginfo-3.9.14-8.cm2.x86_64.rpm
python3-devel-3.9.14-8.cm2.x86_64.rpm
python3-gpg-1.16.0-2.cm2.x86_64.rpm
Expand Down