Bump to python3 3.7.3 submit/tizen_base/20190603.004526
authorHyunjee Kim <hj0426.kim@samsung.com>
Mon, 27 May 2019 07:02:37 +0000 (16:02 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Mon, 27 May 2019 07:03:35 +0000 (16:03 +0900)
Change-Id: I542171cd4a0e64b179208d1be5fccdf0d67d517d
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
packaging/python3-base.spec
packaging/python3.spec

index 5b96b033703f95aa7e0baaf58258be789b3b25b9..7d1f4285aaecbb04da23e8aa018e6ae10c2c99e6 100644 (file)
@@ -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}
index 79657961d89f0bb2de804b5df7936118063ed278..0c7405325fac277231eae78931abe92ff88abb73 100644 (file)
@@ -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