Commit Graph

225 Commits

Author SHA1 Message Date
Pavel Simovec f3d9c64249 Add "hardened" to rpminspect.yaml
Resolves: RHEL-33519
2024-06-27 15:41:52 +02:00
Pavel Simovec e76786f467 Waive annocheck: --skip-fortify and --skip-lto
Resolves: RHEL-33519
--skip-lto waive shall be withdrawn when
  scipy is updated to newer version 1.13+ and
  LTO are re-enabled.
2024-06-26 12:46:55 +02:00
Troy Dawson f4f98b9ee0 Bump release for June 2024 mass rebuild 2024-06-24 09:23:52 -07:00
Pavel Simovec d539cefe61 Fix python-pooch not fully removed
Resolves: RHEL-35429
2024-06-10 13:32:20 +02:00
David Abdurachmanov f85cd5a7b9 Enable riscv64
Ignore failing tests and increase the test timeout.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
(cherry picked from commit 28e51aacc735b173847740124637c746d11dbcdc)
2024-06-07 13:43:18 +01:00
Pavel Simovec 37adc4b753 Remove python-pooch optional dependency from RHEL
Related: RHELMISC-5321
2024-05-30 11:11:23 +02:00
Pavel Simovec 157d02ddea Build without pythran in RHEL by default
Resolves: RHEL-33955
2024-05-02 16:48:08 +02:00
Pavel Simovec 83455c9a9f Remove pythran dependency
Resolves: RHEL-33955
2024-04-29 16:19:31 +02:00
Yaakov Selkowitz 1edeb82294 Skip failing tests 2024-02-15 12:38:26 -05:00
Miro Hrončok a48fc60993 Skip fewer tests during build 2024-01-30 14:22:46 +01:00
Florian Weimer eb436d61e9 Disable incompatible-pointer-types errors on i686 (#2258823) 2024-01-29 21:53:17 +01:00
Fedora Release Engineering 6d82f21e38 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 02:15:43 +00:00
Miro Hrončok e8ff7ee04c Package LICENSES_bundled.txt 2024-01-16 20:13:35 +01:00
Karolina Surma 5ba7407824 Remove the mentions about Pythran before adding options to meson-python 2023-11-30 16:05:54 +01:00
Miro Hrončok a78d2e4fe6 Enable build with Python 3.13+ 2023-11-29 12:27:36 +01:00
Miro Hrončok 9c7d8c9833 Fix the --without pythran build
Apparently, SCIPY_USE_PYTHRAN=0 only works with setuptools.
2023-11-29 12:27:36 +01:00
Benjamin A. Beasley b3bae532eb Patch error collecting tests with pytest-xdist 2023-11-29 12:27:36 +01:00
Jerry James c07c356d12 Remove unused BuildRequires 2023-11-29 12:27:31 +01:00
Jerry James 54f9f75c32 Reenable some tests that work again 2023-11-29 12:27:22 +01:00
Jerry James 0bfceb8704 Use pyproject macros instead of the deprecated py3 macros 2023-11-29 12:27:16 +01:00
Jerry James 64440ae7d2 Fix detection of open_memstream 2023-10-11 19:25:54 -06:00
Jerry James a57187ad13 Pythran works on 32-bit architectures again 2023-10-11 19:25:34 -06:00
Jerry James 4b4527afc0 Disable LTO 2023-10-11 19:25:16 -06:00
Jerry James c740f2b0fe Add Provides for bundled projects 2023-10-11 19:24:58 -06:00
Jerry James 1999f77f84 Convert License tag to SPDX 2023-10-11 19:24:43 -06:00
Jerry James 78288e18a6 Update to 1.11.3 2023-10-11 18:58:01 -06:00
Miro Hrončok e098f22b88 Fix build failure with Cython 3 2023-07-31 18:00:28 +02:00
Pavel Simovec 13a6da947a Split test into separate subpackage 2023-07-20 09:20:33 +02:00
psimovec e393801122 Update to 1.11.1 2023-07-14 18:03:06 +02:00
Python Maint 61875c9c3e Rebuilt for Python 3.12 2023-07-10 13:56:51 +02:00
Python Maint bb35578728 Bootstrap for Python 3.12 2023-06-15 00:05:31 +02:00
Yaakov Selkowitz 27fa6ea118 Skip tests failing in ELN x86_64 builds 2023-05-29 23:27:30 -04:00
Yaakov Selkowitz d3cbcc3c46 Avoid pytest-xdist dependency in RHEL builds
python-pytest-xdist is unwanted in RHEL due to its dependencies.
2023-05-23 19:32:36 -04:00
Pavel Šimovec 40898d6245 remove x86_64 linking issue workaround 2023-03-15 17:17:44 +01:00
Pavel Šimovec 91039a5990 update to 1.10.1 2023-02-21 11:26:49 +01:00
Pavel Šimovec d0ec83d5c0 get rid of %ifarch a||b 2023-02-21 10:22:50 +01:00
Pavel Šimovec f3a313924c Update to 1.10.0 & add the optional python3-pooch dependency 2023-02-06 16:53:37 +01:00
Fedora Release Engineering db93ffb650 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 02:48:02 +00:00
Lumir Balhar fdb9072f4e Switch from pathfix.py to %py3_shebang_fix
For more info see https://fedoraproject.org/wiki/Changes/Python3.12#pathfix.py_tool_will_be_removed
2022-11-01 07:19:09 +01:00
Fedora Release Engineering ee272618a8 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 08:10:14 +00:00
Mamoru TASAKA f824e735d7 Fix linalg.lapack syevr segfault (#2099102) 2022-07-03 16:24:35 +09:00
Python Maint 58539acd90 Rebuilt for Python 3.11 2022-06-17 13:25:12 +02:00
Miro Hrončok 6bbf5c100b Add more timeout on power and arm 2022-06-14 16:13:31 +02:00
Python Maint ad63c1ac47 Bootstrap for Python 3.11 2022-06-14 13:50:32 +02:00
Python Maint 633c962bef Rebuilt for Python 3.11 2022-06-14 12:08:50 +02:00
Nikola Forró bd4e64917c New upstream release 1.8.1
- resolves: #2088437
2022-06-10 11:29:38 +02:00
Nikola Forró cb4c1a5648 Skip test_cython_api also on armv7hl 2022-03-26 17:01:55 +01:00
Nikola Forró fe57db6f7b Disable pythran on armv7hl as well 2022-03-26 09:16:47 +01:00
Nikola Forró a59f9627e2 New upstream release 1.8.0
- resolves: #2035126
2022-03-25 16:35:04 +01:00
Fedora Release Engineering b637c5c738 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 00:29:31 +00:00