The python3.14 package
  • Python 58%
  • Shell 42%
Find a file
Karolina Surma 81efe7427b Don't mangle the shebangs of test files
Shebangs are mangled from #!/bin/bash to #!/usr/bin/bash, which causes
the change in data_offset calculated in tests, resulting in a
test_zipfile failure:

FAIL: test_data_offset_with_exe_prepended
(test.test_zipfile.test_core.TestDataOffsetPrependedZip.test_data_offset_with_exe_prepended)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python3.14/test/test_zipfile/test_core.py", line
  3431, in test_data_offset_with_exe_prepended
      self._test_data_offset(self.exe_zip)
      ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib64/python3.14/test/test_zipfile/test_core.py",
  line 3428, in _test_data_offset
      self.assertEqual(zipfp.data_offset, 713)
      ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 717 != 713
2025-04-15 10:49:07 +02:00
tests Don't mangle the shebangs of test files 2025-04-15 10:49:07 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00251-change-user-install-location.patch Update to Python 3.14.0a7 2025-04-11 11:42:59 +02:00
00454-invoke-regen-token-rst-with-rstfile-as-an-argument.patch Update to Python 3.14.0a7 2025-04-11 11:42:59 +02:00
00456-find-the-correct-group-name-in-test_group_no_follow_symlinks.patch Update to Python 3.14.0a7 2025-04-11 11:42:59 +02:00
check-pyc-timestamps.py Initial Python 3.13 package forked from Python 3.12 2023-10-19 01:33:48 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
python3.14.spec Don't mangle the shebangs of test files 2025-04-15 10:49:07 +02:00
rpminspect.yaml rpminspect: Explicitly list allowed badfuncs in the _socket module 2022-09-05 17:32:25 +00:00
rpmlint.toml rpmlint: Exclude unittest and gil from spelling-error 2024-07-23 22:07:22 +00:00
sources Update to Python 3.14.0a7 2025-04-11 11:42:59 +02:00