From 9eb42656345538d964a49a0d6e7409de1cccf684bd33a6d7300a2827e76e2bc7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 16 Oct 2024 08:26:01 +0000 Subject: [PATCH] - Binary module _opcode is not build any more. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=7 --- python314.changes | 1 + python314.spec | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python314.changes b/python314.changes index a21267b..e0d4b37 100644 --- a/python314.changes +++ b/python314.changes @@ -18,6 +18,7 @@ Wed Oct 16 07:00:15 UTC 2024 - Matej Cepl (gh#python/cpython#125535) - With python311-Sphinx we don't need no-skipif-doctests.patch any more. +- Binary module _opcode is not build any more. ------------------------------------------------------------------- Thu Oct 10 11:18:19 UTC 2024 - Matej Cepl diff --git a/python314.spec b/python314.spec index 5711ca7..7a5eedf 100644 --- a/python314.spec +++ b/python314.spec @@ -716,7 +716,7 @@ for library in \ array _asyncio binascii _bisect _bz2 cmath _codecs_* \ _contextvars _csv _ctypes _datetime _decimal fcntl grp \ _hashlib _heapq _json _lsprof _lzma math mmap _multibytecodec \ - _multiprocessing _opcode _pickle _posixshmem \ + _multiprocessing _pickle _posixshmem \ _posixsubprocess _queue _random resource select _ssl _socket \ _statistics _struct syslog termios _testbuffer _testimportmultiple \ _testmultiphase unicodedata zlib _ctypes_test _testinternalcapi _testcapi \ @@ -1043,7 +1043,6 @@ fi %{dynlib mmap} %{dynlib _multibytecodec} %{dynlib _multiprocessing} -%{dynlib _opcode} %{dynlib _pickle} %{dynlib _posixshmem} %{dynlib _posixsubprocess}