This commit is contained in:
Sergey Zhemoytel 2024-09-20 08:58:44 +00:00
parent c7cd8cf97d
commit cbea5df4ff
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,4 @@
sources: sources:
Python-3.8.2.tar.xz: 5ae54baf26628a7ed74206650a31192e6d5c6f93 Python-3.8.20.tar.xz: 88832fd164f0a7d1d0f4677b06960bb5ff15ff1d
python-3.8.2-docs-html.tar.bz2: b19ca23d6145568045a899b812af4d641b62af18 python-3.8.2-docs-html.tar.bz2: b19ca23d6145568045a899b812af4d641b62af18
python-3.8.20-docs-html.tar.bz2: d0fbc5196fdf3682f04538cc904ae25f49c71b1e

View file

@ -1,4 +1,4 @@
%define docver 3.8.2 %define docver 3.8.20
%define dirver 3.8 %define dirver 3.8
%define familyver 3 %define familyver 3
@ -53,13 +53,13 @@
Summary: An interpreted, interactive object-oriented programming language Summary: An interpreted, interactive object-oriented programming language
Name: %{py3_name} Name: %{py3_name}
Version: 3.8.2 Version: 3.8.20
Release: 8 Release: 1
License: Modified CNRI Open Source License License: Modified CNRI Open Source License
Group: Development/Python Group: Development/Python
Source0: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz Source0: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
Source1: https://docs.python.org/3/archives/python-%{docver}-docs-html.tar.bz2 Source1: https://docs.python.org/%{dirver}/archives/python-%{version}-docs-html.tar.bz2
Source2: python38.macros Source2: python38.macros
Source3: pybytecompile.macros Source3: pybytecompile.macros
Source4: python38-shebang-sanity.sh Source4: python38-shebang-sanity.sh