From 196dfd6d492d6b34577282c576c80ac3251bb6a8 Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Tue, 1 Aug 2023 14:56:42 +0800 Subject: [PATCH] fix obs error caused by file no found --- python-untokenize.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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