diff --git a/python314.changes b/python314.changes index 638444c..fe64f1f 100644 --- a/python314.changes +++ b/python314.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Sat May 10 11:38:28 UTC 2025 - Matej Cepl - -- 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 @@ -624,6 +618,10 @@ Fri May 9 08:36:50 UTC 2025 - Matej Cepl - 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 diff --git a/python314.spec b/python314.spec index 29bb42c..0eca64c 100644 --- a/python314.spec +++ b/python314.spec @@ -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}