- Remove python-3.3.0b1-test-posix_fadvise.patch (not needed

since kernel 3.6-rc1)
- _contextvars is not a dynamic module any more
  (gh#python/cpython#128384)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=56
This commit is contained in:
2025-05-11 22:07:32 +00:00
committed by Git OBS Bridge
parent ce7b31e84c
commit bd8190196b
2 changed files with 5 additions and 8 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sat May 10 11:38:28 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
since kernel 3.6-rc1)
-------------------------------------------------------------------
Fri May 9 08:36:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
@@ -624,6 +618,10 @@ Fri May 9 08:36:50 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- gh-132026: Fix use of undefined identifiers in platform
triplet detection on MIPS Linux platforms.
- Disabled GIL and experimental JIT cannot be combined.
- Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
since kernel 3.6-rc1)
- _contextvars is not a dynamic module any more
(gh#python/cpython#128384)
-------------------------------------------------------------------
Sat Apr 12 21:50:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -721,7 +721,7 @@ done
for library in \
array _asyncio binascii _bisect _bz2 cmath _codecs_* \
_contextvars _csv _ctypes _datetime _decimal fcntl grp \
_csv _ctypes _datetime _decimal fcntl grp \
_hashlib _heapq _hmac _json _lsprof _lzma math mmap \
_multibytecodec _multiprocessing _pickle _posixshmem \
_posixsubprocess _queue _random resource select _ssl _socket \
@@ -1035,7 +1035,6 @@ fi
%{dynlib _codecs_jp}
%{dynlib _codecs_kr}
%{dynlib _codecs_tw}
%{dynlib _contextvars}
%{dynlib _csv}
%{dynlib _ctypes}
%{dynlib _datetime}