forked from pool/python39
Accepting request 1276660 from devel:languages:python:Factory
- Remove python-3.3.0b1-test-posix_fadvise.patch (not needed since kernel 3.6-rc1) OBS-URL: https://build.opensuse.org/request/show/1276660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python39?expand=0&rev=74
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
Lib/test/test_posix.py | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
--- a/Lib/test/test_posix.py
|
|
||||||
+++ b/Lib/test/test_posix.py
|
|
||||||
@@ -422,7 +422,7 @@ class PosixTester(unittest.TestCase):
|
|
||||||
def test_posix_fadvise(self):
|
|
||||||
fd = os.open(support.TESTFN, os.O_RDONLY)
|
|
||||||
try:
|
|
||||||
- posix.posix_fadvise(fd, 0, 0, posix.POSIX_FADV_WILLNEED)
|
|
||||||
+ posix.posix_fadvise(fd, 0, 0, posix.POSIX_FADV_RANDOM)
|
|
||||||
finally:
|
|
||||||
os.close(fd)
|
|
||||||
|
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 10 11:38:21 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
|
||||||
|
since kernel 3.6-rc1)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 9 20:04:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Wed Apr 9 20:04:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -141,8 +141,6 @@ Patch06: distutils-reproducible-compile.patch
|
|||||||
Patch07: python-3.3.0b1-localpath.patch
|
Patch07: python-3.3.0b1-localpath.patch
|
||||||
# replace DATE, TIME and COMPILER by fixed definitions to aid reproducible builds
|
# replace DATE, TIME and COMPILER by fixed definitions to aid reproducible builds
|
||||||
Patch08: python-3.3.0b1-fix_date_time_compiler.patch
|
Patch08: python-3.3.0b1-fix_date_time_compiler.patch
|
||||||
# POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
|
|
||||||
Patch09: python-3.3.0b1-test-posix_fadvise.patch
|
|
||||||
# Raise timeout value for test_subprocess
|
# Raise timeout value for test_subprocess
|
||||||
Patch15: subprocess-raise-timeout.patch
|
Patch15: subprocess-raise-timeout.patch
|
||||||
Patch25: python3-imp-returntype.patch
|
Patch25: python3-imp-returntype.patch
|
||||||
@@ -437,7 +435,6 @@ other applications.
|
|||||||
%patch -p1 -P 06
|
%patch -p1 -P 06
|
||||||
%patch -p1 -P 07
|
%patch -p1 -P 07
|
||||||
%patch -p1 -P 08
|
%patch -p1 -P 08
|
||||||
%patch -p1 -P 09
|
|
||||||
%patch -p1 -P 15
|
%patch -p1 -P 15
|
||||||
%patch -p1 -P 25
|
%patch -p1 -P 25
|
||||||
%patch -p1 -P 29
|
%patch -p1 -P 29
|
||||||
|
|||||||
Reference in New Issue
Block a user