Commit graph

215 commits

Author SHA1 Message Date
Charalampos Stratakis
5aacdf9933 Update to 3.1.3
- Fixes: rhbz#2388173
2025-08-13 15:06:04 +02:00
Charalampos Stratakis
eabd7d051c Update to 3.1.2
- Fixes: rhbz#2365167, rhbz#2374314
2025-08-06 00:29:03 +02:00
Python Maint
8479a40394 Unbootstrap for Python 3.14 2025-07-21 11:29:54 +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
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
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
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
Tomáš Hrnčiar
47185aeaea Update to 3.0.0rc2 2023-07-19 07:00:16 +02:00
Petr Viktorin
c6b945e9de Backport compile-time Python 3.12 compatibility for CYTHON_TRACE support 2023-06-30 16:52:02 +02:00
Miro Hrončok
5bbbb81a09 Bootstrap Python 3.12 with 0.29.35 2023-06-18 18:31:49 +02:00
Python Maint
4a30dd7e93 Rebuilt for Python 3.12 2023-06-16 08:21:08 +02:00
Python Maint
1c3444e22e Bootstrap for Python 3.12 2023-06-13 20:25:36 +02:00
Miro Hrončok
e08af6dcb7 Use a consistent %bcond syntax 2023-05-26 19:01:26 +02:00
Miro Hrončok
1e9bead9ab Stop shipping emacs-cython-mode in RHEL builds 2023-05-26 19:01:26 +02:00
Yaakov Selkowitz
5cc48f1485 Avoid python-jedi dependency in RHEL builds
python-jedi is unwanted in RHEL; the tests which use it are skipped
if absent, see the comment for details.

Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
2023-05-26 10:42:42 +02:00
Miro Hrončok
5c173e36d1 Update to 0.29.34
Includes fixes for Python 3.12.0a5 and a6.
2023-04-03 08:21:24 +02:00
Miro Hrončok
d55635fb41 Update the RPM license tag to SPDX 2023-02-17 17:47:57 +01:00
Miro Hrončok
d52e2fc9c5 Update to 0.29.33 2023-02-17 17:46:58 +01:00
Fedora Release Engineering
92cc956a76 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 19:43:47 +00:00
Miro Hrončok
4c46cbf0e0 emacs-cython-mode: Wrap the docstring of cython-default-compile-format to 80 characters
Fixes: https://bugzilla.redhat.com/2155090
2022-12-20 01:14:01 +01:00
Miro Hrončok
7b06dc068d Avoid RPM warning
warning: line 71: Possible unexpanded macro in: Requires:       emacs(bin) >= %{_emacs_version}
2022-08-08 12:04:40 +02:00
Miro Hrončok
2f1be2ed78 Update to 0.29.32 2022-08-08 12:03:50 +02:00
Fedora Release Engineering
29491f0523 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 18:34:09 +00:00