fix obs error caused by file no found
This commit is contained in:
parent
96f2300db7
commit
196dfd6d49
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: It preserves the original whitespace between tokens.
|
Summary: It preserves the original whitespace between tokens.
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -40,9 +40,12 @@ Untokenize transforms tokens into source code. Unlike the standard library’s t
|
|||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/untokenize.py
|
%{python3_sitelib}/untokenize.py
|
||||||
%{python3_sitelib}/__pycache__/untokenize.cpython-310*
|
%{python3_sitelib}/__pycache__/untokenize.*
|
||||||
%{python3_sitelib}/untokenize-0.1.1.dist-info/
|
%{python3_sitelib}/untokenize-0.1.1.dist-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 1 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.1.1-2
|
||||||
|
- fix obs error caused by file no found
|
||||||
|
|
||||||
* Mon Jun 26 2023 zoujiancang <jczou@isoftstone.com> - 0.1.1-1
|
* Mon Jun 26 2023 zoujiancang <jczou@isoftstone.com> - 0.1.1-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user