From adb3ea76c2c7b1f43c52e9cc9dfc84ebce975646 Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 27 May 2019 16:02:37 +0900 Subject: [PATCH] Bump to python3 3.7.3 Change-Id: I542171cd4a0e64b179208d1be5fccdf0d67d517d Signed-off-by: Hyunjee Kim --- packaging/python3-base.spec | 11 +++++++---- packaging/python3.spec | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/packaging/python3-base.spec b/packaging/python3-base.spec index 5b96b033..7d1f4285 100644 --- a/packaging/python3-base.spec +++ b/packaging/python3-base.spec @@ -27,9 +27,9 @@ %define tarname Python-%{tarversion} # the versions are autogenerated from pre_checkin.sh # based on the current source tarball -%define python_version 3.6 -%define python_version_abitag 36 -%define python_version_soname 3_6 +%define python_version 3.7 +%define python_version_abitag 37 +%define python_version_soname 3_7 %define sitedir %{_libdir}/python%{python_version} @@ -69,7 +69,7 @@ %endif Name: python3-base -Version: 3.6.3 +Version: 3.7.3 Release: 0 Summary: Python 3 Interpreter and Stdlib Core License: Python-2.0 @@ -523,6 +523,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo %{dynlib _codecs_jp} %{dynlib _codecs_kr} %{dynlib _codecs_tw} +%{dynlib _contextvars} %{dynlib _crypt} %{dynlib _csv} %{dynlib _ctypes} @@ -545,6 +546,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo %{dynlib parser} %{dynlib _pickle} %{dynlib _posixsubprocess} +%{dynlib _queue} %{dynlib _random} %{dynlib resource} %{dynlib select} @@ -555,6 +557,7 @@ echo %{sitedir}/_import_failed > %{buildroot}/%{sitedir}/site-packages/zzzz-impo %{dynlib syslog} %{dynlib termios} %{dynlib unicodedata} +%{dynlib _xxtestfuzz} %{dynlib zlib} # hashlib fallback modules %{dynlib _blake2} diff --git a/packaging/python3.spec b/packaging/python3.spec index 79657961..0c740532 100644 --- a/packaging/python3.spec +++ b/packaging/python3.spec @@ -26,9 +26,9 @@ %define tarname Python-%{tarversion} # the versions are autogenerated from pre_checkin.sh # based on the current source tarball -%define python_version 3.6 -%define python_version_abitag 36 -%define python_version_soname 3_6 +%define python_version 3.7 +%define python_version_abitag 37 +%define python_version_soname 3_7 %define sitedir %{_libdir}/python%{python_version} @@ -60,7 +60,7 @@ ### COMMON-DEF-END ### # Name: python3 -Version: 3.6.3 +Version: 3.7.3 Release: 0 Summary: Python 3 Interpreter License: Python-2.0 @@ -322,6 +322,9 @@ rm -f $RPM_BUILD_ROOT%{sitedir}/lib-dynload/_gdbm.* %{dynlib pyexpat} %{dynlib readline} %{dynlib _sqlite3} +%{dynlib _contextvars} +%{dynlib _queue} +%{dynlib _xxtestfuzz} %changelog -- 2.34.1