diff --git a/python-docopt.spec b/python-docopt.spec index 7f75b6fa696dec43520f91710b37e8234792b9fc..cf3f5634498a0b5da071720bac193a9ba00c2641 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