Commit graph

247 commits

Author SHA1 Message Date
Fedora Release Engineering
f7a8a27b26 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 02:31:09 +00:00
Charalampos Stratakis
2c6f91d207 Update to 3.2.4
- Fixes: rhbz#2427014
2026-01-15 06:55:58 +01:00
Tomáš Hrnčiar
88f4ce7f6f Update to 3.2.3
- Fixes: rhbz#2419172
2025-12-15 11:56:31 +01:00
Charalampos Stratakis
c094a0ed36 Update to 3.2.1
- Fixes: rhbz#2414622
2025-11-21 23:56:53 +01:00
Charalampos Stratakis
9f329e2bce Update to 3.1.6
- Fixes: rhbz#2405056
2025-10-30 00:47:04 +01:00
Charalampos Stratakis
d26d9ef002 Update to 3.1.4
- Fixes: rhbz#2395654
2025-10-08 21:26:11 +02:00
Python Maint
36d2e823ed Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:12:56 +02:00
Python Maint
df85e60d10 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:43:36 +02:00
Charalampos Stratakis
5aacdf9933 Update to 3.1.3
- Fixes: rhbz#2388173
2025-08-13 15:06:04 +02:00
Miro Hrončok
4131df3867 CI: Use blas-devel for pip-installed pythran
[skip changelog]
2025-08-06 00:29:04 +02:00
Charalampos Stratakis
eabd7d051c Update to 3.1.2
- Fixes: rhbz#2365167, rhbz#2374314
2025-08-06 00:29:03 +02:00
Fedora Release Engineering
b19df3773e Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 15:44:56 +00:00
Python Maint
8479a40394 Unbootstrap for Python 3.14 2025-07-21 11:29:54 +02:00
Python Maint
43375bfd29 Bootstrap for Python 3.14.0b3 bytecode 2025-06-18 15:50:46 +02:00
Python Maint
63e867fd03 Bootstrap for Python 3.14 2025-06-02 20:14:40 +02:00
Charalampos Stratakis
b472f69665 Update to 3.0.12
- Fixes: rhbz#2344778
2025-03-26 22:43:04 +01:00
Miro Hrončok
99c8abe3b7 Avoid accidentally including bogus *.txt files as documentation
- Include README.rst and CHANGES.rst instead

This avoids packaging:

    COPYING.txt and LICENSE.txt (already installed as %license)
    INSTALL.txt (not relevant)
    ToDo.txt (original from pyrex)
    doc-requirements.txt
    test-requirements-27.txt
    test-requirements-312.txt
    test-requirements-34.txt
    test-requirements-36.txt
    test-requirements-cpython.txt
    test-requirements-pypy27.txt
    test-requirements.txt
2025-03-06 19:25:38 +01:00
Benjamin A. Beasley
295d3360cf On 32-bit (ix86), reduce debuginfo level in %check
- Fixes RHBZ#2339845 by avoiding memory exhaustion in test_many_expressions
2025-02-27 08:10:21 -05:00
Fedora Release Engineering
3c76406608 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 08:31:37 +00:00
Sandro
ba2dba1357
Apply patch for NumPy 2.x test failure
It appears to be a cosmetic issue rather than a real failure.
2024-12-25 13:57:51 +01:00
Charalampos Stratakis
6021cd6d27 Update to 3.0.11
- Fixes: rhbz#2303197
- Fixes: rhbz#2293086

Co-Authored-By: Charalampos Stratakis <cstratak@redhat.com>
2024-08-07 10:50:30 +02:00
Miro Hrončok
35d536cf3c CI: Quadruple the necessary time
We got:

    Maximum test time '60m' exceeded.

And:

    Maximum test time '120m' exceeded.

[skip changelog]
2024-08-07 10:50:26 +02:00
Fedora Release Engineering
3bf2d16c62 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 14:49:54 +00:00
Python Maint
f7d2eb89bd Rebuilt for Python 3.13 2024-06-16 09:20:45 +02:00
Python Maint
3a774c1af3 Bootstrap for Python 3.13 2024-06-07 08:41:27 +02:00
Miro Hrončok
ccc0af1525 CI: Run upstream testsuite 2024-05-13 11:46:52 +02:00
Miro Hrončok
6396fb88bb Import CI tests from RHEL
This is from RHEL distgit tests/Cython, directory Sanity/smoke.

The original commit hash: 36cb03f34340bf13e42326bd9cb26f5f03b6fc27

Only necessary files were kept. Some outdated stuff was removed.

Co-Authored-By: Jan Kepler <jkejda@redhat.com>
Co-Authored-By: Lukáš Zachar <lzachar@redhat.com>
2024-05-07 17:48:02 +02:00
Miro Hrončok
d0c963e197 Don't BuildRequire pythran in RHEL
We've been told by RHEL scipy maintainers
they will be getting rid of the dependency.
2024-04-11 10:17:17 +02:00
Charalampos Stratakis
0e9ba50dcb Update to 3.0.9 (rhbz#2268123) 2024-03-17 18:37:33 +01:00
Miro Hrončok
ba710e631b Disable GCC warnings/errors about wrong self casts in final function calls
Numerous packages fail to build due to -Werror=incompatible-pointer-types
being the default in Fedora 40+.

The code is generated by Cython. No known fix at this time,
so better to disable the warning here than in each individual package.
2024-03-02 22:07:10 +01:00
Karolina Surma
e728dde39c Use Python 3.13.0a4 PyCFunctionFastWithKeywords 2024-02-21 12:37:58 +01:00
Miro Hrončok
f800157870 Convert to %autorelease and %autochangelog
[skip changelog]
2024-01-29 15:32:28 +01:00
Lumir Balhar
642a7aa4e1 Update to 3.0.8 (rhbz#2255460) 2024-01-23 12:44:46 +01:00
Fedora Release Engineering
c04aea32e5 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 20:52:34 +00:00
Fedora Release Engineering
df22711179 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 09:27:59 +00:00
Fedora Release Engineering
8f389c71bf Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-18 12:16:29 +00:00
Miro Hrončok
4f6fdd4aa8 Update to 3.0.6 2023-11-30 13:34:45 +01:00
Miro Hrončok
704bbe1117 Fix C++17 error: standard attributes in middle of decl-specifiers (CYTHON_UNUSED)
This is only relevant on Python 3.13+

Fixes (part of) https://bugzilla.redhat.com/2247486
2023-11-06 11:37:34 +01:00
Miro Hrončok
5907573e25 Convert to pyproject-rpm-macros 2023-10-31 17:07:38 +01:00
Miro Hrončok
86fdd7be24 Update to 3.0.5 2023-10-31 17:06:56 +01:00
Miro Hrončok
b652c0db5c Update to 3.0.4 2023-10-18 20:12:46 +02:00
Miro Hrončok
816bc6d12f Add more optional test dependencies to run more tests 2023-10-18 00:29:48 +02:00
Miro Hrončok
2323ac7d60 Exclude gil_in_var on i686 2023-10-18 00:29:48 +02:00
Miro Hrončok
7b55261c3d Add upstream link to the comment about skipped pstats profile tests 2023-10-13 15:00:24 +02:00
Miro Hrončok
7cb8cd1040 Update to 3.0.3 2023-10-13 12:15:25 +02:00
Miro Hrončok
8319632a82 Update to 3.0.2 2023-09-01 16:14:25 +02:00
Miro Hrončok
14926296e2 Rename python3-Cython to python3-cython 2023-07-19 07:00:16 +02:00
Miro Hrončok
87851c9fe5 Add more optional test deps 2023-07-19 07:00:16 +02:00
Miro Hrončok
1f32e41a7e Exclude tests failing on Python 3.12 2023-07-19 07:00:16 +02:00
Miro Hrončok
d2e6364600 Update to 3.0.0 2023-07-19 07:00:16 +02:00