%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}
%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
%{dynlib _codecs_jp}
%{dynlib _codecs_kr}
%{dynlib _codecs_tw}
+%{dynlib _contextvars}
%{dynlib _crypt}
%{dynlib _csv}
%{dynlib _ctypes}
%{dynlib parser}
%{dynlib _pickle}
%{dynlib _posixsubprocess}
+%{dynlib _queue}
%{dynlib _random}
%{dynlib resource}
%{dynlib select}
%{dynlib syslog}
%{dynlib termios}
%{dynlib unicodedata}
+%{dynlib _xxtestfuzz}
%{dynlib zlib}
# hashlib fallback modules
%{dynlib _blake2}
%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}
### COMMON-DEF-END ###
#
Name: python3
-Version: 3.6.3
+Version: 3.7.3
Release: 0
Summary: Python 3 Interpreter
License: Python-2.0
%{dynlib pyexpat}
%{dynlib readline}
%{dynlib _sqlite3}
+%{dynlib _contextvars}
+%{dynlib _queue}
+%{dynlib _xxtestfuzz}
%changelog