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