From 9d1afc9b8f0f3e1a626f0ee7aaa427256d6d4618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Wed, 26 Oct 2022 06:36:45 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 --- python-docopt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-docopt.spec b/python-docopt.spec index abe5427..6203c41 100644 --- a/python-docopt.spec +++ b/python-docopt.spec @@ -1,6 +1,6 @@ Name: python-docopt Version: 0.6.2 -Release: 13 +Release: 14 Summary: Command-line interface description language License: MIT URL: http://docopt.org/ @@ -46,6 +46,9 @@ py.test-3 -v %{python3_sitelib}/__pycache__/* %changelog +* Wed Oct 26 2022 zhangruifang - 0.6.2-14 +- Rebuild for next release + * Thu Oct 28 2021 xuping - 0.6.2-13 - pytest Use Node.from_parent to fix some testcase failed. -- Gitee