From 76b589c483c3096ff199986d7223b75d4239f8bd Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Thu, 2 Jul 2020 15:45:23 +0800 Subject: [PATCH 1/2] add python3.yaml. --- python3.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python3.yaml diff --git a/python3.yaml b/python3.yaml new file mode 100644 index 0000000..171dd54 --- /dev/null +++ b/python3.yaml @@ -0,0 +1,5 @@ +version_control: NA +src_repo: +tag_prefix: +seperator: +url: https://www.python.org/downloads/ \ No newline at end of file -- Gitee From d0aeaa94b6203c3165243d78cc65fdb1030379f2 Mon Sep 17 00:00:00 2001 From: Markeryang <747675909@qq.com> Date: Thu, 2 Jul 2020 16:26:06 +0800 Subject: [PATCH 2/2] update python3.yaml. --- python3.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python3.yaml b/python3.yaml index 171dd54..4f544b0 100644 --- a/python3.yaml +++ b/python3.yaml @@ -1,5 +1,4 @@ -version_control: NA -src_repo: -tag_prefix: -seperator: -url: https://www.python.org/downloads/ \ No newline at end of file +version_control: github +src_repo: python/cpython +tag_prefix: ^v +seperator: . \ No newline at end of file -- Gitee