python-Automat: Fixed source package error

This commit is contained in:
gnaygnil 2020-03-10 17:58:25 +08:00
parent 3c02ffdbf1
commit 0490d9744a
3 changed files with 4 additions and 1 deletions

BIN
Automat-0.6.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-Automat
Version: 0.6.0
Release: 4
Release: 5
Summary: A library for concise, idiomatic Python expression of finite-state automata
License: MIT
URL: https://github.com/glyph/Automat
@ -62,5 +62,8 @@ rm -rf %{buildroot}%{_bindir}/*
%{python3_sitelib}/{automat,Automat-%{version}-py?.?.egg-info}
%changelog
* Tue Mar 10 2020 Ling Yang <lingyang2@huawei.com> - 0.6.0-5
- Fixed source package error
* Tue Feb 25 2020 Ling Yang <lingyang2@huawei.com> - 0.6.0-4
- Package Init