From 93d6d3956ce416aba86b851535ccb907f90628dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Tue, 25 Oct 2022 07:12:20 +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 7f75b6f..cf3f563 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/ @@ -45,6 +45,9 @@ py.test-3 -v %{python3_sitelib}/__pycache__/* %changelog +* Tue Oct 25 2022 zhangruifang - 0.6.2-14 +- Rebuild for next release + * Mon Jan 10 2022 shixuantong - 0.6.2-13 - add pytest 6.2+ support -- Gitee