diff --git a/python-docopt.spec b/python-docopt.spec index abe5427f386950c161e98b18b2fcf4c7995a38b3..6203c41b8ab51c528a165ed8708017fd5c2cc52f 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.