diff --git a/python-untokenize.spec b/python-untokenize.spec index 0c8e5ed..34efadc 100644 --- a/python-untokenize.spec +++ b/python-untokenize.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.1.1 -Release: 1 +Release: 2 Summary: It preserves the original whitespace between tokens. License: MIT @@ -40,9 +40,12 @@ Untokenize transforms tokens into source code. Unlike the standard library’s t %files -n python3-%{pypi_name} %doc README.rst %{python3_sitelib}/untokenize.py -%{python3_sitelib}/__pycache__/untokenize.cpython-310* +%{python3_sitelib}/__pycache__/untokenize.* %{python3_sitelib}/untokenize-0.1.1.dist-info/ %changelog +* Tue Aug 1 2023 Dongxing Wang - 0.1.1-2 +- fix obs error caused by file no found + * Mon Jun 26 2023 zoujiancang - 0.1.1-1 - Initial package